# git rev-parse -q --verify af41d2866f7d75bbb38d487f6ec7770425d70e45^{commit} af41d2866f7d75bbb38d487f6ec7770425d70e45 already have revision, skipping fetch # git checkout -q -f -B kisskb af41d2866f7d75bbb38d487f6ec7770425d70e45 # git clean -qxdf # < git log -1 # commit af41d2866f7d75bbb38d487f6ec7770425d70e45 # Author: Christophe Leroy # Date: Sun Mar 27 09:32:26 2022 +0200 # # powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S # # Using conditional branches between two files is hasardous, # they may get linked too far from each other. # # arch/powerpc/kvm/book3s_64_entry.o:(.text+0x3ec): relocation truncated # to fit: R_PPC64_REL14 (stub) against symbol `system_reset_common' # defined in .text section in arch/powerpc/kernel/head_64.o # # Reorganise the code to use non conditional branches. # # Fixes: 89d35b239101 ("KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C") # Signed-off-by: Christophe Leroy # [mpe: Avoid odd-looking bne ., use named local labels] # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/89cf27bf43ee07a0b2879b9e8e2f5cd6386a3645.1648366338.git.christophe.leroy@csgroup.eu # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 af41d2866f7d75bbb38d487f6ec7770425d70e45 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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 48 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4909:warning: override: reassigning to symbol STANDALONE .config:4912:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:4915:warning: override: reassigning to symbol PPC_BOOK3E_64 .config:4917:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4919:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c: In function 'u3msi_setup_msi_irqs': /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:119:24: note: byref variable will be forcibly initialized 119 | struct msi_msg msg; | ^~~ /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function 'patch_alt_instruction': /kisskb/src/arch/powerpc/lib/feature-fixups.c:50:20: note: byref variable will be forcibly initialized 50 | ppc_inst_t instr; | ^~~~~ /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:33: note: byref variable will be forcibly initialized 297 | struct resource r; | ^ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pseries_lpar_resize_hpt': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1639:33: note: byref variable will be forcibly initialized 1639 | struct hpt_resize_state state = { | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_init_ipis': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1155:44: note: byref variable will be forcibly initialized 1155 | struct xive_ipi_alloc_info info = { node }; | ^~~~ /kisskb/src/arch/powerpc/mm/mmap.c: In function 'radix__arch_get_unmapped_area': /kisskb/src/arch/powerpc/mm/mmap.c:99:38: note: byref variable will be forcibly initialized 99 | 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:143:38: note: byref variable will be forcibly initialized 143 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'test_24bit_addr': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:92:20: note: byref variable will be forcibly initialized 92 | ppc_inst_t op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'ftrace_call_replace': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:46:20: note: byref variable will be forcibly initialized 46 | ppc_inst_t op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'find_ftrace_tramp': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:264:20: note: byref variable will be forcibly initialized 264 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'ftrace_modify_code': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:59:20: note: byref variable will be forcibly initialized 59 | ppc_inst_t replaced; | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'setup_mcount_compiler_tramp': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:304:20: note: byref variable will be forcibly initialized 304 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:302:20: note: byref variable will be forcibly initialized 302 | ppc_inst_t op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_nop_kernel': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:369:20: note: byref variable will be forcibly initialized 369 | ppc_inst_t op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_call_kernel': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:611:20: note: byref variable will be forcibly initialized 611 | ppc_inst_t op; | ^~ /kisskb/src/arch/powerpc/lib/code-patching.c: In function 'patch_branch': /kisskb/src/arch/powerpc/lib/code-patching.c:203:20: note: byref variable will be forcibly initialized 203 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c: In function 'mpic_msgr_probe': /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c:162:25: note: byref variable will be forcibly initialized 162 | struct resource rsrc; | ^~~~ /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'mpic_alloc': /kisskb/src/arch/powerpc/sysdev/mpic.c:1253:41: note: byref variable will be forcibly initialized 1253 | struct resource r; | ^ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:311:22: note: byref variable will be forcibly initialized 311 | struct kstat st; | ^~ /kisskb/src/arch/powerpc/mm/pgtable.c: In function '__find_linux_pte': /kisskb/src/arch/powerpc/mm/pgtable.c:364:15: note: byref variable will be forcibly initialized 364 | pmd_t pmd, *pmdp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:363:15: note: byref variable will be forcibly initialized 363 | pud_t pud, *pudp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:362:15: note: byref variable will be forcibly initialized 362 | p4d_t p4d, *p4dp; | ^~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_init': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:810:25: note: byref variable will be forcibly initialized 810 | struct resource r; | ^ 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:28: /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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:101:42: note: byref variable will be forcibly initialized 101 | struct ppc_hw_breakpoint bp_info; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:90:39: note: byref variable will be forcibly initialized 90 | struct ppc_debug_info dbginfo; | ^~~~~~~ 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:111: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:102:24: note: byref variable will be forcibly initialized 102 | struct uuidcmp cmp; | ^~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/vfio.c: In function 'kvm_vfio_set_group': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/vfio.c:279:43: note: byref variable will be forcibly initialized 279 | struct kvm_vfio_spapr_tce param; | ^~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:223:23: note: byref variable will be forcibly initialized 223 | struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe)); | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:221:23: note: byref variable will be forcibly initialized 221 | struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); | ^~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function '__kvm_handle_hva_range': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:518:30: note: byref variable will be forcibly initialized 518 | struct kvm_gfn_range gfn_range; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-altivec.c: In function 'vr_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-altivec.c:49:11: note: byref variable will be forcibly initialized 49 | } vrsave; | ^~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_device_ioctl_attr': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-altivec.c: In function 'vr_set': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-altivec.c:101:19: note: byref variable will be forcibly initialized 101 | } vrsave; | ^~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4125:32: note: byref variable will be forcibly initialized 4125 | struct kvm_device_attr attr; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_userspace_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_vcpu_wakeup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_fpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_halt_poll_ns': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c: In function 'hash__pmdp_collapse_flush': /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c:225:15: note: byref variable will be forcibly initialized 225 | pmd_t pmd; | ^~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_push': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_reset': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_unmap_hva_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_set_spte_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_age_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_test_age_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_mmio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_ioctl': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4009:26: note: byref variable will be forcibly initialized 4009 | sigset_t sigset, *p; | ^~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4008:40: note: byref variable will be forcibly initialized 4008 | struct kvm_signal_mask kvm_sigmask; | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:3998:40: note: byref variable will be forcibly initialized 3998 | struct kvm_guest_debug dbg; | ^~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:3983:40: note: byref variable will be forcibly initialized 3983 | struct kvm_translation tr; | ^~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:3974:37: note: byref variable will be forcibly initialized 3974 | struct kvm_mp_state mp_state; | ^~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:3962:37: note: byref variable will be forcibly initialized 3962 | struct kvm_mp_state mp_state; | ^~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_mmu_notifier_change_pte': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:518:30: note: byref variable will be forcibly initialized 518 | struct kvm_gfn_range gfn_range; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_check_memslot_overlap': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct kvm_memslot_iter iter; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:46, from /kisskb/src/mm/damon/core.c:18: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c: In function 'tm_cgpr_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c:91:23: note: byref variable will be forcibly initialized 91 | struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe)); | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c:89:23: note: byref variable will be forcibly initialized 89 | struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); | ^~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:531:27: note: byref variable will be forcibly initialized 531 | struct timespec64 now; | ^~~ /kisskb/src/mm/damon/core.c: In function 'damos_wmark_metric_value': /kisskb/src/mm/damon/core.c:961:24: note: byref variable will be forcibly initialized 961 | struct sysinfo i; | ^ /kisskb/src/arch/powerpc/kernel/prom_init.c: In function 'call_prom_ret': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c: In function 'tm_cvmx_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c:348:11: note: byref variable will be forcibly initialized 348 | } vrsave; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c: In function 'tm_cvmx_set': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-tm.c:420:19: note: byref variable will be forcibly initialized 420 | } vrsave; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/prom_init.c:419:26: note: byref variable will be forcibly initialized 419 | struct prom_args args; | ^~~~ /kisskb/src/arch/powerpc/kernel/prom_init.c: In function 'call_prom': /kisskb/src/arch/powerpc/kernel/prom_init.c:394:26: note: byref variable will be forcibly initialized 394 | struct prom_args args; | ^~~~ /kisskb/src/mm/damon/core.c: In function 'damon_do_apply_schemes': /kisskb/src/mm/damon/core.c:605:42: note: byref variable will be forcibly initialized 605 | struct timespec64 begin, end; | ^~~ /kisskb/src/mm/damon/core.c:605:35: note: byref variable will be forcibly initialized 605 | struct timespec64 begin, end; | ^~~~~ In file included from /kisskb/src/mm/damon/core-test.h:15, from /kisskb/src/mm/damon/core.c:1117: /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_two': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:165:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 165 | KUNIT_EXPECT_EQ(test, i, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:162:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 162 | KUNIT_EXPECT_PTR_EQ(test, r, r3); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:158:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 158 | KUNIT_EXPECT_EQ(test, r->nr_accesses, 16u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:157:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 157 | KUNIT_EXPECT_EQ(test, r->ar.end, 300ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:156:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 156 | KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_regions_of': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:208:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 208 | KUNIT_EXPECT_EQ(test, r->ar.end, eaddrs[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:207:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 207 | KUNIT_EXPECT_EQ(test, r->ar.start, saddrs[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:204:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 204 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 5u); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_regions': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:34:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 34 | KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:31:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 31 | KUNIT_EXPECT_EQ(test, 1u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:28:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 28 | KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:25:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 25 | KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:24:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 24 | KUNIT_EXPECT_EQ(test, 2ul, r->ar.end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:23:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 23 | KUNIT_EXPECT_EQ(test, 1ul, r->ar.start); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_split_regions_of': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1131:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1131 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1128:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 1128 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:230:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 230 | KUNIT_EXPECT_LE(test, damon_nr_regions(t), 4u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1131:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1131 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1128:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 1128 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:223:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 223 | KUNIT_EXPECT_LE(test, damon_nr_regions(t), 2u); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_split_at': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:135:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 135 | KUNIT_EXPECT_EQ(test, r->ar.end, 100ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:134:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 134 | KUNIT_EXPECT_EQ(test, r->ar.start, 25ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:131:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 131 | KUNIT_EXPECT_EQ(test, r->ar.end, 25ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:130:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 130 | KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_aggregate': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:115:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 115 | KUNIT_EXPECT_EQ(test, 3, it); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:111:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 111 | KUNIT_EXPECT_EQ(test, 3, ir); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:107:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 107 | KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_target': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:62:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 62 | KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:59:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 59 | KUNIT_EXPECT_EQ(test, 1u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:56:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 56 | KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vm_ioctl': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4615:42: note: byref variable will be forcibly initialized 4615 | struct kvm_create_device cd; | ^~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4561:38: note: byref variable will be forcibly initialized 4561 | struct kvm_irq_level irq_event; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4539:38: note: byref variable will be forcibly initialized 4539 | struct kvm_ioeventfd data; | ^~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4530:34: note: byref variable will be forcibly initialized 4530 | struct kvm_irqfd data; | ^~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4520:48: note: byref variable will be forcibly initialized 4520 | struct kvm_coalesced_mmio_zone zone; | ^~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4511:48: note: byref variable will be forcibly initialized 4511 | struct kvm_coalesced_mmio_zone zone; | ^~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4490:38: note: byref variable will be forcibly initialized 4490 | struct kvm_dirty_log log; | ^~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4479:52: note: byref variable will be forcibly initialized 4479 | struct kvm_userspace_memory_region kvm_userspace_mem; | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4470:39: note: byref variable will be forcibly initialized 4470 | struct kvm_enable_cap cap; | ^~~ /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_init': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:5654:37: note: byref variable will be forcibly initialized 5654 | struct kvm_cpu_compat_check c; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:550:11: note: byref variable will be forcibly initialized 550 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem': /kisskb/src/arch/powerpc/lib/sstep.c:550:11: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:414:11: note: byref variable will be forcibly initialized 414 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_load': /kisskb/src/arch/powerpc/lib/sstep.c:589:11: note: byref variable will be forcibly initialized 589 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_store': /kisskb/src/arch/powerpc/lib/sstep.c:639:11: note: byref variable will be forcibly initialized 639 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_vec_store': /kisskb/src/arch/powerpc/lib/sstep.c:711:11: note: byref variable will be forcibly initialized 711 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_vsx_store': /kisskb/src/arch/powerpc/lib/sstep.c:867:23: note: byref variable will be forcibly initialized 867 | union vsx_reg buf; | ^~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_step': /kisskb/src/arch/powerpc/lib/sstep.c:3577:31: note: byref variable will be forcibly initialized 3577 | struct instruction_op op; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:78: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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_switch': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_migrate_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ 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:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_compact_retry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/emulate_loadstore.c: In function 'kvmppc_emulate_loadstore': /kisskb/src/arch/powerpc/kvm/emulate_loadstore.c:76:31: note: byref variable will be forcibly initialized 76 | struct instruction_op op; | ^~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:541:43: note: byref variable will be forcibly initialized 541 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:540:51: note: byref variable will be forcibly initialized 540 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:646:17: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:773:15: note: in expansion of macro 'wait_event_interruptible_timeout' 773 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:570:29: note: byref variable will be forcibly initialized 570 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:378:28: note: byref variable will be forcibly initialized 378 | wait_queue_entry_t wait; | ^~~~ 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:890:23: note: byref variable will be forcibly initialized 890 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7785:28: note: byref variable will be forcibly initialized 7785 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:480:35: note: byref variable will be forcibly initialized 480 | 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_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:95:9: note: in expansion of macro 'wait_var_event' 95 | wait_var_event(&sb->s_fsnotify_connectors, | ^~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:189:30: note: byref variable will be forcibly initialized 189 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/powerpc/kvm/trace.h:127, from /kisskb/src/arch/powerpc/kvm/powerpc.c:41: /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'trace_event_raw_event_kvm_ppc_instr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(kvm_ppc_instr, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'trace_event_raw_event_kvm_stlb_inval': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(kvm_stlb_inval, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'trace_event_raw_event_kvm_stlb_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kvm_stlb_write, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'trace_event_raw_event_kvm_gtlb_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(kvm_gtlb_write, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'trace_event_raw_event_kvm_check_requests': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace.h:100:1: note: in expansion of macro 'TRACE_EVENT' 100 | TRACE_EVENT(kvm_check_requests, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sysctl_numa_balancing': /kisskb/src/kernel/sched/core.c:4370:26: note: byref variable will be forcibly initialized 4370 | struct ctl_table t; | ^ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5195:38: note: byref variable will be forcibly initialized 5195 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4227:25: note: byref variable will be forcibly initialized 4227 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'pseries_get_cpu_char': /kisskb/src/arch/powerpc/kvm/powerpc.c:2259:34: note: byref variable will be forcibly initialized 2259 | struct h_cpu_char_result c; | ^ /kisskb/src/kernel/sched/core.c:5237:25: note: byref variable will be forcibly initialized 5237 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8619:25: note: byref variable will be forcibly initialized 8619 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8665:27: note: byref variable will be forcibly initialized 8665 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8678:27: note: byref variable will be forcibly initialized 8678 | struct timespec64 t; | ^ /kisskb/src/arch/powerpc/kvm/book3s_rtas.c: In function 'kvm_vm_ioctl_rtas_define_token': /kisskb/src/arch/powerpc/kvm/book3s_rtas.c:200:36: note: byref variable will be forcibly initialized 200 | struct kvm_rtas_token_args args; | ^~~~ /kisskb/src/arch/powerpc/kvm/book3s_rtas.c: In function 'kvmppc_rtas_hcall': /kisskb/src/arch/powerpc/kvm/book3s_rtas.c:221:26: note: byref variable will be forcibly initialized 221 | struct rtas_args args; | ^~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvmppc_st': /kisskb/src/arch/powerpc/kvm/powerpc.c:350:27: note: byref variable will be forcibly initialized 350 | struct kvmppc_pte pte; | ^~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvmppc_ld': /kisskb/src/arch/powerpc/kvm/powerpc.c:393:27: note: byref variable will be forcibly initialized 393 | struct kvmppc_pte pte; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2399:25: note: byref variable will be forcibly initialized 2399 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvm_vcpu_ioctl_get_one_reg': /kisskb/src/arch/powerpc/kvm/powerpc.c:1713:30: note: byref variable will be forcibly initialized 1713 | union kvmppc_one_reg val; | ^~~ /kisskb/src/kernel/sched/core.c:8965:25: note: byref variable will be forcibly initialized 8965 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvm_vcpu_ioctl_set_one_reg': /kisskb/src/arch/powerpc/kvm/powerpc.c:1761:30: note: byref variable will be forcibly initialized 1761 | union kvmppc_one_reg val; | ^~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvm_arch_vcpu_async_ioctl': /kisskb/src/arch/powerpc/kvm/powerpc.c:2066:38: note: byref variable will be forcibly initialized 2066 | struct kvm_interrupt irq; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'migrate_swap': /kisskb/src/kernel/sched/core.c:3229:35: note: byref variable will be forcibly initialized 3229 | struct migration_swap_arg arg; | ^~~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvm_arch_vcpu_ioctl': /kisskb/src/arch/powerpc/kvm/powerpc.c:2097:36: note: byref variable will be forcibly initialized 2097 | struct kvm_one_reg reg; | ^~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2084:39: note: byref variable will be forcibly initialized 2084 | struct kvm_enable_cap cap; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3282:25: note: byref variable will be forcibly initialized 3282 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvm_arch_vm_ioctl': /kisskb/src/arch/powerpc/kvm/powerpc.c:2469:41: note: byref variable will be forcibly initialized 2469 | struct kvm_ppc_cpu_char cpuchar; | ^~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2458:42: note: byref variable will be forcibly initialized 2458 | struct kvm_ppc_rmmu_info info; | ^~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2445:42: note: byref variable will be forcibly initialized 2445 | struct kvm_ppc_mmuv3_cfg cfg; | ^~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2428:42: note: byref variable will be forcibly initialized 2428 | struct kvm_ppc_smmu_info info; | ^~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2410:48: note: byref variable will be forcibly initialized 2410 | struct kvm_create_spapr_tce_64 create_tce_64; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2409:45: note: byref variable will be forcibly initialized 2409 | struct kvm_create_spapr_tce create_tce; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2396:48: note: byref variable will be forcibly initialized 2396 | struct kvm_create_spapr_tce_64 create_tce_64; | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/kernel/sched/core.c:3732:25: note: byref variable will be forcibly initialized 3732 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/kvm/powerpc.c:2384:39: note: byref variable will be forcibly initialized 2384 | struct kvm_ppc_pvinfo pvinfo; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3868:25: note: byref variable will be forcibly initialized 3868 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3710:25: note: byref variable will be forcibly initialized 3710 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4580:25: note: byref variable will be forcibly initialized 4580 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6265:25: note: byref variable will be forcibly initialized 6265 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2838:9: note: in expansion of macro 'wait_var_event' 2838 | 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:2946:25: note: byref variable will be forcibly initialized 2946 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2971:25: note: byref variable will be forcibly initialized 2971 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8121:25: note: byref variable will be forcibly initialized 8121 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6751:25: note: byref variable will be forcibly initialized 6751 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6874:25: note: byref variable will be forcibly initialized 6874 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7222:25: note: byref variable will be forcibly initialized 7222 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7598:28: note: byref variable will be forcibly initialized 7598 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7714:27: note: byref variable will be forcibly initialized 7714 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3521:28: note: byref variable will be forcibly initialized 3521 | struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7570:28: note: byref variable will be forcibly initialized 7570 | struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7580:28: note: byref variable will be forcibly initialized 7580 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_setnuma': /kisskb/src/kernel/sched/core.c:8919:25: note: byref variable will be forcibly initialized 8919 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:118, 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v1_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:222:26: note: byref variable will be forcibly initialized 222 | struct drmem_lmb lmb; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:127:18: note: byref variable will be forcibly initialized 127 | XA_STATE(xas, &mapping->i_pages, folio->index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:257:26: note: byref variable will be forcibly initialized 257 | struct drmem_lmb lmb; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c:256:34: note: byref variable will be forcibly initialized 256 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pseries_setup_security_mitigations': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:580:34: note: byref variable will be forcibly initialized 580 | struct h_cpu_char_result result; | ^~~~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:280:18: note: byref variable will be forcibly initialized 280 | XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pSeries_coalesce_init': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:909:34: note: byref variable will be forcibly initialized 909 | struct hvcall_mpp_x_data mpp_x_data; | ^~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:506:24: note: byref variable will be forcibly initialized 506 | struct pagevec pvec; | ^~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'init_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:445:34: note: byref variable will be forcibly initialized 445 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/mm/filemap.c:1253:32: note: byref variable will be forcibly initialized 1253 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1164:28: note: byref variable will be forcibly initialized 1164 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1162:30: note: byref variable will be forcibly initialized 1162 | struct wait_page_key key; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1884:18: note: byref variable will be forcibly initialized 1884 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2385:18: note: byref variable will be forcibly initialized 2385 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:474:18: note: byref variable will be forcibly initialized 474 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:633:18: note: byref variable will be forcibly initialized 633 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:812:18: note: byref variable will be forcibly initialized 812 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_add_folio': /kisskb/src/mm/filemap.c:847:18: note: byref variable will be forcibly initialized 847 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'migration_entry_wait_on_locked': /kisskb/src/mm/filemap.c:1410:32: note: byref variable will be forcibly initialized 1410 | struct wait_page_queue wait_page; | ^~~~~~~~~ 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:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:3354:18: note: byref variable will be forcibly initialized 3354 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1800:18: note: byref variable will be forcibly initialized 1800 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:1836:18: note: byref variable will be forcibly initialized 1836 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2087:18: note: byref variable will be forcibly initialized 2087 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2124:18: note: byref variable will be forcibly initialized 2124 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2191:18: note: byref variable will be forcibly initialized 2191 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2249:18: note: byref variable will be forcibly initialized 2249 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2312:18: note: byref variable will be forcibly initialized 2312 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2658:28: note: byref variable will be forcibly initialized 2658 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2896:18: note: byref variable will be forcibly initialized 2896 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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/arch/powerpc/kvm/trace_pr.h:265, from /kisskb/src/arch/powerpc/kvm/book3s_pr.c:48: /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_reenter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(kvm_book3s_reenter, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_64_mmu_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(kvm_book3s_64_mmu_map, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_mmu_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(kvm_book3s_mmu_map, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_mmu_invalidate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_book3s_mmu_invalidate, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_mmu_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(kvm_book3s_mmu_flush, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_slb_found': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(kvm_book3s_slb_found, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_slb_fail': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:161:1: note: in expansion of macro 'TRACE_EVENT' 161 | TRACE_EVENT(kvm_book3s_slb_fail, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_slb_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(kvm_book3s_slb_map, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_book3s_slbmte': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_book3s_slbmte, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/book3s_pr.c: In function 'trace_event_raw_event_kvm_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kvm/./trace_pr.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(kvm_exit, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'enable_ddw': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1224:36: note: byref variable will be forcibly initialized 1224 | struct ddw_create_response create; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1223:35: note: byref variable will be forcibly initialized 1223 | struct ddw_query_response query; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:9: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/align.c: In function 'fix_alignment': /kisskb/src/arch/powerpc/kernel/align.c:304:31: note: byref variable will be forcibly initialized 304 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/kernel/align.c:303:20: note: byref variable will be forcibly initialized 303 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_find_area_bottomup': /kisskb/src/arch/powerpc/mm/slice.c:285:38: 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:38: note: byref variable will be forcibly initialized 331 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:434:27: note: byref variable will be forcibly initialized 434 | struct slice_mask potential_mask; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c:433:27: 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:712:27: note: byref variable will be forcibly initialized 712 | struct slice_mask mask; | ^~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:857:26: note: byref variable will be forcibly initialized 857 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ 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:756:19: note: byref variable will be forcibly initialized 756 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:58:29: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ In file included from /kisskb/src/mm/fadvise.c:15: /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/internal.h:88:26: note: byref variable will be forcibly initialized 88 | DEFINE_READAHEAD(ractl, file, &file->f_ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ 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:77: /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_ppc64_interrupt_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:83:9: note: in expansion of macro 'TRACE_EVENT_CONDITION' 83 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:83:9: note: in expansion of macro 'TRACE_EVENT_CONDITION' 83 | 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_hash_fault': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_system_reset': /kisskb/src/arch/powerpc/kernel/irq.c:498:24: note: byref variable will be forcibly initialized 498 | struct pt_regs regs; | ^~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_soft_interrupts': /kisskb/src/arch/powerpc/kernel/irq.c:108:24: note: byref variable will be forcibly initialized 108 | struct pt_regs regs; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'linux_partition': /kisskb/src/block/partitions/acorn.c:129:16: note: byref variable will be forcibly initialized 129 | Sector sect; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_ICSLinux': /kisskb/src/block/partitions/acorn.c:311:16: note: byref variable will be forcibly initialized 311 | Sector sect; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_CUMANA': /kisskb/src/block/partitions/acorn.c:163:16: note: byref variable will be forcibly initialized 163 | Sector sect; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_ADFS': /kisskb/src/block/partitions/acorn.c:253:16: note: byref variable will be forcibly initialized 253 | Sector sect; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_ICS': /kisskb/src/block/partitions/acorn.c:355:16: note: byref variable will be forcibly initialized 355 | Sector sect; | ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_POWERTEC': /kisskb/src/block/partitions/acorn.c:448:16: note: byref variable will be forcibly initialized 448 | Sector sect; | ^~~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:211:33: note: byref variable will be forcibly initialized 211 | struct semaphore_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c: In function '_tlbiel_pid_multicast': /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c:465:27: note: byref variable will be forcibly initialized 465 | 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:618:26: note: byref variable will be forcibly initialized 618 | 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:681:32: note: byref variable will be forcibly initialized 681 | struct tlbiel_va_range t = { .start = start, .end = end, | ^ /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_initcall': /kisskb/src/mm/damon/paddr.c:257:33: note: byref variable will be forcibly initialized 257 | struct damon_operations ops = { | ^~~ In file included from /kisskb/src/include/linux/mmu_notifier.h:5, from /kisskb/src/mm/damon/paddr.c:10: /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_apply_scheme': /kisskb/src/mm/damon/paddr.c:212:19: note: byref variable will be forcibly initialized 212 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_young': /kisskb/src/mm/damon/paddr.c:128:43: note: byref variable will be forcibly initialized 128 | struct damon_pa_access_chk_result result = { | ^~~~~~ /kisskb/src/arch/powerpc/kernel/signal_64.c: In function '__do_sys_swapcontext': /kisskb/src/arch/powerpc/kernel/signal_64.c:652:18: note: byref variable will be forcibly initialized 652 | sigset_t set; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:153:19: note: byref variable will be forcibly initialized 153 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:152:19: note: byref variable will be forcibly initialized 152 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:150:19: note: byref variable will be forcibly initialized 150 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:311:19: note: byref variable will be forcibly initialized 311 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:466:19: note: byref variable will be forcibly initialized 466 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:557:19: note: byref variable will be forcibly initialized 557 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:679:19: note: byref variable will be forcibly initialized 679 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/signal_64.c: In function 'sys_rt_sigreturn': /kisskb/src/arch/powerpc/kernel/signal_64.c:740:18: note: byref variable will be forcibly initialized 740 | sigset_t set; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'fwnmi_release_errinfo': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:473:26: note: byref variable will be forcibly initialized 473 | 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:842:36: note: byref variable will be forcibly initialized 842 | struct machine_check_event evt; | ^~~ /kisskb/src/block/partitions/aix.c: In function 'read_lba': /kisskb/src/block/partitions/aix.c:89:24: note: byref variable will be forcibly initialized 89 | Sector sect; | ^~~~ /kisskb/src/block/partitions/aix.c: In function 'aix_partition': /kisskb/src/block/partitions/aix.c:157:16: note: byref variable will be forcibly initialized 157 | Sector sect; | ^~~~ /kisskb/src/arch/powerpc/kvm/book3s_32_mmu.c: In function 'kvmppc_mmu_book3s_32_ea_to_vp': /kisskb/src/arch/powerpc/kvm/book3s_32_mmu.c:84:27: note: byref variable will be forcibly initialized 84 | struct kvmppc_pte pte; | ^~~ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:38: 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:38: 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:38: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:2115:18: note: byref variable will be forcibly initialized 2115 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:2172:24: note: byref variable will be forcibly initialized 2172 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2326:25: note: byref variable will be forcibly initialized 2326 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/kernel/locking/rwsem.c:410:26: note: byref variable will be forcibly initialized 410 | struct list_head wlist; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__folio_start_writeback': /kisskb/src/mm/page-writeback.c:2842:26: note: byref variable will be forcibly initialized 2842 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ 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:937:23: note: byref variable will be forcibly initialized 937 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:936:29: note: byref variable will be forcibly initialized 936 | struct rwsem_waiter waiter; | ^~~~~~ 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:1172:23: note: byref variable will be forcibly initialized 1172 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1193:23: note: byref variable will be forcibly initialized 1193 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1056:23: note: byref variable will be forcibly initialized 1056 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1055:29: note: byref variable will be forcibly initialized 1055 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'pseries_suspend': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:612:45: note: byref variable will be forcibly initialized 612 | struct pseries_suspend_info info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_store': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:528:36: note: byref variable will be forcibly initialized 528 | struct pseries_hp_errorlog hp_elog; | ^~~~~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:655:32: note: byref variable will be forcibly initialized 655 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:733:33: note: byref variable will be forcibly initialized 733 | struct cpu_vfs_cap_data vcaps; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:9: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/block/partitions/sgi.c: In function 'sgi_partition': /kisskb/src/block/partitions/sgi.c:43:16: note: byref variable will be forcibly initialized 43 | Sector sect; | ^~~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_msg': /kisskb/src/fs/crypto/crypto.c:345:26: note: byref variable will be forcibly initialized 345 | struct va_format vaf; | ^~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_crypt_block': /kisskb/src/fs/crypto/crypto.c:109:33: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ /kisskb/src/fs/crypto/crypto.c:109:28: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ In file included from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/crypto.c:28: /kisskb/src/fs/crypto/crypto.c:108:29: note: byref variable will be forcibly initialized 108 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/crypto.c:106:26: note: byref variable will be forcibly initialized 106 | union fscrypt_iv iv; | ^~ /kisskb/src/block/partitions/osf.c: In function 'osf_partition': /kisskb/src/block/partitions/osf.c:21:16: note: byref variable will be forcibly initialized 21 | Sector sect; | ^~~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:226:25: note: byref variable will be forcibly initialized 226 | struct blk_plug plug; | ^~~~ 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:117: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:292:19: note: byref variable will be forcibly initialized 292 | LIST_HEAD(page_pool); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/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:385:35: note: byref variable will be forcibly initialized 385 | 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/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:902:38: note: byref variable will be forcibly initialized 902 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:708:26: note: byref variable will be forcibly initialized 708 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:821:32: note: byref variable will be forcibly initialized 821 | struct of_phandle_args args; | ^~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:37: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/arch/powerpc/platforms/pseries/msi.c: In function 'msi_quota_for_device': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:269:27: note: byref variable will be forcibly initialized 269 | struct msi_counts counts; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'pseries_irq_parent_domain_alloc': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:540:27: note: byref variable will be forcibly initialized 540 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_create_ruleset': /kisskb/src/security/landlock/syscalls.c:160:38: note: byref variable will be forcibly initialized 160 | struct landlock_ruleset_attr ruleset_attr; | ^~~~~~~~~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_add_rule': /kisskb/src/security/landlock/syscalls.c:309:21: note: byref variable will be forcibly initialized 309 | struct path path; | ^~~~ /kisskb/src/security/landlock/syscalls.c:308:43: note: byref variable will be forcibly initialized 308 | struct landlock_path_beneath_attr path_beneath_attr; | ^~~~~~~~~~~~~~~~~ /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:23: note: byref variable will be forcibly initialized 364 | struct eeh_pe pe, *parent; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:901:19: note: byref variable will be forcibly initialized 901 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:35:18: note: byref variable will be forcibly initialized 35 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:335:28: note: byref variable will be forcibly initialized 335 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_mapping_pagevec': /kisskb/src/mm/truncate.c:506:28: note: byref variable will be forcibly initialized 506 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_user_instructions': /kisskb/src/arch/powerpc/kernel/process.c:1402:24: note: byref variable will be forcibly initialized 1402 | struct seq_buf s; | ^ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:632:28: note: byref variable will be forcibly initialized 632 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:33: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:30: 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:25: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/arch/powerpc/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/powerpc/kernel/signal.c:234:24: note: byref variable will be forcibly initialized 234 | struct ksignal ksig = { .sig = 0 }; | ^~~~ /kisskb/src/block/partitions/ultrix.c: In function 'ultrix_partition': /kisskb/src/block/partitions/ultrix.c:15:16: note: byref variable will be forcibly initialized 15 | Sector sect; | ^~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:34: note: byref variable will be forcibly initialized 420 | struct pwm_state state; | ^~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_stall_warning': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:34: note: byref variable will be forcibly initialized 444 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:597:19: note: byref variable will be forcibly initialized 597 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:28: 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:26: 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:26: 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:26: 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:26: note: byref variable will be forcibly initialized 54 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'parse_rsc_event': /kisskb/src/drivers/bus/mhi/core/main.c:699:27: note: byref variable will be forcibly initialized 699 | struct mhi_result result; | ^~~~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_reset_data_chan': /kisskb/src/drivers/bus/mhi/core/main.c:1564:27: note: byref variable will be forcibly initialized 1564 | struct mhi_result result; | ^~~~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_queue_skb': /kisskb/src/drivers/bus/mhi/core/main.c:1154:29: note: byref variable will be forcibly initialized 1154 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_queue_dma': /kisskb/src/drivers/bus/mhi/core/main.c:1172:29: note: byref variable will be forcibly initialized 1172 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'parse_xfer_event': /kisskb/src/drivers/bus/mhi/core/main.c:564:27: note: byref variable will be forcibly initialized 564 | struct mhi_result result; | ^~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:673:17: note: in expansion of macro '___wait_event' 673 | ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:512:17: note: in expansion of macro 'wait_event_idle' 512 | wait_event_idle(rtp->cbs_wq, (needgpcb = rcu_tasks_need_gpcb(rtp))); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:591: /kisskb/src/kernel/rcu/update.c: In function 'show_stalled_task_trace': /kisskb/src/kernel/rcu/tasks.h:1389:34: note: byref variable will be forcibly initialized 1389 | struct trc_stall_chk_rdr trc_rdr; | ^~~~~~~ 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_trace_postgp': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:734:9: note: in expansion of macro '___wait_event' 734 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:766:25: note: in expansion of macro '__wait_event_idle_exclusive_timeout' 766 | __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1486:23: note: in expansion of macro 'wait_event_idle_exclusive_timeout' 1486 | ret = wait_event_idle_exclusive_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1466:19: note: byref variable will be forcibly initialized 1466 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_prepare_channel': /kisskb/src/drivers/bus/mhi/core/main.c:1469:45: note: byref variable will be forcibly initialized 1469 | struct mhi_buf_info info = { }; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c: In function 'val_desc_show': /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c:184:39: note: byref variable will be forcibly initialized 184 | struct energy_scale_attribute esi; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c: In function 'val_show': /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c:164:39: note: byref variable will be forcibly initialized 164 | struct energy_scale_attribute esi; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c: In function 'desc_show': /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c:145:39: note: byref variable will be forcibly initialized 145 | struct energy_scale_attribute esi; | ^~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:33: note: byref variable will be forcibly initialized 269 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:292:33: note: byref variable will be forcibly initialized 292 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/drivers/phy/microchip/lan966x_serdes.c: In function 'lan966x_calc_sd6g40_setup_lane': /kisskb/src/drivers/phy/microchip/lan966x_serdes.c:330:41: note: byref variable will be forcibly initialized 330 | struct lan966x_sd6g40_mode_args sd6g40_mode; | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1245:27: note: byref variable will be forcibly initialized 1245 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:915:32: note: byref variable will be forcibly initialized 915 | struct rcu_synchronize rcu; | ^~~ /kisskb/src/kernel/printk/printk.c: In function 'add_to_rb': /kisskb/src/kernel/printk/printk.c:1048:30: note: byref variable will be forcibly initialized 1048 | struct printk_record dest_r; | ^~~~~~ /kisskb/src/kernel/printk/printk.c:1047:35: note: byref variable will be forcibly initialized 1047 | 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/printk/printk.c: In function 'devkmsg_poll': /kisskb/src/kernel/printk/printk.c:828:28: note: byref variable will be forcibly initialized 828 | 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:7, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:749:23: note: in expansion of macro 'wait_event_interruptible' 749 | ret = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1516:23: note: in expansion of macro 'wait_event_interruptible' 1516 | len = wait_event_interruptible(log_wait, prb_read_valid(prb, seq, NULL)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1495:30: note: byref variable will be forcibly initialized 1495 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1494:28: note: byref variable will be forcibly initialized 1494 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1457:28: note: byref variable will be forcibly initialized 1457 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print_all': /kisskb/src/kernel/printk/printk.c:1588:30: note: byref variable will be forcibly initialized 1588 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1587:28: note: byref variable will be forcibly initialized 1587 | 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:36: 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:36: note: byref variable will be forcibly initialized 122 | struct of_drc_info drc; | ^~~ /kisskb/src/fs/crypto/fname.c: In function 'fname_decrypt': /kisskb/src/fs/crypto/fname.c:153:26: note: byref variable will be forcibly initialized 153 | union fscrypt_iv iv; | ^~ /kisskb/src/fs/crypto/fname.c:150:36: note: byref variable will be forcibly initialized 150 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/fname.c:150:28: note: byref variable will be forcibly initialized 150 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:149:29: note: byref variable will be forcibly initialized 149 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/kernel/printk/printk.c: In function 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2129:30: note: byref variable will be forcibly initialized 2129 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2127:35: note: byref variable will be forcibly initialized 2127 | struct prb_reserved_entry e; | ^ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_encrypt': /kisskb/src/fs/crypto/fname.c:98:28: note: byref variable will be forcibly initialized 98 | struct scatterlist sg; | ^~ /kisskb/src/fs/crypto/fname.c:97:26: note: byref variable will be forcibly initialized 97 | union fscrypt_iv iv; | ^~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:94:29: note: byref variable will be forcibly initialized 94 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/dh.c:75:19: note: byref variable will be forcibly initialized 75 | struct dh params; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'setup_log_buf': /kisskb/src/kernel/printk/printk.c:1077:30: note: byref variable will be forcibly initialized 1077 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1076:28: note: byref variable will be forcibly initialized 1076 | struct printk_info info; | ^~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_disk_to_usr': /kisskb/src/fs/crypto/fname.c:343:35: note: byref variable will be forcibly initialized 343 | struct fscrypt_nokey_name nokey_name; | ^~~~~~~~~~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:46: note: byref variable will be forcibly initialized 484 | struct keyring_read_iterator_context ctx; | ^~~ /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/kernel/printk/printk.c:1647:28: note: byref variable will be forcibly initialized 1647 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2668:30: note: byref variable will be forcibly initialized 2668 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2667:28: note: byref variable will be forcibly initialized 2667 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3534:30: note: byref variable will be forcibly initialized 3534 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3532:28: note: byref variable will be forcibly initialized 3532 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3591:30: note: byref variable will be forcibly initialized 3591 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3590:28: note: byref variable will be forcibly initialized 3590 | struct printk_info info; | ^~~~ /kisskb/src/block/partitions/karma.c: In function 'karma_partition': /kisskb/src/block/partitions/karma.c:19:16: note: byref variable will be forcibly initialized 19 | Sector sect; | ^~~~ /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:27: note: byref variable will be forcibly initialized 44 | struct kpp_secret secret = { | ^~~~~~ /kisskb/src/crypto/dh_helper.c: In function '__crypto_dh_decode_key': /kisskb/src/crypto/dh_helper.c:69:27: note: byref variable will be forcibly initialized 69 | struct kpp_secret secret; | ^~~~~~ 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:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:343:36: note: byref variable will be forcibly initialized 343 | struct fsverity_enable_arg arg; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'pseries_cpuhp_detach_nodes': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:642:29: note: byref variable will be forcibly initialized 642 | struct of_changeset cs; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'pseries_cpuhp_attach_nodes': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:521:29: note: byref variable will be forcibly initialized 521 | struct of_changeset cs; | ^~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:308:34: note: byref variable will be forcibly initialized 308 | &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } | ^ /kisskb/src/kernel/locking/rtmutex.c:1031:45: note: in expansion of macro 'task_to_waiter' 1031 | if (!rt_mutex_steal(task_to_waiter(task), | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'drc_info_valid_index': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:451:28: note: byref variable will be forcibly initialized 451 | struct of_drc_info drc; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1487:31: note: byref variable will be forcibly initialized 1487 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1550:31: note: byref variable will be forcibly initialized 1550 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:412:18: note: byref variable will be forcibly initialized 412 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugepage': /kisskb/src/mm/shmem.c:1527:31: note: byref variable will be forcibly initialized 1527 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:702:24: note: byref variable will be forcibly initialized 702 | XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1367:25: note: in definition of macro 'XA_STATE_ORDER' 1367 | struct xa_state name = __XA_STATE(array, \ | ^~~~ 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/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_unused_huge_shrink': /kisskb/src/mm/shmem.c:553:19: note: byref variable will be forcibly initialized 553 | LIST_HEAD(to_remove); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/shmem.c:552:19: note: byref variable will be forcibly initialized 552 | LIST_HEAD(list), *pos, *next; | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1611:32: note: byref variable will be forcibly initialized 1611 | struct rt_mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:27, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1291:26: note: byref variable will be forcibly initialized 1291 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1165:18: note: byref variable will be forcibly initialized 1165 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:1240:24: note: byref variable will be forcibly initialized 1240 | struct pagevec pvec; | ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:190:26: note: byref variable will be forcibly initialized 190 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3334:32: note: byref variable will be forcibly initialized 3334 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:919:28: note: byref variable will be forcibly initialized 919 | struct folio_batch fbatch; | ^~~~~~ 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:2055:42: note: byref variable will be forcibly initialized 2055 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:810:18: note: byref variable will be forcibly initialized 810 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:870:24: note: byref variable will be forcibly initialized 870 | 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:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1144:25: note: in expansion of macro 'wait_var_event' 1144 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-memory.c: In function 'pseries_memory_block_size': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-memory.c:29:25: note: byref variable will be forcibly initialized 29 | struct resource r; | ^ 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_fallocate': /kisskb/src/mm/shmem.c:2644:49: note: byref variable will be forcibly initialized 2644 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:62:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD' 62 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/mm/shmem.c:2644:17: note: in expansion of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 2644 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:2631:29: note: byref variable will be forcibly initialized 2631 | struct shmem_falloc shmem_falloc; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:19: note: byref variable will be forcibly initialized 513 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:876:26: note: byref variable will be forcibly initialized 876 | struct ctl_table t; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:64: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_write_folio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1256:30: note: byref variable will be forcibly initialized 1256 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2061:19: note: byref variable will be forcibly initialized 2061 | LIST_HEAD(pages_skipped); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1197:42: note: byref variable will be forcibly initialized 1197 | struct writeback_control wbc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': 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/mm/vmscan.c:1515:19: note: byref variable will be forcibly initialized 1515 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:17: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/mm/vmscan.c:1514:19: note: byref variable will be forcibly initialized 1514 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1513:19: note: byref variable will be forcibly initialized 1513 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_create': /kisskb/src/kernel/power/snapshot.c:680:26: note: byref variable will be forcibly initialized 680 | struct list_head mem_extents; | ^~~~~~~~~~~ /kisskb/src/kernel/power/snapshot.c:679:32: note: byref variable will be forcibly initialized 679 | struct chain_allocator ca; | ^~ /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2239:19: note: byref variable will be forcibly initialized 2239 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2432:19: note: byref variable will be forcibly initialized 2432 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2431:19: note: byref variable will be forcibly initialized 2431 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2430:19: note: byref variable will be forcibly initialized 2430 | LIST_HEAD(l_hold); /* The pages which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab_memcg': /kisskb/src/mm/vmscan.c:824:39: note: byref variable will be forcibly initialized 824 | struct shrink_control sc = { | ^~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:928:39: note: byref variable will be forcibly initialized 928 | struct shrink_control sc = { | ^~ 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:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3706:17: note: in expansion of macro 'wait_event_killable' 3706 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3702:17: note: in expansion of macro 'wait_event_interruptible_timeout' 3702 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2322:29: note: byref variable will be forcibly initialized 2322 | struct reclaim_stat stat; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2318:19: note: byref variable will be forcibly initialized 2318 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2876:25: note: byref variable will be forcibly initialized 2876 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1972:19: note: byref variable will be forcibly initialized 1972 | LIST_HEAD(clean_pages); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1969:29: note: byref variable will be forcibly initialized 1969 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2525:29: note: byref variable will be forcibly initialized 2525 | struct reclaim_stat dummy_stat; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2524:19: note: byref variable will be forcibly initialized 2524 | LIST_HEAD(node_page_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:309:9: note: in expansion of macro 'wait_event' 309 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:610:17: note: in expansion of macro 'wait_event' 610 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:653:17: note: in expansion of macro 'wait_event' 653 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'load_image': /kisskb/src/kernel/power/swap.c:1068:30: note: byref variable will be forcibly initialized 1068 | struct hib_bio_batch hb; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1439:17: note: in expansion of macro 'wait_event' 1439 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1393:25: note: in expansion of macro 'wait_event' 1393 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1339:25: note: in expansion of macro 'wait_event' 1339 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1173:30: note: byref variable will be forcibly initialized 1173 | struct hib_bio_batch hb; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1136:17: note: in expansion of macro 'wait_event' 1136 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'save_image': /kisskb/src/kernel/power/swap.c:550:30: note: byref variable will be forcibly initialized 550 | struct hib_bio_batch hb; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:854:17: note: in expansion of macro 'wait_event' 854 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:814:25: note: in expansion of macro 'wait_event' 814 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:687:30: note: byref variable will be forcibly initialized 687 | struct hib_bio_batch hb; | ^~ /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_symlink': /kisskb/src/fs/crypto/hooks.c:317:34: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ /kisskb/src/fs/crypto/hooks.c:317:28: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/include/linux/fscrypt.h:16, from /kisskb/src/fs/crypto/fscrypt_private.h:14, from /kisskb/src/fs/crypto/hooks.c:10: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_symlink_getattr': /kisskb/src/fs/crypto/hooks.c:413:29: note: byref variable will be forcibly initialized 413 | 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/kernel/power/swap.c: In function 'swsusp_read': /kisskb/src/kernel/power/swap.c:1488:32: note: byref variable will be forcibly initialized 1488 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:1487:32: note: byref variable will be forcibly initialized 1487 | struct swap_map_handle handle; | ^~~~~~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_write': /kisskb/src/kernel/power/swap.c:915:32: note: byref variable will be forcibly initialized 915 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:914:32: note: byref variable will be forcibly initialized 914 | struct swap_map_handle handle; | ^~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:32: note: byref variable will be forcibly initialized 532 | struct of_phandle_args args; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'update_ppp': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:635:32: note: byref variable will be forcibly initialized 635 | struct hvcall_ppp_data ppp_data; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'update_mpp': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:673:32: note: byref variable will be forcibly initialized 673 | struct hvcall_mpp_data mpp_data; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'parse_mpp_data': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:258:32: note: byref variable will be forcibly initialized 258 | struct hvcall_mpp_data mpp_data; | ^~~~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:31: note: byref variable will be forcibly initialized 667 | struct class_dev_iter iter; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'parse_ppp_data': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:192:32: note: byref variable will be forcibly initialized 192 | struct hvcall_ppp_data ppp_data; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'parse_mpp_x_data': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:296:34: note: byref variable will be forcibly initialized 296 | struct hvcall_mpp_x_data mpp_x_data; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c: In function 'get_purr': /kisskb/src/arch/powerpc/platforms/pseries/lparcfg.c:62:20: note: byref variable will be forcibly initialized 62 | atomic64_t purr = ATOMIC64_INIT(0); | ^~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:17:26: note: byref variable will be forcibly initialized 17 | struct va_format vaf; | ^~~ 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:7, from /kisskb/src/block/bdev.c:9: /kisskb/src/block/bdev.c: In function 'bd_prepare_to_claim': /kisskb/src/block/bdev.c:584:29: note: byref variable will be forcibly initialized 584 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/block/bdev.c:584:17: note: in expansion of macro 'DEFINE_WAIT' 584 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/block/bdev.c: In function 'lookup_bdev': /kisskb/src/block/bdev.c:969:21: note: byref variable will be forcibly initialized 969 | struct path path; | ^~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:611:27: note: byref variable will be forcibly initialized 611 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:610:27: note: byref variable will be forcibly initialized 610 | struct rcu_cblist donecbs; | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'do_remove_key': /kisskb/src/fs/crypto/keyring.c:915:39: note: byref variable will be forcibly initialized 915 | struct fscrypt_remove_key_arg arg; | ^~~ 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:29: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:28: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_add_key': /kisskb/src/fs/crypto/keyring.c:636:42: note: byref variable will be forcibly initialized 636 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:635:36: note: byref variable will be forcibly initialized 635 | struct fscrypt_add_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_add_test_dummy_key': /kisskb/src/fs/crypto/keyring.c:700:42: note: byref variable will be forcibly initialized 700 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_verify_key_added': /kisskb/src/fs/crypto/keyring.c:733:38: note: byref variable will be forcibly initialized 733 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ 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:29: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:28: 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:29: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:28: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ /kisskb/src/arch/powerpc/kernel/time.c: In function '__read_persistent_clock': /kisskb/src/arch/powerpc/kernel/time.c:829:25: note: byref variable will be forcibly initialized 829 | struct rtc_time tm; | ^~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_get_key_status': /kisskb/src/fs/crypto/keyring.c:1047:43: note: byref variable will be forcibly initialized 1047 | struct fscrypt_get_key_status_arg arg; | ^~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'update_persistent_clock64': /kisskb/src/arch/powerpc/kernel/time.c:817:25: note: byref variable will be forcibly initialized 817 | struct rtc_time tm; | ^~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'calc_cputime_factors': /kisskb/src/arch/powerpc/kernel/time.c:165:27: note: byref variable will be forcibly initialized 165 | struct div_result res; | ^~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'time_init': /kisskb/src/arch/powerpc/kernel/time.c:986:27: note: byref variable will be forcibly initialized 986 | struct div_result res; | ^~~ /kisskb/src/security/landlock/fs.c: In function 'check_access_path': /kisskb/src/security/landlock/fs.c:229:21: note: byref variable will be forcibly initialized 229 | struct path walker_path; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/security/landlock/fs.c:15: /kisskb/src/security/landlock/fs.c: In function 'hook_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:439:9: note: in expansion of macro 'wait_var_event' 439 | wait_var_event(&landlock_superblock(sb)->inode_refs, !atomic_long_read( | ^~~~~~~~~~~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO_simple': /kisskb/src/block/fops.c:62:20: note: byref variable will be forcibly initialized 62 | struct bio bio; | ^~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO': /kisskb/src/block/fops.c:188:25: note: byref variable will be forcibly initialized 188 | struct blk_plug plug; | ^~~~ /kisskb/src/block/fops.c: In function 'blkdev_write_iter': /kisskb/src/block/fops.c:528:25: note: byref variable will be forcibly initialized 528 | struct blk_plug plug; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/vio.c: In function 'vio_cmo_bus_init': /kisskb/src/arch/powerpc/platforms/pseries/vio.c:894:32: note: byref variable will be forcibly initialized 894 | struct hvcall_mpp_data mpp_data; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/rtas-fadump.c: In function 'rtas_fadump_build_cpu_notes': /kisskb/src/arch/powerpc/platforms/pseries/rtas-fadump.c:311:24: note: byref variable will be forcibly initialized 311 | struct pt_regs regs; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_show_print': /kisskb/src/mm/vmstat.c:2206:33: note: byref variable will be forcibly initialized 2206 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'unusable_show_print': /kisskb/src/mm/vmstat.c:2154:33: note: byref variable will be forcibly initialized 2154 | struct contig_page_info info; | ^~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_file_encryption_key': /kisskb/src/fs/crypto/keysetup.c:421:38: note: byref variable will be forcibly initialized 421 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_get_encryption_info': /kisskb/src/fs/crypto/keysetup.c:626:30: note: byref variable will be forcibly initialized 626 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/keysetup.c:625:31: note: byref variable will be forcibly initialized 625 | union fscrypt_context ctx; | ^~~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:579:26: note: byref variable will be forcibly initialized 579 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:387:31: note: byref variable will be forcibly initialized 387 | struct bio_list punt, nopunt; | ^~~~~~ /kisskb/src/block/bio.c:387:25: note: byref variable will be forcibly initialized 387 | struct bio_list punt, nopunt; | ^~~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:559:26: note: byref variable will be forcibly initialized 559 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c:558:24: note: byref variable will be forcibly initialized 558 | struct bio_vec bv; | ^~ /kisskb/src/mm/vmstat.c: In function 'extfrag_for_order': /kisskb/src/mm/vmstat.c:1130:33: note: byref variable will be forcibly initialized 1130 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'fragmentation_index': /kisskb/src/mm/vmstat.c:1144:33: note: byref variable will be forcibly initialized 1144 | struct contig_page_info info; | ^~~~ /kisskb/src/block/bio.c: In function '__bio_release_pages': /kisskb/src/block/bio.c:1091:30: note: byref variable will be forcibly initialized 1091 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1300:40: note: byref variable will be forcibly initialized 1300 | DECLARE_COMPLETION_ONSTACK_MAP(done, | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/block/bio.c:1300:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK_MAP' 1300 | DECLARE_COMPLETION_ONSTACK_MAP(done, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data_iter': /kisskb/src/block/bio.c:1337:32: note: byref variable will be forcibly initialized 1337 | struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); | ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1362:26: note: byref variable will be forcibly initialized 1362 | struct bvec_iter dst_iter = dst->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c:1361:26: note: byref variable will be forcibly initialized 1361 | struct bvec_iter src_iter = src->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1371:30: note: byref variable will be forcibly initialized 1371 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1410:30: note: byref variable will be forcibly initialized 1410 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1459:30: note: byref variable will be forcibly initialized 1459 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/core/pm.c:7: /kisskb/src/drivers/bus/mhi/core/pm.c: In function '__mhi_pm_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:931:15: note: in expansion of macro 'wait_event_timeout' 931 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_sys_error_transition': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:600:23: note: in expansion of macro 'wait_event_timeout' 600 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_suspend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:859:15: note: in expansion of macro 'wait_event_timeout' 859 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:819:15: note: in expansion of macro 'wait_event_timeout' 819 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c: In function '__mhi_device_get_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:975:15: note: in expansion of macro 'wait_event_timeout' 975 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ 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/delay.h:23, from /kisskb/src/drivers/bus/mhi/core/pm.c:7: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_st_worker': /kisskb/src/drivers/bus/mhi/core/pm.c:735:19: note: byref variable will be forcibly initialized 735 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/delay.h:23, from /kisskb/src/drivers/bus/mhi/core/pm.c:7: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_sync_power_up': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:1186:9: note: in expansion of macro 'wait_event_timeout' 1186 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_force_rddm_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/pm.c:1212:15: note: in expansion of macro 'wait_event_timeout' 1212 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:32: note: byref variable will be forcibly initialized 29 | struct fsverity_digest arg; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:289:31: note: byref variable will be forcibly initialized 289 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:124:31: note: byref variable will be forcibly initialized 124 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:123:25: note: byref variable will be forcibly initialized 123 | struct ww_mutex mutex; | ^~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:61:31: note: byref variable will be forcibly initialized 61 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:60:27: note: byref variable will be forcibly initialized 60 | struct test_mutex mtx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:221:31: note: byref variable will be forcibly initialized 221 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:220:26: note: byref variable will be forcibly initialized 220 | 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:189:31: note: byref variable will be forcibly initialized 189 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:729:36: note: byref variable will be forcibly initialized 729 | struct load_weight lw; | ^~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:423:31: note: byref variable will be forcibly initialized 423 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:481:31: note: byref variable will be forcibly initialized 481 | 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:480:19: note: byref variable will be forcibly initialized 480 | LIST_HEAD(locks); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9110:39: note: byref variable will be forcibly initialized 9110 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9110:28: note: byref variable will be forcibly initialized 9110 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10238:31: note: byref variable will be forcibly initialized 10238 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'preferred_group_nid': /kisskb/src/kernel/sched/fair.c:2312:36: note: byref variable will be forcibly initialized 2312 | nodemask_t this_group; | ^~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2263:20: note: byref variable will be forcibly initialized 2263 | nodemask_t nodes; | ^~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4825: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:264:34: note: byref variable will be forcibly initialized 264 | struct rcu_stall_chk_rdr rscr; | ^~~~ 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:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:9: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:25: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1971:23: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1971 | (void)swait_event_idle_timeout_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:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:9: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:25: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:472:13: note: in expansion of macro 'swait_event_timeout_exclusive' 472 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/kernel/rcu/tree.c:4481:28: note: byref variable will be forcibly initialized 4481 | struct sched_param sp; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9266:28: note: byref variable will be forcibly initialized 9266 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:25: note: in expansion of macro 'wait_event' 313 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_bio_remap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ 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:1199:19: note: byref variable will be forcibly initialized 1199 | LIST_HEAD(callbacks); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:439:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 439 | DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_completion': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ 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_kthread': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:15: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:9: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2128:25: note: in expansion of macro 'swait_event_idle_exclusive' 2128 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'machine_check_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:856:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 856 | DEFINE_INTERRUPT_HANDLER_NMI(machine_check_exception) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'unknown_nmi_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:1092:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 1092 | DEFINE_INTERRUPT_HANDLER_NMI(unknown_nmi_exception) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:368:17: note: in expansion of macro 'wait_event' 368 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bio_queue_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:399:17: note: in expansion of macro 'wait_event' 399 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:30: note: byref variable will be forcibly initialized 78 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'performance_monitor_exception_nmi': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:1887:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 1887 | DEFINE_INTERRUPT_HANDLER_NMI(performance_monitor_exception_nmi) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:857:9: note: in expansion of macro 'wait_event' 857 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4826: /kisskb/src/kernel/rcu/tree_exp.h:820:29: note: byref variable will be forcibly initialized 820 | struct rcu_exp_work rew; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'set_encryption_policy': /kisskb/src/fs/crypto/policy.c:393:31: note: byref variable will be forcibly initialized 393 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'derive_key_aes': /kisskb/src/fs/crypto/keysetup_v1.c:54:36: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_policy': /kisskb/src/fs/crypto/policy.c:369:31: note: byref variable will be forcibly initialized 369 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_set_policy': /kisskb/src/fs/crypto/policy.c:439:30: note: byref variable will be forcibly initialized 439 | union fscrypt_policy existing_policy; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:438:30: note: byref variable will be forcibly initialized 438 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c:54:28: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c:53:29: note: byref variable will be forcibly initialized 53 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy': /kisskb/src/fs/crypto/policy.c:504:30: note: byref variable will be forcibly initialized 504 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy_ex': /kisskb/src/fs/crypto/policy.c:523:42: note: byref variable will be forcibly initialized 523 | struct fscrypt_get_policy_ex_arg arg; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_nonce': /kisskb/src/fs/crypto/policy.c:556:31: note: byref variable will be forcibly initialized 556 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_has_permitted_context': /kisskb/src/fs/crypto/policy.c:592:45: note: byref variable will be forcibly initialized 592 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:592:30: note: byref variable will be forcibly initialized 592 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_set_context': /kisskb/src/fs/crypto/policy.c:680:31: note: byref variable will be forcibly initialized 680 | union fscrypt_context ctx; | ^~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute_kdf': /kisskb/src/security/keys/dh.c:114:21: note: byref variable will be forcibly initialized 114 | struct kvec kbuf_iov = { .iov_base = kbuf, .iov_len = kbuflen }; | ^~~~~~~~ /kisskb/src/security/keys/dh.c: In function '__keyctl_dh_compute': /kisskb/src/security/keys/dh.c:149:30: note: byref variable will be forcibly initialized 149 | struct dh_completion compl; | ^~~~~ /kisskb/src/security/keys/dh.c:148:28: note: byref variable will be forcibly initialized 148 | struct scatterlist outsg; | ^~~~~ /kisskb/src/security/keys/dh.c:147:19: note: byref variable will be forcibly initialized 147 | struct dh dh_inputs; | ^~~~~~~~~ /kisskb/src/security/keys/dh.c:146:33: note: byref variable will be forcibly initialized 146 | struct keyctl_dh_params pcopy; | ^~~~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute': /kisskb/src/security/keys/dh.c:324:34: note: byref variable will be forcibly initialized 324 | struct keyctl_kdf_params kdfcopy; | ^~~~~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:156:43: note: byref variable will be forcibly initialized 156 | struct fsverity_read_metadata_arg arg; | ^~~ /kisskb/src/fs/verity/verify.c: In function 'fsverity_verify_bio': /kisskb/src/fs/verity/verify.c:230:30: note: byref variable will be forcibly initialized 230 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/crypto/bio.c: In function 'fscrypt_decrypt_bio': /kisskb/src/fs/crypto/bio.c:34:30: note: byref variable will be forcibly initialized 34 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/security/lsm_audit.c: In function 'dump_common_audit_data': /kisskb/src/security/lsm_audit.c:417:33: note: byref variable will be forcibly initialized 417 | struct in6_addr sbn_pfx; | ^~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:421:19: note: byref variable will be forcibly initialized 421 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab_common.c: In function 'cache_show': /kisskb/src/mm/slab_common.c:1060:25: note: byref variable will be forcibly initialized 1060 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/mm/slab_common.c: In function 'cache_random_seq_create': /kisskb/src/mm/slab_common.c:990:26: note: byref variable will be forcibly initialized 990 | struct rnd_state state; | ^~~~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1090:25: note: byref variable will be forcibly initialized 1090 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1264:25: note: byref variable will be forcibly initialized 1264 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_make_reusable': /kisskb/src/kernel/printk/printk_ringbuffer.c:574:25: note: byref variable will be forcibly initialized 574 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:772:25: note: byref variable will be forcibly initialized 772 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1839:25: note: byref variable will be forcibly initialized 1839 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read': /kisskb/src/kernel/printk/printk_ringbuffer.c:1803:25: note: byref variable will be forcibly initialized 1803 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1970:30: note: byref variable will be forcibly initialized 1970 | struct printk_record r; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/core/boot.c:7: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_fw_load_bhie': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/boot.c:211:15: note: in expansion of macro 'wait_event_timeout' 211 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_fw_load_bhi': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/boot.c:265:15: note: in expansion of macro 'wait_event_timeout' 265 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_download_rddm_image': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/core/boot.c:167:9: note: in expansion of macro 'wait_event_timeout' 167 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:1987:19: note: byref variable will be forcibly initialized 1987 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:37: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~~~ /kisskb/src/crypto/streebog_generic.c:955:33: 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:33: note: byref variable will be forcibly initialized 977 | struct streebog_uint512 m; | ^ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:461:20: note: byref variable will be forcibly initialized 461 | struct bio bio; | ^~~ /kisskb/src/fs/crypto/inline_crypt.c: In function 'fscrypt_generate_dun': /kisskb/src/fs/crypto/inline_crypt.c:216:26: note: byref variable will be forcibly initialized 216 | union fscrypt_iv iv; | ^~ /kisskb/src/arch/powerpc/kernel/hw_breakpoint_constraints.c: In function 'wp_get_instr_detail': /kisskb/src/arch/powerpc/kernel/hw_breakpoint_constraints.c:133:31: note: byref variable will be forcibly initialized 133 | struct instruction_op op; | ^~ /kisskb/src/fs/crypto/inline_crypt.c: In function 'fscrypt_select_encryption_impl': /kisskb/src/fs/crypto/inline_crypt.c:72:34: note: byref variable will be forcibly initialized 72 | struct blk_crypto_config crypto_cfg; | ^~~~~~~~~~ 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:174:19: note: byref variable will be forcibly initialized 174 | LIST_HEAD(icq_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msi_setup_msi_desc': /kisskb/src/drivers/pci/msi/msi.c:367:25: note: byref variable will be forcibly initialized 367 | struct msi_desc desc; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msix_setup_msi_descs': /kisskb/src/drivers/pci/msi/msi.c:511:25: note: byref variable will be forcibly initialized 511 | struct msi_desc desc; | ^~~~ /kisskb/src/drivers/rapidio/devices/tsi721.c: In function 'tsi721_pw_dpc': /kisskb/src/drivers/rapidio/devices/tsi721.c:294:26: note: byref variable will be forcibly initialized 294 | union rio_pw_msg pwmsg; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:30: note: byref variable will be forcibly initialized 400 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:30: 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:30: note: byref variable will be forcibly initialized 80 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:26: note: byref variable will be forcibly initialized 484 | struct bvec_iter iter; | ^~~~ 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/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'move_freelist_head': /kisskb/src/mm/compaction.c:1333:19: note: byref variable will be forcibly initialized 1333 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'move_freelist_tail': /kisskb/src/mm/compaction.c:1350:19: note: byref variable will be forcibly initialized 1350 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/compaction.h:345, from /kisskb/src/mm/compaction.c:46: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_migratepages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:25: note: byref variable will be forcibly initialized 528 | struct iov_iter i; | ^ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:25: note: byref variable will be forcibly initialized 570 | struct iov_iter i; | ^ /kisskb/src/block/blk-map.c:569:22: note: byref variable will be forcibly initialized 569 | struct iovec iov; | ^~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_suitable_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_defer_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_kcompactd_wake_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:27: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ 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/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:19: note: byref variable will be forcibly initialized 91 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:699:19: note: byref variable will be forcibly initialized 699 | LIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone_order': /kisskb/src/mm/compaction.c:2541:32: note: byref variable will be forcibly initialized 2541 | struct capture_control capc = { | ^~~~ 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/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'kcompactd': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2971:21: note: in expansion of macro 'wait_event_freezable_timeout' 2971 | if (wait_event_freezable_timeout(pgdat->kcompactd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:30: note: byref variable will be forcibly initialized 21 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:31: 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:31: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c:41: /kisskb/src/kernel/sched/build_policy.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:360:27: note: byref variable will be forcibly initialized 360 | struct idle_timer it; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_stime': /kisskb/src/kernel/time/time.c:83:27: 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:27: 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:35: 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:31: 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:25: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:27: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:190, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:28: note: byref variable will be forcibly initialized 288 | struct old_timex32 tx32; | ^~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_iter': /kisskb/src/kernel/time/time.c:320:28: note: byref variable will be forcibly initialized 320 | struct old_timex32 tx32; | ^~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:31: note: byref variable will be forcibly initialized 351 | struct __kernel_timex txc; | ^~~ In file included from /kisskb/src/kernel/sched/build_policy.c:51: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1075:25: note: byref variable will be forcibly initialized 1075 | struct rq_flags rf; | ^~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:271:26: note: byref variable will be forcibly initialized 271 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:270:28: note: byref variable will be forcibly initialized 270 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~~~~ /kisskb/src/block/blk-merge.c:270:24: note: byref variable will be forcibly initialized 270 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:27: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:34: 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:34: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:493:26: note: byref variable will be forcibly initialized 493 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:492:24: note: byref variable will be forcibly initialized 492 | struct bio_vec bvec, bvprv = { NULL }; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/block/blk-merge.c:28:26: note: byref variable will be forcibly initialized 28 | struct bvec_iter iter = bio->bi_iter; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:55:28: note: byref variable will be forcibly initialized 55 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c:55:24: note: byref variable will be forcibly initialized 55 | struct bio_vec pb, nb; | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c:50: /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:453:29: note: byref variable will be forcibly initialized 453 | struct task_cputime cputime; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:51: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2522:25: note: byref variable will be forcibly initialized 2522 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/build_policy.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1381:25: note: byref variable will be forcibly initialized 1381 | struct rq_flags rf; | ^~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:380:24: note: byref variable will be forcibly initialized 380 | struct bio_vec bv; | ^~ /kisskb/src/block/blk-merge.c:379:29: note: byref variable will be forcibly initialized 379 | struct req_iterator iter; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:30: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:30: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:965:27: note: byref variable will be forcibly initialized 965 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/module.h:21, from /kisskb/src/mm/list_lru.c:9: /kisskb/src/mm/list_lru.c: In function 'memcg_destroy_list_lru': /kisskb/src/mm/list_lru.c:376:18: note: byref variable will be forcibly initialized 376 | XA_STATE(xas, &lru->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/list_lru.c: In function 'memcg_list_lru_alloc': /kisskb/src/mm/list_lru.c:487:18: note: byref variable will be forcibly initialized 487 | XA_STATE(xas, &lru->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:27: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt': /kisskb/src/crypto/cfb.c:182:30: note: byref variable will be forcibly initialized 182 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_encrypt': /kisskb/src/crypto/cfb.c:106:30: note: byref variable will be forcibly initialized 106 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'lookup_rec': /kisskb/src/kernel/trace/ftrace.c:1529:27: note: byref variable will be forcibly initialized 1529 | struct dyn_ftrace key; | ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_ops_test': /kisskb/src/kernel/trace/ftrace.c:1474:32: note: byref variable will be forcibly initialized 1474 | struct ftrace_ops_hash hash; | ^~~~ In file included from /kisskb/src/drivers/bus/moxtet.c:17: /kisskb/src/drivers/bus/moxtet.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_graph_set_hash': /kisskb/src/kernel/trace/ftrace.c:6299:28: note: byref variable will be forcibly initialized 6299 | struct ftrace_glob func_g; | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_free_mem': /kisskb/src/kernel/trace/ftrace.c:7104:26: note: byref variable will be forcibly initialized 7104 | struct list_head clear_hash; | ^~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7101:27: note: byref variable will be forcibly initialized 7101 | struct dyn_ftrace key; | ^~~ /kisskb/src/sound/core/oss/mixer_oss.c: In function 'snd_mixer_oss_info': /kisskb/src/sound/core/oss/mixer_oss.c:87:27: note: byref variable will be forcibly initialized 87 | struct mixer_info info; | ^~~~ /kisskb/src/sound/core/oss/mixer_oss.c: In function 'snd_mixer_oss_info_obsolete': /kisskb/src/sound/core/oss/mixer_oss.c:103:25: note: byref variable will be forcibly initialized 103 | _old_mixer_info info; | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_hash_move_and_update_ops': /kisskb/src/kernel/trace/ftrace.c:4145:32: note: byref variable will be forcibly initialized 4145 | struct ftrace_ops_hash old_hash_ops; | ^~~~~~~~~~~~ /kisskb/src/sound/core/oss/mixer_oss.c: In function 'snd_mixer_oss_test_id': /kisskb/src/sound/core/oss/mixer_oss.c:521:32: note: byref variable will be forcibly initialized 521 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:117:25: note: byref variable will be forcibly initialized 117 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:275:25: note: byref variable will be forcibly initialized 275 | struct blk_plug plug; | ^~~~ /kisskb/src/sound/core/oss/mixer_oss.c: In function 'snd_mixer_oss_build_input': /kisskb/src/sound/core/oss/mixer_oss.c:1057:21: note: byref variable will be forcibly initialized 1057 | struct slot slot; | ^~~~ /kisskb/src/sound/core/oss/mixer_oss.c: In function 'snd_mixer_oss_ioctl_card': /kisskb/src/sound/core/oss/mixer_oss.c:395:35: note: byref variable will be forcibly initialized 395 | struct snd_mixer_oss_file fmixer; | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'unregister_ftrace_function_probe_func': /kisskb/src/kernel/trace/ftrace.c:4713:27: note: byref variable will be forcibly initialized 4713 | struct hlist_head hhd; | ^~~ /kisskb/src/kernel/trace/ftrace.c:4708:28: note: byref variable will be forcibly initialized 4708 | struct ftrace_glob func_g; | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:4705:32: note: byref variable will be forcibly initialized 4705 | struct ftrace_ops_hash old_hash_ops; | ^~~~~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:898:17: note: in expansion of macro 'wait_event' 898 | wait_event(sb->s_writers.wait_unfrozen, | ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:123:26: note: byref variable will be forcibly initialized 123 | struct if_dqinfo uinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:121:25: note: byref variable will be forcibly initialized 121 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setinfo': /kisskb/src/fs/quota/quota.c:150:24: note: byref variable will be forcibly initialized 150 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:149:26: note: byref variable will be forcibly initialized 149 | struct if_dqinfo info; | ^~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:357:25: note: byref variable will be forcibly initialized 357 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:436:30: note: byref variable will be forcibly initialized 436 | struct fs_quota_stat fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:455:25: note: byref variable will be forcibly initialized 455 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:499:31: note: byref variable will be forcibly initialized 499 | struct fs_quota_statv fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:206:25: note: byref variable will be forcibly initialized 206 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:205:25: note: byref variable will be forcibly initialized 205 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:291:25: note: byref variable will be forcibly initialized 291 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:290:25: note: byref variable will be forcibly initialized 290 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxquota': /kisskb/src/fs/quota/quota.c:709:25: note: byref variable will be forcibly initialized 709 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:708:30: note: byref variable will be forcibly initialized 708 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:242:29: note: byref variable will be forcibly initialized 242 | struct if_nextdqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:241:25: note: byref variable will be forcibly initialized 241 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c:240:21: note: byref variable will be forcibly initialized 240 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setxquota': /kisskb/src/fs/quota/quota.c:641:32: note: byref variable will be forcibly initialized 641 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:628:25: note: byref variable will be forcibly initialized 628 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:627:30: note: byref variable will be forcibly initialized 627 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextxquota': /kisskb/src/fs/quota/quota.c:736:21: note: byref variable will be forcibly initialized 736 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c:735:25: note: byref variable will be forcibly initialized 735 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:734:30: note: byref variable will be forcibly initialized 734 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/fs/quota/quota.c:921:21: note: byref variable will be forcibly initialized 921 | struct path path, *pathp = NULL; | ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:383:34: note: byref variable will be forcibly initialized 383 | struct bt_tags_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:315:29: note: byref variable will be forcibly initialized 315 | struct bt_iter_data iter_data = { | ^~~~~~~~~ In file included from /kisskb/src/include/linux/blkdev.h:24, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_get_tag': /kisskb/src/block/blk-mq-tag.c:135:25: note: byref variable will be forcibly initialized 135 | DEFINE_SBQ_WAIT(wait); | ^~~~ /kisskb/src/include/linux/sbitmap.h:597:25: note: in definition of macro 'DEFINE_SBQ_WAIT' 597 | struct sbq_wait name = { \ | ^~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:847:31: note: byref variable will be forcibly initialized 847 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:875:31: note: byref variable will be forcibly initialized 875 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': 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:64: /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_root': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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/fs/proc/task_mmu.c:1263:43: note: byref variable will be forcibly initialized 1263 | struct clear_refs_private cp = { | ^~ /kisskb/src/fs/proc/task_mmu.c:1262:43: note: byref variable will be forcibly initialized 1262 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(cgroup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1620:28: note: byref variable will be forcibly initialized 1620 | struct pagemapread pm; | ^~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_migrate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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/kernel/futex/syscalls.c: In function 'futex_parse_waitv': /kisskb/src/kernel/futex/syscalls.c:201:28: note: byref variable will be forcibly initialized 201 | struct futex_waitv aux; | ^~~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_waitv': /kisskb/src/kernel/futex/syscalls.c:252:27: note: byref variable will be forcibly initialized 252 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:250:32: note: byref variable will be forcibly initialized 250 | struct hrtimer_sleeper to; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex': /kisskb/src/kernel/futex/syscalls.c:170:27: note: byref variable will be forcibly initialized 170 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_time32': /kisskb/src/kernel/futex/syscalls.c:362:27: note: byref variable will be forcibly initialized 362 | struct timespec64 ts; | ^~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:421:40: note: byref variable will be forcibly initialized 421 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:505:43: note: byref variable will be forcibly initialized 505 | struct kunit_result_stats param_stats = { 0 }; | ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:504:30: note: byref variable will be forcibly initialized 504 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:733:43: note: byref variable will be forcibly initialized 733 | struct kunit_kmalloc_array_params params = { | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_failed_assertion': /kisskb/src/lib/kunit/test.c:288:26: note: byref variable will be forcibly initialized 288 | struct va_format message; | ^~~~~~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:147:30: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup2_parse_param': /kisskb/src/kernel/cgroup/cgroup.c:1882:32: note: byref variable will be forcibly initialized 1882 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3588:30: note: byref variable will be forcibly initialized 3588 | struct rb_event_info info; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'find_css_set': /kisskb/src/kernel/cgroup/cgroup.c:1205:26: note: byref variable will be forcibly initialized 1205 | struct list_head tmp_links; | ^~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:2428:34: note: byref variable will be forcibly initialized 2428 | struct blk_mq_queue_data bd = { | ^~ 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:2600:19: note: byref variable will be forcibly initialized 2600 | LIST_HEAD(preloaded); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:88: /kisskb/src/kernel/sched/build_utility.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2468:34: note: byref variable will be forcibly initialized 2468 | struct sched_domain_attr tmp; | ^~~ In file included from /kisskb/src/kernel/futex/pi.c:7: /kisskb/src/kernel/futex/pi.c: In function 'wake_futex_pi': /kisskb/src/kernel/futex/pi.c:618:26: note: byref variable will be forcibly initialized 618 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/futex/../locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ 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_dispatch_plug_list': /kisskb/src/block/blk-mq.c:2585:19: note: byref variable will be forcibly initialized 2585 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:60: /kisskb/src/kernel/sched/build_utility.c: In function 'cpuacct_stats_show': /kisskb/src/kernel/sched/cpuacct.c:263:29: note: byref variable will be forcibly initialized 263 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi': /kisskb/src/kernel/futex/pi.c:936:24: note: byref variable will be forcibly initialized 936 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/pi.c:934:32: note: byref variable will be forcibly initialized 934 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/pi.c:932:32: note: byref variable will be forcibly initialized 932 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ 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:19: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:83: /kisskb/src/kernel/sched/build_utility.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:128:28: note: byref variable will be forcibly initialized 128 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid': /kisskb/src/block/blk-mq.c:4636:32: note: byref variable will be forcibly initialized 4636 | struct hrtimer_sleeper hs; | ^~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:3304:29: note: byref variable will be forcibly initialized 3304 | struct rq_iter_data data = { | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:185:27: note: byref variable will be forcibly initialized 185 | struct folio_iter fi; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:179:9: note: in expansion of macro 'wait_event' 179 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:186:16: note: in expansion of macro 'wait_event_timeout' 186 | return wait_event_timeout(q->mq_freeze_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_setup_root': /kisskb/src/kernel/cgroup/cgroup.c:1988:19: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(tmp_links); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:3004:37: note: byref variable will be forcibly initialized 3004 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:3004:25: note: in expansion of macro 'DEFINE_WAIT' 3004 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3588:30: note: byref variable will be forcibly initialized 3588 | struct rb_event_info info; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_folio_sync': /kisskb/src/fs/iomap/buffered-io.c:542:20: note: byref variable will be forcibly initialized 542 | struct bio bio; | ^~~ /kisskb/src/fs/iomap/buffered-io.c:541:24: note: byref variable will be forcibly initialized 541 | struct bio_vec bvec; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_execute_rq': /kisskb/src/block/blk-mq.c:1239:36: note: byref variable will be forcibly initialized 1239 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/block/blk-mq.c:1239:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1239 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1518:36: note: byref variable will be forcibly initialized 1518 | struct flush_busy_ctx_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1556:33: note: byref variable will be forcibly initialized 1556 | struct dispatch_rq_data data = { | ^~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:89:30: note: byref variable will be forcibly initialized 89 | struct skcipher_walk w; | ^ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:15: note: byref variable will be forcibly initialized 146 | le128 b; | ^ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/arch/powerpc/include/asm/pgtable.h:7, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/powerpc/include/asm/kup.h:37, from /kisskb/src/arch/powerpc/include/asm/uaccess.h:9, from /kisskb/src/include/linux/uaccess.h:11, from /kisskb/src/include/linux/sched/task.h:11, from /kisskb/src/include/linux/sched/signal.h:9, from /kisskb/src/include/linux/sched/cputime.h:5, from /kisskb/src/kernel/sched/build_utility.c:13: /kisskb/src/kernel/sched/build_utility.c: In function 'do_wait_for_common': /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/kernel/sched/completion.c:75:36: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:28: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/block/blk-mq.c:1833:42: note: byref variable will be forcibly initialized 1833 | 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:1822:19: note: byref variable will be forcibly initialized 1822 | LIST_HEAD(zone_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function '__cgroup_kill': /kisskb/src/kernel/cgroup/cgroup.c:3750:30: note: byref variable will be forcibly initialized 3750 | struct css_task_iter it; | ^~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3588:30: note: byref variable will be forcibly initialized /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:3374:19: note: byref variable will be forcibly initialized 3374 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2735: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_bulk_tx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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/fs/iomap/buffered-io.c:1045:35: note: byref variable will be forcibly initialized 1045 | struct folio_iter fi; | ^~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_kthread': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_enqueue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ 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:19: note: byref variable will be forcibly initialized 1342 | LIST_HEAD(submit_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_return_failed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:1291:19: note: byref variable will be forcibly initialized 1291 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage': /kisskb/src/fs/iomap/buffered-io.c:332:35: note: byref variable will be forcibly initialized 332 | struct iomap_readpage_ctx ctx = { | ^~~ /kisskb/src/fs/iomap/buffered-io.c:327:27: note: byref variable will be forcibly initialized 327 | struct iomap_iter iter = { | ^~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:4492:19: note: byref variable will be forcibly initialized 4492 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1085:26: note: byref variable will be forcibly initialized 1085 | struct list_head tmp; | ^~~ In file included from /kisskb/src/kernel/sched/build_utility.c:88: /kisskb/src/kernel/sched/build_utility.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2231:23: note: byref variable will be forcibly initialized 2231 | struct s_data d; | ^ /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:1829:49: note: byref variable will be forcibly initialized 1829 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c:1772:19: note: byref variable will be forcibly initialized 1772 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(hctx_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:97:19: note: byref variable will be forcibly initialized 97 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:221:19: note: byref variable will be forcibly initialized 221 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:278:19: note: byref variable will be forcibly initialized 278 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:446:27: note: byref variable will be forcibly initialized 446 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/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:385:35: note: byref variable will be forcibly initialized 385 | 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/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:6, from /kisskb/src/kernel/futex/requeue.c:5: /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue': /kisskb/src/kernel/futex/requeue.c:372:23: note: byref variable will be forcibly initialized 372 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' 398 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:53: note: byref variable will be forcibly initialized 53 | struct string_stream_fragment_alloc_context context = { | ^~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/kernel/futex/requeue.c: In function 'futex_wait_requeue_pi': /kisskb/src/lib/kunit/string-stream.c:199:44: note: byref variable will be forcibly initialized 199 | struct string_stream_alloc_context context = { | ^~~~~~~ /kisskb/src/kernel/futex/requeue.c:767:32: note: byref variable will be forcibly initialized 767 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/requeue.c:766:32: note: byref variable will be forcibly initialized 766 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1844:30: note: byref variable will be forcibly initialized 1844 | struct process_timer timer; | ^~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_write_header': /kisskb/src/arch/powerpc/kernel/nvram_64.c:728:29: note: byref variable will be forcibly initialized 728 | struct nvram_header phead; | ^~~~~ /kisskb/src/mm/memory.c:91:2: warning: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Wcpp] 91 | #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_scan_partitions': /kisskb/src/arch/powerpc/kernel/nvram_64.c:987:29: 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:29: 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:29: note: byref variable will be forcibly initialized 225 | struct err_log_info info; | ^~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_find_device': /kisskb/src/drivers/pci/pcie/portdrv_core.c:474:37: note: byref variable will be forcibly initialized 474 | struct portdrv_service_data pdrvs; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_remove_db_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1480:36: note: byref variable will be forcibly initialized 1480 | struct rio_doorbell_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_pw_handler': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1523:26: note: byref variable will be forcibly initialized 1523 | struct rio_event event; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_doorbell_handler': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1403:26: note: byref variable will be forcibly initialized 1403 | struct rio_event event; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_maint_rd': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:262:35: note: byref variable will be forcibly initialized 262 | struct rio_mport_maint_io maint_io; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_maint_wr': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:307:35: note: byref variable will be forcibly initialized 307 | struct rio_mport_maint_io maint_io; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_remove_pw_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1611:30: note: byref variable will be forcibly initialized 1611 | struct rio_pw_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_riodev': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1680:30: note: byref variable will be forcibly initialized 1680 | struct rio_rdev_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_del_riodev': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1819:30: note: byref variable will be forcibly initialized 1819 | struct rio_rdev_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_write': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2301:26: note: byref variable will be forcibly initialized 2301 | struct rio_event event; | ^~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:13: /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2280:15: note: in expansion of macro 'wait_event_interruptible' 2280 | ret = wait_event_interruptible(priv->event_rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_cdev_add': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2364:31: note: byref variable will be forcibly initialized 2364 | struct rio_mport_attr attr; | ^~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_db_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1435:36: note: byref variable will be forcibly initialized 1435 | struct rio_doorbell_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_pw_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1554:30: note: byref variable will be forcibly initialized 1554 | struct rio_pw_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_obw_map': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:429:25: note: byref variable will be forcibly initialized 429 | struct rio_mmap map; | ^~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_map_inbound': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1287:25: note: byref variable will be forcibly initialized 1287 | struct rio_mmap map; | ^~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:940:27: note: byref variable will be forcibly initialized 940 | struct disk_stats stat; | ^~~~ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1227:27: note: byref variable will be forcibly initialized 1227 | struct disk_stats stat; | ^~~~ 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:58: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:736:31: note: byref variable will be forcibly initialized 736 | struct class_dev_iter iter; | ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1326:31: note: byref variable will be forcibly initialized 1326 | struct class_dev_iter iter; | ^~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2649:27: note: byref variable will be forcibly initialized 2649 | struct mmu_gather tlb; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:353:28: note: byref variable will be forcibly initialized 353 | struct hd_geometry geo; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:234:32: note: byref variable will be forcibly initialized 234 | struct pr_registration reg; | ^~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3109:27: note: byref variable will be forcibly initialized 3109 | struct mmu_gather tlb; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:252:31: note: byref variable will be forcibly initialized 252 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:270:31: note: byref variable will be forcibly initialized 270 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:288:27: note: byref variable will be forcibly initialized 288 | struct pr_preempt p; | ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:306:25: note: byref variable will be forcibly initialized 306 | struct pr_clear c; | ^ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20:32: note: byref variable will be forcibly initialized 20 | struct blkpg_partition p; | ^ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:3079:19: note: byref variable will be forcibly initialized 3079 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:203:19: note: byref variable will be forcibly initialized 203 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_ioctl': /kisskb/src/sound/core/seq/seq_clientmgr.c:2145:11: note: byref variable will be forcibly initialized 2145 | } buf; | ^~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2886:19: note: byref variable will be forcibly initialized 2886 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_read': /kisskb/src/sound/core/seq/seq_clientmgr.c:445:46: note: byref variable will be forcibly initialized 445 | struct snd_seq_event tmpev; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_write': /kisskb/src/sound/core/seq/seq_clientmgr.c:1028:30: note: byref variable will be forcibly initialized 1028 | struct snd_seq_event event; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'bounce_error_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:539:30: note: byref variable will be forcibly initialized 539 | struct snd_seq_event bounce_ev; | ^~~~~~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_dispatch_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:875:38: note: byref variable will be forcibly initialized 875 | struct snd_seq_event tmpev, *ev; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_client_notify_subscription': /kisskb/src/sound/core/seq/seq_clientmgr.c:1452:30: note: byref variable will be forcibly initialized 1452 | struct snd_seq_event event; | ^~~~~ In file included from /kisskb/src/kernel/futex/futex.h:6, from /kisskb/src/kernel/futex/waitwake.c:7: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake': /kisskb/src/kernel/futex/waitwake.c:149:23: note: byref variable will be forcibly initialized 149 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_op': /kisskb/src/kernel/futex/waitwake.c:245:23: note: byref variable will be forcibly initialized 245 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait': /kisskb/src/kernel/futex/waitwake.c:637:24: note: byref variable will be forcibly initialized 637 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/waitwake.c:634:32: note: byref variable will be forcibly initialized 634 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3471:35: note: byref variable will be forcibly initialized 3471 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:47: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:153:37: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:128:32: 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:47: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:226:37: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:197:32: note: byref variable will be forcibly initialized 197 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:3007:35: note: byref variable will be forcibly initialized 3007 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:490:25: note: byref variable will be forcibly initialized 490 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1688:27: note: byref variable will be forcibly initialized 1688 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1687:35: note: byref variable will be forcibly initialized 1687 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1639:35: note: byref variable will be forcibly initialized 1639 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1661:27: note: byref variable will be forcibly initialized 1661 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1660:35: note: byref variable will be forcibly initialized 1660 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1234:35: note: byref variable will be forcibly initialized 1234 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5451:33: note: byref variable will be forcibly initialized 5451 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_meltdown': /kisskb/src/arch/powerpc/kernel/security.c:152:32: 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:24: 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:24: note: byref variable will be forcibly initialized 204 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_queue_event': /kisskb/src/arch/powerpc/kernel/mce.c:247:36: note: byref variable will be forcibly initialized 247 | struct machine_check_event evt; | ^~~ In file included from /kisskb/src/arch/powerpc/kernel/mce.c:23: /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_early': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:605:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 605 | 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:548:36: note: byref variable will be forcibly initialized 548 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:728:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 728 | DEFINE_INTERRUPT_HANDLER_NMI(hmi_exception_realmode) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:32: 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:15: 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:15: note: byref variable will be forcibly initialized 329 | le128 digest; | ^~~~~~ /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:24: note: byref variable will be forcibly initialized 461 | struct pt_regs tmp = *regs; | ^~~ /kisskb/src/arch/powerpc/kernel/mce_power.c:460:31: note: byref variable will be forcibly initialized 460 | struct instruction_op op; | ^~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:241:35: note: byref variable will be forcibly initialized 241 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:444:26: note: byref variable will be forcibly initialized 444 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_cell_alloc': /kisskb/src/sound/core/seq/seq_memory.c:217:28: note: byref variable will be forcibly initialized 217 | wait_queue_entry_t wait; | ^~~~ 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:111: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2767:27: note: byref variable will be forcibly initialized 2767 | struct clone_args args; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:587:19: note: byref variable will be forcibly initialized 587 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, 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/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:44: note: byref variable will be forcibly initialized 233 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/fs/proc/inode.c:233:17: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 233 | DECLARE_COMPLETION_ONSTACK(c); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1980:37: note: byref variable will be forcibly initialized 1980 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:258:36: note: byref variable will be forcibly initialized 258 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/fs/proc/inode.c:258:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 258 | DECLARE_COMPLETION_ONSTACK(c); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2601:27: note: byref variable will be forcibly initialized 2601 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2902:34: note: byref variable will be forcibly initialized 2902 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3233:26: note: byref variable will be forcibly initialized 3233 | struct ctl_table t; | ^ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:35: note: byref variable will be forcibly initialized 485 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:24: note: byref variable will be forcibly initialized 118 | struct i2c_msg i2c_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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:92:23: 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:25: note: byref variable will be forcibly initialized 79 | struct ipmb_msg msg; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:900:19: note: byref variable will be forcibly initialized 900 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:899:19: note: byref variable will be forcibly initialized 899 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:59: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/dma/debug.c: In function 'debug_dma_unmap_sg': /kisskb/src/kernel/dma/debug.c:1351:40: note: byref variable will be forcibly initialized 1351 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_cpu': /kisskb/src/kernel/dma/debug.c:1479:32: note: byref variable will be forcibly initialized 1479 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_device': /kisskb/src/kernel/dma/debug.c:1498:32: note: byref variable will be forcibly initialized 1498 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_cpu': In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:22, 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:36: note: byref variable will be forcibly initialized 60 | DECLARE_COMPLETION_ONSTACK(try_completion); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/lib/kunit/try-catch.c:60:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 60 | DECLARE_COMPLETION_ONSTACK(try_completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c:1524:40: note: byref variable will be forcibly initialized 1524 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_device': /kisskb/src/kernel/dma/debug.c:1556:40: note: byref variable will be forcibly initialized 1556 | struct dma_debug_entry ref = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/sound/core/init.c:8: /kisskb/src/sound/core/init.c: In function 'snd_power_sync_ref': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/include/sound/core.h:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(card->power_ref_sleep, !atomic_read(&card->power_ref)); | ^~~~~~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pcie_link_rcec': /kisskb/src/drivers/pci/pcie/rcec.c:112:31: note: byref variable will be forcibly initialized 112 | struct walk_rcec_data rcec_data; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pcie_walk_rcec': /kisskb/src/drivers/pci/pcie/rcec.c:137:31: note: byref variable will be forcibly initialized 137 | struct walk_rcec_data rcec_data; | ^~~~~~~~~ /kisskb/src/sound/core/init.c: In function 'snd_card_disconnect_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c:539:9: note: in expansion of macro 'wait_event_lock_irq' 539 | wait_event_lock_irq(card->remove_sleep, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/sound/core/init.c:9: /kisskb/src/sound/core/init.c: In function 'snd_card_free': /kisskb/src/sound/core/init.c:605:36: note: byref variable will be forcibly initialized 605 | DECLARE_COMPLETION_ONSTACK(released); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/sound/core/init.c:605:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 605 | DECLARE_COMPLETION_ONSTACK(released); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/sound/core/init.c:8: /kisskb/src/sound/core/init.c: In function 'snd_power_ref_and_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:15: note: in expansion of macro '___wait_event' 453 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:9: note: in expansion of macro '__wait_event_cmd' 474 | __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c:1117:9: note: in expansion of macro 'wait_event_cmd' 1117 | wait_event_cmd(card->power_sleep, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'rio_cm_shutdown': /kisskb/src/drivers/rapidio/rio_cm.c:2245:19: note: byref variable will be forcibly initialized 2245 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_mport': /kisskb/src/drivers/rapidio/rio_cm.c:2184:19: note: byref variable will be forcibly initialized 2184 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_dev': /kisskb/src/drivers/rapidio/rio_cm.c:1996:19: note: byref variable will be forcibly initialized 1996 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_cdev_release': /kisskb/src/drivers/rapidio/rio_cm.c:1498:19: note: byref variable will be forcibly initialized 1498 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_rcv': /kisskb/src/drivers/rapidio/rio_cm.c:1860:27: note: byref variable will be forcibly initialized 1860 | struct rio_cm_msg msg; | ^~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_bind': /kisskb/src/drivers/rapidio/rio_cm.c:1716:31: note: byref variable will be forcibly initialized 1716 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_connect': /kisskb/src/drivers/rapidio/rio_cm.c:1780:31: note: byref variable will be forcibly initialized 1780 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_accept': /kisskb/src/drivers/rapidio/rio_cm.c:1748:30: note: byref variable will be forcibly initialized 1748 | struct rio_cm_accept param; | ^~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_send': /kisskb/src/drivers/rapidio/rio_cm.c:1835:27: note: byref variable will be forcibly initialized 1835 | struct rio_cm_msg msg; | ^~~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function '__do_sys_rtas': /kisskb/src/arch/powerpc/kernel/rtas.c:1165:26: note: byref variable will be forcibly initialized 1165 | struct rtas_args args; | ^~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_filter_suites': /kisskb/src/lib/kunit/executor.c:154:34: note: byref variable will be forcibly initialized 154 | struct kunit_test_filter filter; | ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'parse_filter_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:39:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 39 | KUNIT_EXPECT_STREQ(test, filter.test_glob, "test"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:38:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 38 | KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:33:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 33 | KUNIT_EXPECT_FALSE(test, filter.test_glob); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:32:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 32 | KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:29:34: note: byref variable will be forcibly initialized 29 | struct kunit_test_filter filter = {NULL, NULL}; | ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_suites_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:153:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 153 | KUNIT_EXPECT_STREQ(test, (const char *)filtered.start[0][0]->name, "suite0"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:152:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 152 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start[0][0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:151:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 151 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:150:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 150 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1295:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1295 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:148:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 148 | KUNIT_ASSERT_EQ(test, filtered.end - filtered.start, (ptrdiff_t)1); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:139:26: note: byref variable will be forcibly initialized 139 | struct suite_set filtered = {.start = NULL, .end = NULL}; | ^~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:135:32: note: byref variable will be forcibly initialized 135 | const struct suite_set suite_set = { | ^~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_to_empty_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:110:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 110 | KUNIT_EXPECT_FALSE_MSG(test, filtered, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:99:34: note: byref variable will be forcibly initialized 99 | struct kunit_test_filter filter = { | ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_test_glob_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:92:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 92 | KUNIT_EXPECT_FALSE(test, filtered[0]->test_cases[1].name); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:91:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 91 | KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->test_cases[0].name, "test2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:90:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 90 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]->test_cases); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:87:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 87 | KUNIT_EXPECT_FALSE(test, filtered[1]); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:86:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 86 | KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->name, "suite2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:85:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 85 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:81:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 81 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:71:34: note: byref variable will be forcibly initialized 71 | struct kunit_test_filter filter = { | ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_test': /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:64:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 64 | KUNIT_EXPECT_FALSE(test, filtered[1]); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c:2059:35: note: byref variable will be forcibly initialized 2059 | struct timespec64 rmt; | ^~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:63:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 63 | KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->name, "suite2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:62:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 62 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:58:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 58 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:48:34: note: byref variable will be forcibly initialized 48 | struct kunit_test_filter filter = { | ^~~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_run_all_tests': /kisskb/src/lib/kunit/executor.c:235:26: note: byref variable will be forcibly initialized 235 | struct suite_set suite_set = { | ^~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:32: note: byref variable will be forcibly initialized 2072 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:32: note: byref variable will be forcibly initialized 2087 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2121:27: note: byref variable will be forcibly initialized 2121 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:2142:27: note: byref variable will be forcibly initialized 2142 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:32: note: byref variable will be forcibly initialized 2281 | struct hrtimer_sleeper t; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tlb.h:62, from /kisskb/src/mm/rmap.c:80: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_tlb_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ /kisskb/src/sound/core/seq/seq_queue.c: In function 'queue_broadcast_event': /kisskb/src/sound/core/seq/seq_queue.c:632:30: note: byref variable will be forcibly initialized 632 | struct snd_seq_event sev; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/migrate.h:142, from /kisskb/src/mm/rmap.c:81: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_migration_pte': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_cell_out': /kisskb/src/sound/core/seq/seq_fifo.c:167:28: note: byref variable will be forcibly initialized 167 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/seq/seq_queue.c: In function 'snd_seq_check_queue': /kisskb/src/sound/core/seq/seq_queue.c:245:29: note: byref variable will be forcibly initialized 245 | snd_seq_real_time_t cur_time; | ^~~~~~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:936:35: note: byref variable will be forcibly initialized 936 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:65:32: 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:32: note: byref variable will be forcibly initialized 118 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/crypto/gcm.c: In function 'gcm_hash_len': /kisskb/src/crypto/gcm.c:228:15: note: byref variable will be forcibly initialized 228 | be128 lengths; | ^~~~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1429:35: note: byref variable will be forcibly initialized 1429 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1745:35: note: byref variable will be forcibly initialized 1745 | struct mmu_notifier_range range; | ^~~~~ 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:41: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_spi_write_byte': /kisskb/src/drivers/video/backlight/ams369fg06.c:161:28: note: byref variable will be forcibly initialized 161 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_probe': /kisskb/src/drivers/video/backlight/ams369fg06.c:445:37: note: byref variable will be forcibly initialized 445 | struct backlight_properties props; | ^~~~~ 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/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtasd.c:339:25: note: in expansion of macro 'wait_event_interruptible' 339 | error = wait_event_interruptible(rtas_log_wait, rtas_log_size); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'python_countermeasures': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:156:25: 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:25: note: byref variable will be forcibly initialized 201 | struct resource r; | ^ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:264:25: note: byref variable will be forcibly initialized 264 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:1974:19: note: byref variable will be forcibly initialized 1974 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:59:25: note: byref variable will be forcibly initialized 59 | struct sg_io_v4 hdr; | ^~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1691:26: note: byref variable will be forcibly initialized 1691 | struct list_head local_pure_list; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:21: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:612:30: note: byref variable will be forcibly initialized 612 | struct iattr iattr = { | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:476:9: note: in expansion of macro 'wait_event' 476 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:16: note: byref variable will be forcibly initialized 349 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:348:16: note: byref variable will be forcibly initialized 348 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:384:16: note: byref variable will be forcibly initialized 384 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:383:16: note: byref variable will be forcibly initialized 383 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:417:22: note: byref variable will be forcibly initialized 417 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:562:16: note: byref variable will be forcibly initialized 562 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:561:16: note: byref variable will be forcibly initialized 561 | kuid_t uid; | ^~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1511:29: note: byref variable will be forcibly initialized 1511 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1511:17: note: in expansion of macro 'DEFINE_WAIT' 1511 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/pci/pcie/aer.c:29: /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_irq': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/pci/pcie/aer.c:1205:14: note: in expansion of macro 'kfifo_put' 1205 | if (!kfifo_put(&rpc->aer_fifo, e_src)) | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_isr_one_error': /kisskb/src/drivers/pci/pcie/aer.c:1120:29: note: byref variable will be forcibly initialized 1120 | struct aer_err_info e_info; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_isr': /kisskb/src/drivers/pci/pcie/aer.c:1173:31: note: byref variable will be forcibly initialized 1173 | struct aer_err_source e_src; | ^~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1793:21: note: byref variable will be forcibly initialized 1793 | struct path path; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4825:16: note: userspace variable will be forcibly initialized 4825 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_sys_bpf': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c:4825:16: note: userspace variable will be forcibly initialized 4825 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1746:21: note: byref variable will be forcibly initialized 1746 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.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/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '___bpf_copy_key': /kisskb/src/kernel/bpf/syscall.c:1046:14: note: userspace variable will be forcibly initialized 1046 | static void *___bpf_copy_key(bpfptr_t ukey, u64 key_size) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_show_fdinfo': /kisskb/src/kernel/bpf/syscall.c:1885:32: note: byref variable will be forcibly initialized 1885 | struct bpf_prog_kstats stats; | ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.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/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:643:29: note: byref variable will be forcibly initialized 643 | struct syscall_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/block/mq-deadline.c:9: /kisskb/src/block/mq-deadline.c: In function 'dd_insert_request': /kisskb/src/block/mq-deadline.c:719:19: note: byref variable will be forcibly initialized 719 | LIST_HEAD(free); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3640:32: note: byref variable will be forcibly initialized 3640 | struct bpf_prog_kstats stats; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3638:30: note: byref variable will be forcibly initialized 3638 | struct bpf_prog_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3645:15: note: userspace variable will be forcibly initialized 3645 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:2048:49: note: byref variable will be forcibly initialized 2048 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:62:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD' 62 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/fs/proc/base.c:2048:17: note: in expansion of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 2048 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2323:41: note: byref variable will be forcibly initialized 2323 | GENRADIX(struct map_files_info) fa; | ^~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3922:29: note: byref variable will be forcibly initialized 3922 | struct bpf_map_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3926:15: note: userspace variable will be forcibly initialized 3926 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_btf_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3970:15: note: userspace variable will be forcibly initialized 3970 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3983:30: note: byref variable will be forcibly initialized 3983 | struct bpf_link_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3987:15: note: userspace variable will be forcibly initialized 3987 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/kernel/bpf/syscall.c:1138:18: note: userspace variable will be forcibly initialized 1138 | bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1137:18: note: userspace variable will be forcibly initialized 1137 | bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kyber.h:95, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:684:31: note: byref variable will be forcibly initialized 684 | struct flush_kcq_data data = { | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/kernel/bpf/syscall.c:2209:12: note: userspace variable will be forcibly initialized 2209 | static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2322:13: note: userspace variable will be forcibly initialized 2322 | if (copy_from_bpfptr(prog->insns, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2323 | make_bpfptr(attr->insns, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2324 | bpf_prog_insn_size(prog)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2235:13: note: userspace variable will be forcibly initialized 2235 | if (strncpy_from_bpfptr(license, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2236 | make_bpfptr(attr->license, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2237 | sizeof(license) - 1) < 0) | ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:2815:47: note: byref variable will be forcibly initialized 2815 | struct bpf_attach_target_info tgt_info = {}; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2709:32: note: byref variable will be forcibly initialized 2709 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_raw_tracepoint_open': /kisskb/src/kernel/bpf/syscall.c:3037:32: note: byref variable will be forcibly initialized 3037 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ 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_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4623:24: note: byref variable will be forcibly initialized 4623 | union bpf_attr attr; | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:4767:16: note: userspace variable will be forcibly initialized 4767 | return __sys_bpf(cmd, USER_BPFPTR(uattr), size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4233:26: note: byref variable will be forcibly initialized 4233 | struct va_format vaf; | ^~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:379:25: note: byref variable will be forcibly initialized 379 | struct resource res; | ^~~ /kisskb/src/arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_poweron_write': /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/arch/powerpc/kernel/rtas-proc.c:285:25: 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:25: note: byref variable will be forcibly initialized 351 | struct rtc_time tm; | ^~ /kisskb/src/mm/page_alloc.c:5232:30: note: byref variable will be forcibly initialized 5232 | struct alloc_context ac; | ^~ 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:700, 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:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:888:9: note: in expansion of macro 'wait_var_event' 888 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:869:17: note: in expansion of macro 'wait_var_event' 869 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:457:25: note: byref variable will be forcibly initialized 457 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:584:44: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:584:37: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:584:25: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:659:25: note: byref variable will be forcibly initialized 659 | struct resource new = *old; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:715:36: note: byref variable will be forcibly initialized 715 | struct resource_constraint constraint; | ^~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1592:30: note: byref variable will be forcibly initialized 1592 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:685:29: note: byref variable will be forcibly initialized 685 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6870:33: note: byref variable will be forcibly initialized 6870 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list': /kisskb/src/sound/core/control.c:750:32: note: byref variable will be forcibly initialized 750 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list_user': /kisskb/src/sound/core/control.c:788:34: note: byref variable will be forcibly initialized 788 | struct snd_ctl_elem_list list; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:323, 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/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/sound/core.h:10, from /kisskb/src/sound/core/seq/seq_timer.c:8: /kisskb/src/sound/core/seq/seq_timer.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_open': /kisskb/src/sound/core/seq/seq_timer.c:285:45: note: byref variable will be forcibly initialized 285 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_get_cur_time': /kisskb/src/sound/core/seq/seq_timer.c:448:35: note: byref variable will be forcibly initialized 448 | struct timespec64 tm; | ^~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:259:35: note: byref variable will be forcibly initialized 259 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:217:27: note: byref variable will be forcibly initialized 217 | union aegis_block tmp; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_init': /kisskb/src/crypto/aegis128-core.c:102:27: note: byref variable will be forcibly initialized 102 | union aegis_block key_iv; | ^~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:315:35: note: byref variable will be forcibly initialized 315 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:315:25: note: byref variable will be forcibly initialized 315 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:314:54: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:314:39: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:314:22: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_chunk': /kisskb/src/crypto/aegis128-core.c:198:35: note: byref variable will be forcibly initialized 198 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:156:27: note: byref variable will be forcibly initialized 156 | union aegis_block tmp; | ^~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_read': /kisskb/src/sound/core/control.c:1854:44: note: byref variable will be forcibly initialized 1854 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/kernel/exit.c: In function 'coredump_task_exit': /kisskb/src/kernel/exit.c:361:36: note: byref variable will be forcibly initialized 361 | struct core_thread self; | ^~~~ /kisskb/src/sound/core/control.c:1851:38: note: byref variable will be forcibly initialized 1851 | struct snd_ctl_event ev; | ^~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_process_ad': /kisskb/src/crypto/aegis128-core.c:282:27: note: byref variable will be forcibly initialized 282 | union aegis_block buf; | ^~~ /kisskb/src/crypto/aegis128-core.c:281:29: note: byref variable will be forcibly initialized 281 | struct scatter_walk walk; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_notify_one': /kisskb/src/sound/core/control.c:203:32: note: byref variable will be forcibly initialized 203 | struct snd_ctl_elem_id id = kctl->id; | ^~ /kisskb/src/fs/proc/array.c: In function 'do_task_stat': /kisskb/src/fs/proc/array.c:461:26: note: byref variable will be forcibly initialized 461 | sigset_t sigign, sigcatch; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:461:18: note: byref variable will be forcibly initialized 461 | sigset_t sigign, sigcatch; | ^~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_generic': /kisskb/src/crypto/aegis128-core.c:419:28: note: byref variable will be forcibly initialized 419 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:418:30: note: byref variable will be forcibly initialized 418 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c:414:27: note: byref variable will be forcibly initialized 414 | union aegis_block tag; | ^~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:262:56: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:262:47: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:262:38: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:262:27: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:262:18: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_tlv_ioctl': /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_generic': /kisskb/src/crypto/aegis128-core.c:396:28: note: byref variable will be forcibly initialized 396 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:395:30: note: byref variable will be forcibly initialized 395 | struct skcipher_walk walk; | ^~~~ /kisskb/src/sound/core/control.c:1725:32: note: byref variable will be forcibly initialized 1725 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c:1721:28: note: byref variable will be forcibly initialized 1721 | struct snd_ctl_tlv header; | ^~~~~~ /kisskb/src/sound/core/control.c: In function '__snd_ctl_add_replace': /kisskb/src/sound/core/control.c:376:32: note: byref variable will be forcibly initialized 376 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_info_user': /kisskb/src/sound/core/control.c:1043:34: note: byref variable will be forcibly initialized 1043 | struct snd_ctl_elem_info info; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:673:19: note: byref variable will be forcibly initialized 673 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_lock': /kisskb/src/sound/core/control.c:1203:32: note: byref variable will be forcibly initialized 1203 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_unlock': /kisskb/src/sound/core/control.c:1231:32: note: byref variable will be forcibly initialized 1231 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add_user': /kisskb/src/sound/core/control.c:1609:34: note: byref variable will be forcibly initialized 1609 | struct snd_ctl_elem_info info; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_remove': /kisskb/src/sound/core/control.c:1628:32: note: byref variable will be forcibly initialized 1628 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/drivers/video/backlight/hx8357.c: In function 'hx8357_spi_write_then_read': /kisskb/src/drivers/video/backlight/hx8357.c:218:28: note: byref variable will be forcibly initialized 218 | struct spi_message msg; | ^~~ /kisskb/src/kernel/exit.c:1549:26: note: byref variable will be forcibly initialized 1549 | struct wait_opts wo; | ^~ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_broadcast': /kisskb/src/sound/core/seq/seq_system.c:81:30: note: byref variable will be forcibly initialized 81 | struct snd_seq_event ev; | ^~ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_client_init': /kisskb/src/sound/core/seq/seq_system.c:109:38: note: byref variable will be forcibly initialized 109 | struct snd_seq_port_callback pcallbacks; | ^~~~~~~~~~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1615:23: note: byref variable will be forcibly initialized 1615 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1648:26: note: byref variable will be forcibly initialized 1648 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1707:23: note: byref variable will be forcibly initialized 1707 | struct rusage r; | ^ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:246:32: note: byref variable will be forcibly initialized 246 | struct fd_data data; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_loose_invert': /kisskb/src/lib/crypto/curve25519-fiat32.c:565:12: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:12: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:12: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:12: 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:562:12: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-fiat32.c:563:12: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:12: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:565:12: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:612:18: note: byref variable will be forcibly initialized 612 | fe_loose l; | ^ 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:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-fiat32.c:612:18: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-fiat32.c:565:12: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:12: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:12: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:12: note: byref variable will be forcibly initialized 562 | fe t0; | ^~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/lib/crypto/curve25519-fiat32.c:802:33: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:151:27: note: byref variable will be forcibly initialized 151 | struct timespec64 tmp; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:802:26: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:26: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:20: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:28: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:23: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:18: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:28: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:24: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:20: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:16: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:12: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ 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:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:16: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:16: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ 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/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:153:9: note: in expansion of macro 'wait_event_interruptible' 153 | wait_event_interruptible(vt_event_waitqueue, vw->done); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_event_wait_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:191:30: note: byref variable will be forcibly initialized 191 | struct vt_event_wait vw; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_resizex': /kisskb/src/drivers/tty/vt/vt_ioctl.c:670:27: note: byref variable will be forcibly initialized 670 | struct vt_consize v; | ^ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'do_unimap_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:492:27: note: byref variable will be forcibly initialized 492 | struct unimapdesc tmp; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_k_ioctl': /kisskb/src/kernel/time/timekeeping.c:1194:36: note: byref variable will be forcibly initialized 1194 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:468:40: note: byref variable will be forcibly initialized 468 | struct console_font_op op; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:360:35: note: byref variable will be forcibly initialized 360 | struct kbd_repeat kbrep; | ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_setactivate': /kisskb/src/drivers/tty/vt/vt_ioctl.c:593:31: note: byref variable will be forcibly initialized 593 | struct vt_setactivate vsa; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1404:35: note: byref variable will be forcibly initialized 1404 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_waitactive': /kisskb/src/drivers/tty/vt/vt_ioctl.c:219:30: note: byref variable will be forcibly initialized 219 | struct vt_event_wait vw; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:788:32: note: byref variable will be forcibly initialized 788 | struct vt_mode tmp; | ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:765:32: note: byref variable will be forcibly initialized 765 | struct vt_mode tmp; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1761:35: note: byref variable will be forcibly initialized 1761 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1761:27: note: byref variable will be forcibly initialized 1761 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1613:38: note: byref variable will be forcibly initialized 1613 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1613:27: note: byref variable will be forcibly initialized 1613 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/sound/core/misc.c: In function '__snd_printk': /kisskb/src/sound/core/misc.c:56:26: note: byref variable will be forcibly initialized 56 | struct va_format vaf; | ^~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'root_cgroup_cputime': /kisskb/src/kernel/cgroup/rstat.c:422:39: note: byref variable will be forcibly initialized 422 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2403:35: note: byref variable will be forcibly initialized 2403 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2392:27: note: byref variable will be forcibly initialized 2392 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2390:31: note: byref variable will be forcibly initialized 2390 | struct audit_ntp_data ad; | ^~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_set_failure_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:450:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 450 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:448:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 448 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:444:22: note: byref variable will be forcibly initialized 444 | struct kunit fake; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:139:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 139 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:369:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 369 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:795:9: note: in expansion of macro 'KUNIT_ASSERTION' 795 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:815:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 815 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:29:9: note: in expansion of macro 'KUNIT_FAIL' 29 | KUNIT_FAIL(test, "Catch should not be called\n"); | ^~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_mark_skipped_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:468:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 468 | KUNIT_EXPECT_STREQ(test, fake.status_comment, "Accepts format string: YES"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:467:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 467 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SKIPPED); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:461:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 461 | KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:460:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 460 | KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:455:22: note: byref variable will be forcibly initialized 455 | struct kunit fake; | ^~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_cputime_show': /kisskb/src/kernel/cgroup/rstat.c:448:29: note: byref variable will be forcibly initialized 448 | struct task_cputime cputime; | ^~~~~~~ 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1235:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1235 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1232:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1232 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:435:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 435 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1235:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1235 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1232:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1232 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:433:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 433 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1235:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1235 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1232:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1232 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:431:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 431 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1235:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1235 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1232:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1232 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:429:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 429 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:421:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 421 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, suite.log); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:89:9: 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:83:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 83 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:361:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 361 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:356:9: 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:351:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 351 | KUNIT_EXPECT_PTR_EQ(test, found, &res1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:344:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 344 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:339:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 339 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:337:9: 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:333:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 333 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:331:44: note: byref variable will be forcibly initialized 331 | struct kunit_test_resource_context ctx; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:330:37: note: byref variable will be forcibly initialized 330 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/lib/kunit/kunit-test.c:330:31: note: byref variable will be forcibly initialized 330 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:325:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 325 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:321:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 321 | KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:318:9: 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:31: note: byref variable will be forcibly initialized 316 | struct kunit_resource res; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:315:44: note: byref variable will be forcibly initialized 315 | struct kunit_test_resource_context ctx; | ^~~ 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:310:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 310 | KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:309:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 309 | KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:298:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 298 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:297:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 297 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_cleanup_resources': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:210:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 210 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:190:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 190 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:189:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 189 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1278:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1278 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1275:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1275 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:184:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 184 | KUNIT_ASSERT_FALSE(test, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:159:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 159 | KUNIT_EXPECT_PTR_EQ(test, free, res->free); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:158:9: 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1047:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1047 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1044:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 1044 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:155:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 155 | KUNIT_EXPECT_PTR_EQ(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1502:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1502 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1499:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1499 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:154:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 154 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:75:9: 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:43:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 43 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/memory_hotplug.c: In function 'do_migrate_range': /kisskb/src/mm/memory_hotplug.c:1676:49: note: byref variable will be forcibly initialized 1676 | struct migration_target_control mtc = { | ^~~ /kisskb/src/mm/memory_hotplug.c:1675:28: note: byref variable will be forcibly initialized 1675 | nodemask_t nmask = node_states[N_MEMORY]; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/memory_hotplug.c:9: /kisskb/src/mm/memory_hotplug.c:1615:19: note: byref variable will be forcibly initialized 1615 | LIST_HEAD(source); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/bfq-iosched.c:116: /kisskb/src/block/bfq-iosched.c: In function 'bfq_insert_request': /kisskb/src/block/bfq-iosched.c:6122:19: note: byref variable will be forcibly initialized 6122 | LIST_HEAD(free); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/memory_hotplug.c: In function 'online_pages': /kisskb/src/mm/memory_hotplug.c:1062:30: note: byref variable will be forcibly initialized 1062 | struct memory_notify arg; | ^~~ /kisskb/src/mm/memory_hotplug.c: In function 'offline_pages': /kisskb/src/mm/memory_hotplug.c:1783:30: note: byref variable will be forcibly initialized 1783 | struct memory_notify arg; | ^~~ /kisskb/src/drivers/pci/pcie/aer_inject.c: In function 'aer_inject_write': /kisskb/src/drivers/pci/pcie/aer_inject.c:489:30: note: byref variable will be forcibly initialized 489 | struct aer_error_inj einj; | ^~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:21: /kisskb/src/drivers/regulator/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5903:34: note: byref variable will be forcibly initialized 5903 | struct summary_lock_data lock_data; | ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:5970:31: note: byref variable will be forcibly initialized 5970 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:871:29: note: byref variable will be forcibly initialized 871 | struct qstr name; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3330:40: note: byref variable will be forcibly initialized 3330 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3354:40: note: byref variable will be forcibly initialized 3354 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_write': /kisskb/src/drivers/video/backlight/ili922x.c:249:44: note: byref variable will be forcibly initialized 249 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:249:29: note: byref variable will be forcibly initialized 249 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:248:28: note: byref variable will be forcibly initialized 248 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read': /kisskb/src/drivers/video/backlight/ili922x.c:195:44: note: byref variable will be forcibly initialized 195 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:195:29: note: byref variable will be forcibly initialized 195 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:194:28: note: byref variable will be forcibly initialized 194 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read_status': /kisskb/src/drivers/video/backlight/ili922x.c:152:29: note: byref variable will be forcibly initialized 152 | struct spi_transfer xfer; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:151:28: note: byref variable will be forcibly initialized 151 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'set_write_to_gram_reg': /kisskb/src/drivers/video/backlight/ili922x.c:324:29: note: byref variable will be forcibly initialized 324 | struct spi_transfer xfer; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:323:28: note: byref variable will be forcibly initialized 323 | struct spi_message msg; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4029:31: note: byref variable will be forcibly initialized 4029 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4109:31: note: byref variable will be forcibly initialized 4109 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5790:29: note: byref variable will be forcibly initialized 5790 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4350:31: note: byref variable will be forcibly initialized 4350 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2912:31: note: byref variable will be forcibly initialized 2912 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:2989:31: note: byref variable will be forcibly initialized 2989 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2805:31: note: byref variable will be forcibly initialized 2805 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:2961:31: note: byref variable will be forcibly initialized 2961 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax': /kisskb/src/kernel/sysctl.c:957:51: note: byref variable will be forcibly initialized 957 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ In file included from /kisskb/src/mm/madvise.c:23: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:496:37: note: byref variable will be forcibly initialized 496 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ 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:4790:32: note: byref variable will be forcibly initialized 4790 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:29: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:534:37: note: byref variable will be forcibly initialized 534 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:153:30: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:26: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:22: 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:46: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:35: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:22: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_taint': /kisskb/src/kernel/sysctl.c:862:26: note: byref variable will be forcibly initialized 862 | struct ctl_table t; | ^ /kisskb/src/kernel/sysctl.c: In function 'bpf_unpriv_handler': /kisskb/src/kernel/sysctl.c:192:26: note: byref variable will be forcibly initialized 192 | struct ctl_table tmp = *table; | ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_douintvec_minmax': /kisskb/src/kernel/sysctl.c:1026:52: note: byref variable will be forcibly initialized 1026 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dou8vec_minmax': /kisskb/src/kernel/sysctl.c:1057:52: note: byref variable will be forcibly initialized 1057 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c:1054:26: note: byref variable will be forcibly initialized 1054 | struct ctl_table tmp; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, 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:237:18: note: byref variable will be forcibly initialized 237 | XA_STATE(xas, &mapping->i_pages, linear_page_index(vma, start)); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': /kisskb/src/mm/madvise.c:516:27: note: byref variable will be forcibly initialized 516 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, 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:327:19: note: byref variable will be forcibly initialized 327 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:566:27: note: byref variable will be forcibly initialized 566 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:725:27: note: byref variable will be forcibly initialized 725 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c:724:35: note: byref variable will be forcibly initialized 724 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'do_madvise': /kisskb/src/mm/madvise.c:1363:25: note: byref variable will be forcibly initialized 1363 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/mm/madvise.c:23: /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_delete_all_ports': /kisskb/src/sound/core/seq/seq_ports.c:294:26: note: byref variable will be forcibly initialized 294 | struct list_head deleted_list; | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c:1421:25: note: byref variable will be forcibly initialized 1421 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/madvise.c:1419:45: note: userspace variable will be forcibly initialized 1419 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_attach': /kisskb/src/sound/core/seq/seq_ports.c:666:34: note: byref variable will be forcibly initialized 666 | struct snd_seq_port_info portinfo; | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_detach': /kisskb/src/sound/core/seq/seq_ports.c:699:34: note: byref variable will be forcibly initialized 699 | struct snd_seq_port_info portinfo; | ^~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_all_expect_macros_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1215:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1215 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1212:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ_MSG' 1212 | KUNIT_EXPECT_STRNEQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:97:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ' 97 | KUNIT_EXPECT_STRNEQ(test, "hi", "bye"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1194:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1194 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1191:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 1191 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:96:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 96 | KUNIT_EXPECT_STREQ(test, "hi", "hi"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:917:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 917 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1089:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1089 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1086:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 1086 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:93:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 93 | KUNIT_EXPECT_PTR_NE(test, test, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:961:9: note: in expansion of macro 'KUNIT_ASSERTION' 961 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1235:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1235 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1232:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1232 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:91:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 91 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/string-stream-test.c:9: /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_get_string': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:941:9: note: in expansion of macro 'KUNIT_ASSERTION' 941 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1461:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1461 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1458:9: note: in expansion of macro 'KUNIT_ASSERT_STREQ_MSG' 1458 | KUNIT_ASSERT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:39:9: note: in expansion of macro 'KUNIT_ASSERT_STREQ' 39 | KUNIT_ASSERT_STREQ(test, output, "Foo bar"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_not_empty_after_add': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 844 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1005:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1005 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 1002 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:27:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 27 | KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_empty_on_creation': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:826:9: note: in expansion of macro 'KUNIT_ASSERTION' 826 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:836:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 836 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 986 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:983:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 983 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:18:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 18 | KUNIT_EXPECT_TRUE(test, string_stream_is_empty(stream)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:745:34: note: byref variable will be forcibly initialized 745 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:719:40: note: byref variable will be forcibly initialized 719 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1229:30: note: byref variable will be forcibly initialized 1229 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1095:26: note: byref variable will be forcibly initialized 1095 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1034:26: note: byref variable will be forcibly initialized 1034 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_do_freeze': /kisskb/src/kernel/cgroup/freezer.c:179:30: note: byref variable will be forcibly initialized 179 | struct css_task_iter it; | ^~ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_decrypt': /kisskb/src/crypto/fcrypt.c:270:11: note: byref variable will be forcibly initialized 270 | } X; | ^ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_encrypt': /kisskb/src/crypto/fcrypt.c:238:11: note: byref variable will be forcibly initialized 238 | } X; | ^ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:161:26: note: byref variable will be forcibly initialized 161 | struct bvec_iter bviter; | ^~~~~~ /kisskb/src/block/bio-integrity.c:160:35: note: byref variable will be forcibly initialized 160 | struct blk_integrity_iter iter; | ^~~~ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'freeze_cgroup': /kisskb/src/kernel/cgroup/legacy_freezer.c:320:30: 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:30: 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:30: note: byref variable will be forcibly initialized 248 | struct css_task_iter it; | ^~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:32:26: note: byref variable will be forcibly initialized 32 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-integrity.c:29:24: 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:74:26: note: byref variable will be forcibly initialized 74 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-integrity.c:71:24: note: byref variable will be forcibly initialized 71 | struct bio_vec iv, ivprv = { NULL }; | ^~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_use': /kisskb/src/sound/core/seq/seq_midi.c:212:35: note: byref variable will be forcibly initialized 212 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_subscribe': /kisskb/src/sound/core/seq/seq_midi.c:168:35: note: byref variable will be forcibly initialized 168 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_midi_input_event': /kisskb/src/sound/core/seq/seq_midi.c:65:30: note: byref variable will be forcibly initialized 65 | struct snd_seq_event ev; | ^~ /kisskb/src/arch/powerpc/kernel/eeh_driver.c: In function 'eeh_handle_normal_event': /kisskb/src/arch/powerpc/kernel/eeh_driver.c:843:29: note: byref variable will be forcibly initialized 843 | struct eeh_rmv_data rmv_data = | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_seq_midisynth_probe': /kisskb/src/sound/core/seq/seq_midi.c:273:38: note: byref variable will be forcibly initialized 273 | struct snd_seq_port_callback pcallbacks; | ^~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'pidlist_array_load': /kisskb/src/kernel/cgroup/cgroup-v1.c:332:30: note: byref variable will be forcibly initialized 332 | struct css_task_iter it; | ^~ 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:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/ntp.c: In function 'sync_hw_clock': /kisskb/src/kernel/time/ntp.c:630:32: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~~~~ /kisskb/src/kernel/time/ntp.c:630:27: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup_transfer_tasks': /kisskb/src/kernel/cgroup/cgroup-v1.c:98:30: note: byref variable will be forcibly initialized 98 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroupstats_build': /kisskb/src/kernel/cgroup/cgroup-v1.c:703:30: note: byref variable will be forcibly initialized 703 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_parse_param': /kisskb/src/kernel/cgroup/cgroup-v1.c:919:32: note: byref variable will be forcibly initialized 919 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/drivers/video/backlight/ltv350qv.c: In function 'ltv350qv_write_reg': /kisskb/src/drivers/video/backlight/ltv350qv.c:39:28: note: byref variable will be forcibly initialized 39 | struct spi_message msg; | ^~~ /kisskb/src/mm/page_io.c: In function '__swap_writepage': /kisskb/src/mm/page_io.c:303:33: note: byref variable will be forcibly initialized 303 | struct iov_iter from; | ^~~~ /kisskb/src/mm/page_io.c:298:32: note: byref variable will be forcibly initialized 298 | struct bio_vec bv = { | ^~ /kisskb/src/mm/page_io.c:295:30: note: byref variable will be forcibly initialized 295 | struct kiocb kiocb; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, 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:24: 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:1367:25: note: in definition of macro 'XA_STATE_ORDER' 1367 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/swap_state.c: In function '__delete_from_swap_cache': /kisskb/src/mm/swap_state.c:158:18: note: byref variable will be forcibly initialized 158 | XA_STATE(xas, &address_space->i_pages, idx); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:262:26: note: byref variable will be forcibly initialized 262 | XA_STATE(xas, &address_space->i_pages, curr); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/swap_state.c: In function 'swap_vma_readahead': /kisskb/src/mm/swap_state.c:791:25: note: byref variable will be forcibly initialized 791 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/swap_state.c: In function 'swap_cluster_readahead': /kisskb/src/mm/swap_state.c:622:25: note: byref variable will be forcibly initialized 622 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3259:18: note: byref variable will be forcibly initialized 3259 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4367:18: note: byref variable will be forcibly initialized 4367 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4271:22: note: byref variable will be forcibly initialized 4271 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c:4271:17: note: byref variable will be forcibly initialized 4271 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3056:26: note: byref variable will be forcibly initialized 3056 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3615:18: note: byref variable will be forcibly initialized 3615 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:907:18: note: byref variable will be forcibly initialized 907 | sigset_t flush; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1580:31: note: byref variable will be forcibly initialized 1580 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2057:31: note: byref variable will be forcibly initialized 2057 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4408:18: note: byref variable will be forcibly initialized 4408 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4615:18: note: byref variable will be forcibly initialized 4615 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4677:18: note: byref variable will be forcibly initialized 4677 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4706:18: note: byref variable will be forcibly initialized 4706 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3105:18: note: byref variable will be forcibly initialized 3105 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3188:27: note: byref variable will be forcibly initialized 3188 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3188:18: note: byref variable will be forcibly initialized 3188 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3141:18: note: byref variable will be forcibly initialized 3141 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2169:31: note: byref variable will be forcibly initialized 2169 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2373:26: note: byref variable will be forcibly initialized 2373 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2928:18: note: byref variable will be forcibly initialized 2928 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2988:18: note: byref variable will be forcibly initialized 2988 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4041:26: note: byref variable will be forcibly initialized 4041 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3815:31: note: byref variable will be forcibly initialized 3815 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1775:31: note: byref variable will be forcibly initialized 1775 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1806:31: note: byref variable will be forcibly initialized 1806 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1923:31: note: byref variable will be forcibly initialized 1923 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3972:31: note: byref variable will be forcibly initialized 3972 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4081:26: note: byref variable will be forcibly initialized 4081 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1693:31: note: byref variable will be forcibly initialized 1693 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1792:31: note: byref variable will be forcibly initialized 1792 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1821:31: note: byref variable will be forcibly initialized 1821 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1836:31: note: byref variable will be forcibly initialized 1836 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1850:31: note: byref variable will be forcibly initialized 1850 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1891:31: note: byref variable will be forcibly initialized 1891 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1906:31: note: byref variable will be forcibly initialized 1906 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1707:31: note: byref variable will be forcibly initialized 1707 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1720:31: note: byref variable will be forcibly initialized 1720 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1749:31: note: byref variable will be forcibly initialized 1749 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1873:31: note: byref variable will be forcibly initialized 1873 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3676:26: note: byref variable will be forcibly initialized 3676 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3675:27: note: byref variable will be forcibly initialized 3675 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3674:18: note: byref variable will be forcibly initialized 3674 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3709:26: note: byref variable will be forcibly initialized 3709 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3708:27: note: byref variable will be forcibly initialized 3708 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3707:18: note: byref variable will be forcibly initialized 3707 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3894:26: note: byref variable will be forcibly initialized 3894 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4111:26: note: byref variable will be forcibly initialized 4111 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4133:18: note: byref variable will be forcibly initialized 4133 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4457:36: note: byref variable will be forcibly initialized 4457 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4457:28: note: byref variable will be forcibly initialized 4457 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_signal': /kisskb/src/kernel/signal.c:4630:36: note: byref variable will be forcibly initialized 4630 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4630:28: note: byref variable will be forcibly initialized 4630 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4285:17: note: byref variable will be forcibly initialized 4285 | stack_t new; | ^~~ /kisskb/src/kernel/signal.c: In function '__se_sys_ssetmask': /kisskb/src/kernel/signal.c:4615:18: note: byref variable will be forcibly initialized 4615 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4706:18: note: byref variable will be forcibly initialized 4706 | sigset_t blocked; | ^~~~~~~ /kisskb/src/mm/swap_slots.c: In function 'get_swap_page': /kisskb/src/mm/swap_slots.c:306:21: note: byref variable will be forcibly initialized 306 | swp_entry_t entry; | ^~~~~ /kisskb/src/arch/powerpc/kernel/fadump.c: In function 'fadump_regs_to_elf_notes': /kisskb/src/arch/powerpc/kernel/fadump.c:748:29: note: byref variable will be forcibly initialized 748 | struct elf_prstatus prstatus; | ^~~~~~~~ /kisskb/src/kernel/cgroup/rdma.c: In function 'parse_resource': /kisskb/src/kernel/cgroup/rdma.c:358:21: note: byref variable will be forcibly initialized 358 | substring_t argstr; | ^~~~~~ /kisskb/src/block/t10-pi.c: In function 'ext_pi_type1_prepare': /kisskb/src/block/t10-pi.c:384:34: note: byref variable will be forcibly initialized 384 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c: In function 'ext_pi_type1_complete': /kisskb/src/block/t10-pi.c:423:34: note: byref variable will be forcibly initialized 423 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_complete': /kisskb/src/block/t10-pi.c:195:34: note: byref variable will be forcibly initialized 195 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_prepare': /kisskb/src/block/t10-pi.c:145:34: note: byref variable will be forcibly initialized 145 | struct bvec_iter iter; | ^~~~ /kisskb/src/lib/zstd/compress/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/compress/fse_compress.c:559:27: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:18: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:558:19: note: byref variable will be forcibly initialized 558 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:24: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:32: note: byref variable will be forcibly initialized 63 | struct hrtimer *timer, tmp; | ^~~ /kisskb/src/mm/swapfile.c: In function 'get_swap_page_of_type': /kisskb/src/mm/swapfile.c:1661:21: note: byref variable will be forcibly initialized 1661 | swp_entry_t entry = {0}; | ^~~~~ /kisskb/src/mm/swapfile.c: In function 'unuse_pte_range': /kisskb/src/mm/swapfile.c:1847:41: note: byref variable will be forcibly initialized 1847 | struct vm_fault vmf = { | ^~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:491:26: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:18: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:36: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/kernel/umh.c:406:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_old_getrlimit': /kisskb/src/kernel/sys.c:1557:23: note: byref variable will be forcibly initialized 1557 | struct rlimit x; | ^ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:1001:28: note: byref variable will be forcibly initialized 1001 | struct tms tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1283:28: note: byref variable will be forcibly initialized 1283 | struct new_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_uname': /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:16: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:16: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/kernel/sys.c:1304:28: note: byref variable will be forcibly initialized 1304 | struct old_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_olduname': /kisskb/src/kernel/sys.c:1324:31: note: byref variable will be forcibly initialized 1324 | struct oldold_utsname tmp; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:16: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:329:16: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1491:23: note: byref variable will be forcibly initialized 1491 | struct rlimit value; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1704:23: note: byref variable will be forcibly initialized 1704 | struct rlimit new_rlim; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1660:28: note: byref variable will be forcibly initialized 1660 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1660:23: note: byref variable will be forcibly initialized 1660 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1659:32: note: byref variable will be forcibly initialized 1659 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c:1659:25: note: byref variable will be forcibly initialized 1659 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'set_selection_user': /kisskb/src/drivers/tty/vt/selection.c:180:32: note: byref variable will be forcibly initialized 180 | struct tiocl_selection v; | ^ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2642:27: note: byref variable will be forcibly initialized 2642 | struct timespec64 tp; | ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2703:24: note: byref variable will be forcibly initialized 2703 | struct sysinfo val; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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:55, 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/fs/proc/stat.c:3: /kisskb/src/fs/proc/stat.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:39: note: byref variable will be forcibly initialized 166 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:39: note: byref variable will be forcibly initialized 126 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:27: note: byref variable will be forcibly initialized 116 | struct timespec64 boottime; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1831:23: note: byref variable will be forcibly initialized 1831 | struct rusage r; | ^ /kisskb/src/mm/zswap.c: In function 'zswap_writeback_entry': /kisskb/src/mm/zswap.c:943:35: note: byref variable will be forcibly initialized 943 | struct scatterlist input, output; | ^~~~~~ /kisskb/src/mm/zswap.c:943:28: note: byref variable will be forcibly initialized 943 | struct scatterlist input, output; | ^~~~~ /kisskb/src/mm/zswap.c: In function 'zswap_frontswap_load': /kisskb/src/mm/zswap.c:1265:35: note: byref variable will be forcibly initialized 1265 | struct scatterlist input, output; | ^~~~~~ /kisskb/src/mm/zswap.c:1265:28: note: byref variable will be forcibly initialized 1265 | struct scatterlist input, output; | ^~~~~ /kisskb/src/mm/zswap.c: In function 'zswap_frontswap_store': /kisskb/src/mm/zswap.c:1102:29: note: byref variable will be forcibly initialized 1102 | struct zswap_header zhdr = { .swpentry = swp_entry(type, offset) }; | ^~~~ /kisskb/src/mm/zswap.c:1095:35: note: byref variable will be forcibly initialized 1095 | struct scatterlist input, output; | ^~~~~~ /kisskb/src/mm/zswap.c:1095:28: note: byref variable will be forcibly initialized 1095 | struct scatterlist input, output; | ^~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compress1X_usingCTable_internal_body': /kisskb/src/lib/zstd/compress/huf_compress.c:586:19: note: byref variable will be forcibly initialized 586 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_writeCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:155:25: note: byref variable will be forcibly initialized 155 | HUF_WriteCTableWksp wksp; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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:55, 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/fs/proc/uptime.c:2: /kisskb/src/fs/proc/uptime.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:39: note: byref variable will be forcibly initialized 21 | struct kernel_cpustat kcs; | ^~~ /kisskb/src/fs/proc/uptime.c:13:27: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:37: note: byref variable will be forcibly initialized 658 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:37: note: byref variable will be forcibly initialized 121 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:37: note: byref variable will be forcibly initialized 842 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kbkeycode_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:1904:26: note: byref variable will be forcibly initialized 1904 | struct kbkeycode tmp; | ^~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kdsk_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:2026:24: note: byref variable will be forcibly initialized 2026 | struct kbentry kbe; | ^~~ In file included 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/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/video/backlight/backlight.c:14: /kisskb/src/drivers/video/backlight/backlight.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ 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:3561:36: note: byref variable will be forcibly initialized 3561 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/kernel/workqueue.c:3561:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 3561 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:382: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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 '__flush_work': /kisskb/src/kernel/workqueue.c:3061:27: note: byref variable will be forcibly initialized 3061 | struct wq_barrier barr; | ^~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:29: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3139:41: note: byref variable will be forcibly initialized 3139 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2799:27: note: byref variable will be forcibly initialized 2799 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ /kisskb/src/sound/core/vmaster.c: In function 'snd_ctl_make_virtual_master': /kisskb/src/sound/core/vmaster.c:397:33: note: byref variable will be forcibly initialized 397 | struct snd_kcontrol_new knew; | ^~~~ 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:5329:19: note: byref variable will be forcibly initialized 5329 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/time/posix-timers.c:12: /kisskb/src/kernel/time/posix-timers.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:28: note: byref variable will be forcibly initialized 582 | sigevent_t event; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:29: 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:29: note: byref variable will be forcibly initialized 756 | struct itimerspec64 cur_setting; | ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime': /kisskb/src/kernel/time/posix-timers.c:942:39: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:29: 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:39: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:29: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1071:27: 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:27: note: byref variable will be forcibly initialized 1250 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1086:27: 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:27: note: byref variable will be forcibly initialized 1133 | struct timespec64 rtn_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-timers.c:1153:27: note: byref variable will be forcibly initialized 1153 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1277:27: note: byref variable will be forcibly initialized 1277 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1168:27: note: byref variable will be forcibly initialized 1168 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1204:27: note: byref variable will be forcibly initialized 1204 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/time/posix-timers.c:1115:31: 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:31: note: byref variable will be forcibly initialized 1185 | struct __kernel_timex ktx; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'offset_il_node': /kisskb/src/mm/mempolicy.c:1944:20: note: byref variable will be forcibly initialized 1944 | nodemask_t nodemask = pol->nodes; | ^~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_relative_nodemask': /kisskb/src/mm/mempolicy.c:192:20: note: byref variable will be forcibly initialized 192 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_rebind_nodemask': /kisskb/src/mm/mempolicy.c:320:20: note: byref variable will be forcibly initialized 320 | nodemask_t tmp; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:3652:20: note: byref variable will be forcibly initialized 3652 | ZSTD_cwksp ws; | ^~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress.c:22: /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:731:28: note: byref variable will be forcibly initialized 731 | struct queue_pages qp = { | ^~ 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:73: /kisskb/src/mm/mempolicy.c: In function 'migrate_to_node': /kisskb/src/mm/mempolicy.c:1051:19: note: byref variable will be forcibly initialized 1051 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c:1050:20: note: byref variable will be forcibly initialized 1050 | nodemask_t nmask; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreNoBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4553:16: note: byref variable will be forcibly initialized 4553 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreExplicitBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4485:16: note: byref variable will be forcibly initialized 4485 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCCtx': /kisskb/src/lib/zstd/compress/zstd_compress.c:105:16: note: byref variable will be forcibly initialized 105 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copyBlockSequences': /kisskb/src/lib/zstd/compress/zstd_compress.c:2479:16: note: byref variable will be forcibly initialized 2479 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_makeCCtxParamsFromCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:206:22: note: byref variable will be forcibly initialized 206 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ 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:73: /kisskb/src/mm/mempolicy.c: In function 'do_set_mempolicy': /kisskb/src/include/linux/nodemask.h:527:54: 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:25: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:845:9: note: in expansion of macro 'NODEMASK_SCRATCH' 845 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1558:20: note: byref variable will be forcibly initialized 1558 | nodemask_t nodes; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:45: note: byref variable will be forcibly initialized 273 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_buildSeqStore': /kisskb/src/lib/zstd/compress/zstd_compress.c:2442:27: note: byref variable will be forcibly initialized 2442 | rawSeqStore_t ldmSeqStore = kNullRawSeqStore; | ^~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1684:20: note: byref variable will be forcibly initialized 1684 | nodemask_t nodes; | ^~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:41: note: byref variable will be forcibly initialized 407 | struct regulator_notifier_match match; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function 'do_migrate_pages': /kisskb/src/mm/mempolicy.c:1091:20: note: byref variable will be forcibly initialized 1091 | nodemask_t tmp; | ^~~ 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:73: /kisskb/src/mm/mempolicy.c: In function 'kernel_migrate_pages': /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:4693:27: note: byref variable will be forcibly initialized 4693 | ZSTD_sequencePosition seqPos = {0, 0, 0}; | ^~~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:21: note: byref variable will be forcibly initialized 48 | struct path ns_path; | ^~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/kernel/time/alarmtimer.c:15: /kisskb/src/kernel/time/alarmtimer.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/nodemask.h:527:54: 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:25: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1589:9: note: in expansion of macro 'NODEMASK_SCRATCH' 1589 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1585:20: note: byref variable will be forcibly initialized 1585 | nodemask_t task_nodes; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/verifier.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:25: note: byref variable will be forcibly initialized 248 | struct rtc_time tm; | ^~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_add': /kisskb/src/include/linux/bpfptr.h:41:20: note: userspace variable will be forcibly initialized 41 | static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) | ^~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:35: 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:22: note: byref variable will be forcibly initialized 824 | struct alarm alarm; | ^~~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_mntget': /kisskb/src/fs/devpts/inode.c:170:21: note: byref variable will be forcibly initialized 170 | struct path path; | ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:22: note: byref variable will be forcibly initialized 804 | struct alarm alarm; | ^~~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_acquire': /kisskb/src/fs/devpts/inode.c:202:21: note: byref variable will be forcibly initialized 202 | struct path path; | ^~~~ /kisskb/src/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2400:28: note: byref variable will be forcibly initialized 2400 | 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:73: /kisskb/src/mm/mempolicy.c: In function 'do_mbind': /kisskb/src/include/linux/nodemask.h:527:54: 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:25: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1297:17: note: in expansion of macro 'NODEMASK_SCRATCH' 1297 | 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:73: /kisskb/src/mm/mempolicy.c:1253:19: note: byref variable will be forcibly initialized 1253 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_mbind': /kisskb/src/mm/mempolicy.c:1459:20: note: byref variable will be forcibly initialized 1459 | 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:73: /kisskb/src/mm/mempolicy.c: In function 'mpol_shared_policy_init': /kisskb/src/include/linux/nodemask.h:527:54: 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:25: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2759:17: note: in expansion of macro 'NODEMASK_SCRATCH' 2759 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2757:39: note: byref variable will be forcibly initialized 2757 | struct vm_area_struct pvma; | ^~~~ 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:73: /kisskb/src/mm/mempolicy.c: In function 'numa_policy_init': /kisskb/src/include/linux/nodemask.h:289:39: note: byref variable will be forcibly initialized 289 | typeof(_unused_nodemask_arg_) m; \ | ^ /kisskb/src/mm/mempolicy.c:2897:34: note: in expansion of macro 'nodemask_of_node' 2897 | .nodes = nodemask_of_node(nid), | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2880:20: note: byref variable will be forcibly initialized 2880 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_parse_str': /kisskb/src/mm/mempolicy.c:2967:20: note: byref variable will be forcibly initialized 2967 | nodemask_t nodes; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3803:20: note: byref variable will be forcibly initialized 3803 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3798:22: note: byref variable will be forcibly initialized 3798 | ZSTD_CCtx_params 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/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/pm_runtime.h:11, from /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:20: /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function 'pciehp_sysfs_enable_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:375:17: note: in expansion of macro 'wait_event' 375 | wait_event(ctrl->requester, | ^~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function 'pciehp_sysfs_disable_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:409:17: note: in expansion of macro 'wait_event' 409 | wait_event(ctrl->requester, | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3382:22: note: byref variable will be forcibly initialized 3382 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized 3488 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getCParamsFromCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1218:32: note: byref variable will be forcibly initialized 1218 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1304:38: note: byref variable will be forcibly initialized 1304 | ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1317:28: note: byref variable will be forcibly initialized 1317 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1349:42: note: byref variable will be forcibly initialized 1349 | { ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1367:28: note: byref variable will be forcibly initialized 1367 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.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/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getParams_internal': In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:5093:21: note: byref variable will be forcibly initialized 5093 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingDict': In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.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, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3394:31: note: byref variable will be forcibly initialized 3394 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3392:22: note: byref variable will be forcibly initialized 3392 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3522:31: note: byref variable will be forcibly initialized 3522 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3520:22: note: byref variable will be forcibly initialized 3520 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/block/blk-crypto.c: In function 'bio_crypt_check_alignment': /kisskb/src/block/blk-crypto.c:210:26: note: byref variable will be forcibly initialized 210 | struct bvec_iter iter; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced2': /kisskb/src/lib/zstd/compress/zstd_compress.c:3697:32: note: byref variable will be forcibly initialized 3697 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_dead_code': /kisskb/src/lib/zstd/compress/zstd_compress.c:3696:22: note: byref variable will be forcibly initialized 3696 | ZSTD_CCtx_params cctxParams = *originalCctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced': /kisskb/src/kernel/bpf/verifier.c:12546:25: note: byref variable will be forcibly initialized 12546 | struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3678:22: note: byref variable will be forcibly initialized 3678 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_CCtx_init_compressStream2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4311:22: note: byref variable will be forcibly initialized 4311 | ZSTD_CCtx_params params = cctx->requestedParams; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressStream2_simpleArgs': /kisskb/src/lib/zstd/compress/zstd_compress.c:4395:20: note: byref variable will be forcibly initialized 4395 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4394:20: note: byref variable will be forcibly initialized 4394 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4842:19: note: byref variable will be forcibly initialized 4842 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4849:19: note: byref variable will be forcibly initialized 4849 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3854:25: note: byref variable will be forcibly initialized 3854 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3849:22: note: byref variable will be forcibly initialized 3849 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ 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:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:17: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:17: note: in expansion of macro 'wait_event' 1085 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:12576:25: note: byref variable will be forcibly initialized 12576 | 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:12625:31: note: byref variable will be forcibly initialized 12625 | const struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); | ^~ /kisskb/src/drivers/video/backlight/da9052_bl.c: In function 'da9052_backlight_probe': /kisskb/src/drivers/video/backlight/da9052_bl.c:108:37: note: byref variable will be forcibly initialized 108 | struct backlight_properties props; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__find_kfunc_desc_btf': /kisskb/src/kernel/bpf/verifier.c:1754:20: note: userspace variable will be forcibly initialized 1754 | static struct btf *__find_kfunc_desc_btf(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:1754:20: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/kernel/bpf/verifier.c:10260:12: note: userspace variable will be forcibly initialized 10260 | static int check_btf_func(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10271:18: note: userspace variable will be forcibly initialized 10271 | bpfptr_t urecord; | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/kernel/bpf/verifier.c:10406:12: note: userspace variable will be forcibly initialized 10406 | static int check_btf_line(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10415:18: note: userspace variable will be forcibly initialized 10415 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_core_relo': /kisskb/src/kernel/bpf/verifier.c:10534:12: note: userspace variable will be forcibly initialized 10534 | static int check_core_relo(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10546:18: note: userspace variable will be forcibly initialized 10546 | bpfptr_t u_core_relo; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10542:29: note: byref variable will be forcibly initialized 10542 | struct bpf_core_ctx ctx = { | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/bpf/verifier.c:12080:12: note: userspace variable will be forcibly initialized 12080 | static int resolve_pseudo_ldimm64(struct bpf_verifier_env *env) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12080:12: note: userspace variable will be forcibly initialized /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_probe': /kisskb/src/drivers/video/backlight/lm3533_bl.c:268:37: note: byref variable will be forcibly initialized 268 | struct backlight_properties props; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'prepare_func_exit': /kisskb/src/kernel/bpf/verifier.c:6408:29: note: byref variable will be forcibly initialized 6408 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/kernel/bpf/verifier.c:9837:21: note: byref variable will be forcibly initialized 9837 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_subreg_zext_lo32_rnd_hi32': /kisskb/src/kernel/bpf/verifier.c:12661:33: note: byref variable will be forcibly initialized 12661 | struct bpf_insn insn; | ^~~~ /kisskb/src/sound/core/ctljack.c: In function 'get_available_index': /kisskb/src/sound/core/ctljack.c:32:32: note: byref variable will be forcibly initialized 32 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_helper_call': /kisskb/src/kernel/bpf/verifier.c:6625:34: note: byref variable will be forcibly initialized 6625 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:11505:51: note: byref variable will be forcibly initialized 11505 | const struct bpf_insn_cbs cbs = { | ^~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_backlight_register': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:339:37: note: byref variable will be forcibly initialized 339 | struct backlight_properties props; | ^~~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:18:30: 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:27: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/block/blk-crypto-profile.c: In function 'blk_crypto_get_keyslot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-crypto-profile.c:280:17: note: in expansion of macro 'wait_event' 280 | wait_event(profile->idle_slots_wait_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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/dmi.h:6, from /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:17: /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_wait_cmd': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:141:22: note: in expansion of macro 'wait_event_timeout' 141 | rc = wait_event_timeout(ctrl->queue, !ctrl->cmd_busy, timeout); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/of_regulator.c:11: /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:37: note: byref variable will be forcibly initialized 305 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'lp855x_backlight_register': /kisskb/src/drivers/video/backlight/lp855x_bl.c:271:37: note: byref variable will be forcibly initialized 271 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/drivers/video/backlight/lp855x_bl.c:17: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:26: note: byref variable will be forcibly initialized 343 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'thread_group_start_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:304:37: note: byref variable will be forcibly initialized 304 | 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:328:29: note: byref variable will be forcibly initialized 328 | 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:1274:19: note: byref variable will be forcibly initialized 1274 | LIST_HEAD(firing); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1446:25: note: byref variable will be forcibly initialized 1446 | struct k_itimer timer; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1445:29: note: byref variable will be forcibly initialized 1445 | struct itimerspec64 it; | ^~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1570:27: note: byref variable will be forcibly initialized 1570 | struct timespec64 t; | ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_insert': /kisskb/src/fs/reiserfs/do_balan.c:928:28: 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:28: note: byref variable will be forcibly initialized 1019 | struct buffer_info bi; | ^~ /kisskb/src/sound/core/control_led.c: In function 'set_led_id': /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_shift': /kisskb/src/sound/core/control_led.c:534:32: note: byref variable will be forcibly initialized 534 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/fs/reiserfs/do_balan.c:1076:28: note: byref variable will be forcibly initialized 1076 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_whole': /kisskb/src/fs/reiserfs/do_balan.c:1149:28: 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:28: note: byref variable will be forcibly initialized 1486 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_del': /kisskb/src/fs/reiserfs/do_balan.c:81:28: 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:28: note: byref variable will be forcibly initialized 115 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete': /kisskb/src/fs/reiserfs/do_balan.c:242:28: note: byref variable will be forcibly initialized 242 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_insert': /kisskb/src/fs/reiserfs/do_balan.c:1265:28: 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:28: 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:28: 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:28: 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:28: 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:28: note: byref variable will be forcibly initialized 419 | struct buffer_info bi; | ^~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:29: note: byref variable will be forcibly initialized 476 | struct kernel_param p = *kp; | ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:29: note: byref variable will be forcibly initialized 423 | struct kernel_param kp; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_whole': /kisskb/src/fs/reiserfs/do_balan.c:538:28: note: byref variable will be forcibly initialized 538 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_right': /kisskb/src/fs/reiserfs/do_balan.c:628:28: 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:28: note: byref variable will be forcibly initialized 712 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift': /kisskb/src/fs/reiserfs/do_balan.c:766:28: 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:28: note: byref variable will be forcibly initialized 843 | struct buffer_info bi; | ^~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_t416_color': /kisskb/src/drivers/tty/vt/vt.c:1706:20: note: byref variable will be forcibly initialized 1706 | struct rgb c; | ^ /kisskb/src/drivers/tty/vt/vt.c: In function 'notify_write': /kisskb/src/drivers/tty/vt/vt.c:263:34: 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 'con_font_get': /kisskb/src/drivers/tty/vt/vt.c:4592:29: note: byref variable will be forcibly initialized 4592 | struct console_font font; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_set': /kisskb/src/drivers/tty/vt/vt.c:4638:29: note: byref variable will be forcibly initialized 4638 | struct console_font font; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_deallocate': /kisskb/src/drivers/tty/vt/vt.c:1395:42: note: byref variable will be forcibly initialized 1395 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_allocate': /kisskb/src/drivers/tty/vt/vt.c:1110:34: note: byref variable will be forcibly initialized 1110 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_do_resize': /kisskb/src/drivers/tty/vt/vt.c:1333:32: note: byref variable will be forcibly initialized 1333 | struct winsize ws; | ^~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_err': /kisskb/src/fs/proc/proc_sysctl.c:1099:26: note: byref variable will be forcibly initialized 1099 | struct va_format vaf; | ^~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'start_unregistering': /kisskb/src/fs/proc/proc_sysctl.c:298:35: note: byref variable will be forcibly initialized 298 | struct completion wait; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_con_write': /kisskb/src/drivers/tty/vt/vt.c:2902:34: note: byref variable will be forcibly initialized 2902 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/mm/migrate.c: In function 'writeout': /kisskb/src/mm/migrate.c:763:34: note: byref variable will be forcibly initialized 763 | struct writeback_control wbc = { | ^~~ 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:699:49: note: byref variable will be forcibly initialized 699 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:62:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD' 62 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c:699:17: note: in expansion of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 699 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c:689:21: note: byref variable will be forcibly initialized 689 | struct qstr qname; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/fs/proc/proc_sysctl.c:7: /kisskb/src/fs/proc/proc_sysctl.c: In function 'file_open_root_mnt': /kisskb/src/include/linux/fs.h:2658:45: note: byref variable will be forcibly initialized 2658 | return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, | ^ /kisskb/src/fs/proc/proc_sysctl.c: In function 'process_sysctl_arg': /kisskb/src/include/linux/fs.h:2658:45: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'folio_migrate_mapping': /kisskb/src/mm/migrate.c:354:18: note: byref variable will be forcibly initialized 354 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:469:18: note: byref variable will be forcibly initialized 469 | XA_STATE(xas, &mapping->i_pages, page_index(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': /kisskb/src/mm/migrate.c:1355:19: note: byref variable will be forcibly initialized 1355 | LIST_HEAD(thp_split_pages); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1354:19: note: byref variable will be forcibly initialized 1354 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c: In function 'do_pages_move': /kisskb/src/mm/migrate.c:1702:19: note: byref variable will be forcibly initialized 1702 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c: In function 'kernel_move_pages': /kisskb/src/mm/migrate.c:1940:20: note: byref variable will be forcibly initialized 1940 | nodemask_t task_nodes; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_misplaced_page': /kisskb/src/mm/migrate.c:2084:19: note: byref variable will be forcibly initialized 2084 | LIST_HEAD(migratepages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_open': /kisskb/src/sound/core/hwdep.c:73:28: note: byref variable will be forcibly initialized 73 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_info': /kisskb/src/sound/core/hwdep.c:176:31: note: byref variable will be forcibly initialized 176 | struct snd_hwdep_info info; | ^~~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_dsp_status': /kisskb/src/sound/core/hwdep.c:191:37: note: byref variable will be forcibly initialized 191 | struct snd_hwdep_dsp_status info; | ^~~~ /kisskb/src/drivers/video/backlight/lv5207lp.c: In function 'lv5207lp_probe': /kisskb/src/drivers/video/backlight/lv5207lp.c:84:37: note: byref variable will be forcibly initialized 84 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/proc/kcore.c: In function 'read_kcore': /kisskb/src/fs/proc/kcore.c:418:37: note: byref variable will be forcibly initialized 418 | struct elf_prpsinfo prpsinfo = { | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:417:37: note: byref variable will be forcibly initialized 417 | struct elf_prstatus prstatus = {}; | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:338:31: note: byref variable will be forcibly initialized 338 | struct elfhdr ehdr = { | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:419:36: note: byref variable will be forcibly initialized 419 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/kernel/kthread.c:419:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 419 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:19: note: byref variable will be forcibly initialized 259 | LIST_HEAD(garbage); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/proc/kcore.c:258:19: note: byref variable will be forcibly initialized 258 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_encodeSequences_body': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:298:19: note: byref variable will be forcibly initialized 298 | FSE_CState_t stateLitLength; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:297:19: note: byref variable will be forcibly initialized 297 | FSE_CState_t stateOffsetBits; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:296:19: note: byref variable will be forcibly initialized 296 | FSE_CState_t stateMatchLength; | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:295:19: note: byref variable will be forcibly initialized 295 | BIT_CStream_t blockStream; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_fseBitCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:110:18: note: byref variable will be forcibly initialized 110 | FSE_CState_t cstate; | ^~~~~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:802:26: note: byref variable will be forcibly initialized 802 | struct va_format vaf; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_fix': /kisskb/src/mm/slub.c:817:26: note: byref variable will be forcibly initialized 817 | struct va_format vaf; | ^~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_off': /kisskb/src/drivers/video/backlight/pwm_bl.c:69:26: note: byref variable will be forcibly initialized 69 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_on': /kisskb/src/drivers/video/backlight/pwm_bl.c:44:26: note: byref variable will be forcibly initialized 44 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_update_status': /kisskb/src/drivers/video/backlight/pwm_bl.c:112:26: note: byref variable will be forcibly initialized 112 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_probe': /kisskb/src/drivers/video/backlight/pwm_bl.c:460:26: note: byref variable will be forcibly initialized 460 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:456:37: note: byref variable will be forcibly initialized 456 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:455:44: note: byref variable will be forcibly initialized 455 | struct platform_pwm_backlight_data defdata; | ^~~~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /kisskb/src/drivers/video/backlight/pandora_bl.c:111:37: note: byref variable will be forcibly initialized 111 | struct backlight_properties props; | ^~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/slub.c:4574:26: note: byref variable will be forcibly initialized 4574 | struct list_head discard; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4265:19: note: byref variable will be forcibly initialized 4265 | LIST_HEAD(discard); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:18: /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock_multi': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:818:24: note: byref variable will be forcibly initialized 818 | repcodes_t rep; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSuperBlock': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:834:35: note: byref variable will be forcibly initialized 834 | ZSTD_entropyCTablesMetadata_t entropyMetadata; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3651:42: note: byref variable will be forcibly initialized 3651 | struct detached_freelist df; | ^~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_probe': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:279:37: note: byref variable will be forcibly initialized 279 | struct backlight_properties props; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:315:17: note: in expansion of macro 'wait_event' 315 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:268:25: note: in expansion of macro 'wait_event' 268 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ 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:1780:11: note: byref variable will be forcibly initialized 1780 | } desc; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thp.h:81, from /kisskb/src/mm/huge_memory.c:44: /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_hugepage_set_pmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_hugepage_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_update, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_migration_pmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:124:27: note: byref variable will be forcibly initialized 124 | struct timespec64 now; | ^~~ 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:445:29: note: byref variable will be forcibly initialized 445 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:445:17: 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:19: note: byref variable will be forcibly initialized 410 | LIST_HEAD(log_bufs); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:409:19: note: byref variable will be forcibly initialized 409 | LIST_HEAD(io_bufs); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:403:25: note: byref variable will be forcibly initialized 403 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/jbd2/commit.c:383:36: note: byref variable will be forcibly initialized 383 | struct transaction_stats_s stats; | ^~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:399:17: note: in expansion of macro 'wait_event' 399 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:888:17: note: in expansion of macro 'wait_event' 888 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_zero_page_pmd': /kisskb/src/mm/huge_memory.c:1912:15: note: byref variable will be forcibly initialized 1912 | pmd_t _pmd; | ^~~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd_locked': /kisskb/src/mm/huge_memory.c:1947:24: note: byref variable will be forcibly initialized 1947 | pmd_t old_pmd, _pmd; | ^~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:690:40: note: byref variable will be forcibly initialized 690 | struct ext4_allocation_request ar; | ^~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd': /kisskb/src/mm/huge_memory.c:2135:35: note: byref variable will be forcibly initialized 2135 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'split_huge_page_to_list': /kisskb/src/mm/huge_memory.c:2494:18: note: byref variable will be forcibly initialized 2494 | XA_STATE(xas, &head->mapping->i_pages, head->index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'deferred_split_scan': /kisskb/src/mm/huge_memory.c:2697:19: note: byref variable will be forcibly initialized 2697 | LIST_HEAD(list), *pos, *next; | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_substream_proc_status_read': /kisskb/src/sound/core/pcm.c:446:33: note: byref variable will be forcibly initialized 446 | struct snd_pcm_status64 status; | ^~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:33: 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:33: 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:33: 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:33: note: byref variable will be forcibly initialized 271 | struct posix_clock_desc cd; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_next_device': /kisskb/src/sound/core/timer.c:1551:29: note: byref variable will be forcibly initialized 1551 | struct snd_timer_id id; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gparams': /kisskb/src/sound/core/timer.c:1710:34: note: byref variable will be forcibly initialized 1710 | struct snd_timer_gparams gparams; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_notify1': /kisskb/src/sound/core/timer.c:502:27: note: byref variable will be forcibly initialized 502 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gstatus': /kisskb/src/sound/core/timer.c:1721:29: note: byref variable will be forcibly initialized 1721 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c:1720:34: note: byref variable will be forcibly initialized 1720 | struct snd_timer_gstatus gstatus; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ginfo': /kisskb/src/sound/core/timer.c:1644:29: note: byref variable will be forcibly initialized 1644 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ccallback': /kisskb/src/sound/core/timer.c:1370:34: note: byref variable will be forcibly initialized 1370 | struct snd_timer_tread64 r1; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tinterrupt': /kisskb/src/sound/core/timer.c:1404:27: note: byref variable will be forcibly initialized 1404 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/timer.c:1403:38: note: byref variable will be forcibly initialized 1403 | struct snd_timer_tread64 *r, r1; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_read': /kisskb/src/sound/core/timer.c:2171:44: note: byref variable will be forcibly initialized 2171 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/timer.c:2145:34: note: byref variable will be forcibly initialized 2145 | struct snd_timer_tread32 tread32; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status32': /kisskb/src/sound/core/timer.c:1931:35: note: byref variable will be forcibly initialized 1931 | struct snd_timer_status32 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status64': /kisskb/src/sound/core/timer.c:1954:35: note: byref variable will be forcibly initialized 1954 | struct snd_timer_status64 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tselect': /kisskb/src/sound/core/timer.c:1756:33: note: byref variable will be forcibly initialized 1756 | struct snd_timer_select tselect; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_params': /kisskb/src/sound/core/timer.c:1902:50: note: byref variable will be forcibly initialized 1902 | struct snd_timer_tread64 tread; | ^~~~~ /kisskb/src/sound/core/timer.c:1830:33: note: byref variable will be forcibly initialized 1830 | struct snd_timer_params params; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_new': /kisskb/src/sound/core/timer.c:1107:29: note: byref variable will be forcibly initialized 1107 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_register': /kisskb/src/sound/core/timer.c:1126:27: note: byref variable will be forcibly initialized 1126 | struct snd_device dev; | ^~~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:26: note: byref variable will be forcibly initialized 419 | struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; | ^~ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:44: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:39: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:39: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:35: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:31: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf64': /kisskb/src/fs/proc/vmcore.c:870:20: note: byref variable will be forcibly initialized 870 | Elf64_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf64_headers': /kisskb/src/fs/proc/vmcore.c:1231:20: note: byref variable will be forcibly initialized 1231 | Elf64_Ehdr ehdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf32': /kisskb/src/fs/proc/vmcore.c:1061:20: note: byref variable will be forcibly initialized 1061 | Elf32_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf32_headers': /kisskb/src/fs/proc/vmcore.c:1287:20: note: byref variable will be forcibly initialized 1287 | Elf32_Ehdr ehdr; | ^~~~ /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:39: note: byref variable will be forcibly initialized 103 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:39: 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:29: note: byref variable will be forcibly initialized 115 | struct itimerspec64 get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'alarm_setitimer': /kisskb/src/kernel/time/itimer.c:279:37: note: byref variable will be forcibly initialized 279 | struct itimerspec64 it_new, it_old; | ^~~~~~ /kisskb/src/kernel/time/itimer.c:279:29: 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:41: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:29: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:520:25: note: byref variable will be forcibly initialized 520 | struct die_args args = { | ^~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:41: note: byref variable will be forcibly initialized 741 | struct regulator_config config = { }; | ^~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:17: /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c: In function 'shpc_wait_cmd': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:275:22: note: in expansion of macro 'wait_event_interruptible_timeout' 275 | rc = wait_event_interruptible_timeout(ctrl->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'get_sample': /kisskb/src/kernel/trace/trace_hwlat.c:205:29: note: byref variable will be forcibly initialized 205 | struct hwlat_sample s; | ^ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:63:26: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_set_par': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:783:43: note: byref variable will be forcibly initialized 783 | { struct my_timming mt; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.h:29, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:105: /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_wait_for_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:294:15: note: in expansion of macro 'wait_event_interruptible_timeout' 294 | ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_ioctl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1148:53: note: byref variable will be forcibly initialized 1148 | struct v4l2_control ctrl; | ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1126:53: note: byref variable will be forcibly initialized 1126 | struct v4l2_control ctrl; | ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1104:55: note: byref variable will be forcibly initialized 1104 | struct v4l2_queryctrl qctrl; | ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1089:56: note: byref variable will be forcibly initialized 1089 | struct v4l2_capability r; | ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:960:62: note: byref variable will be forcibly initialized 960 | struct matroxioc_output_mode mom; | ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:910:62: note: byref variable will be forcibly initialized 910 | struct matroxioc_output_mode mom; | ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:889:50: note: byref variable will be forcibly initialized 889 | struct fb_vblank vblank; | ^~~~~~ /kisskb/src/drivers/pci/hotplug/rpaphp_core.c: In function 'rpaphp_check_drc_props_v2': /kisskb/src/drivers/pci/hotplug/rpaphp_core.c:230:28: note: byref variable will be forcibly initialized 230 | struct of_drc_info drc; | ^~~ /kisskb/src/drivers/pci/hotplug/rpaphp_core.c: In function 'rpaphp_drc_info_add_slot': /kisskb/src/drivers/pci/hotplug/rpaphp_core.c:336:28: note: byref variable will be forcibly initialized 336 | struct of_drc_info drc; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:36: note: byref variable will be forcibly initialized 64 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'de_still_valid': /kisskb/src/fs/reiserfs/namei.c:1265:35: note: byref variable will be forcibly initialized 1265 | struct reiserfs_dir_entry tmp = *de; | ^~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_find_entry': /kisskb/src/fs/reiserfs/namei.c:309:24: note: byref variable will be forcibly initialized 309 | struct cpu_key key_to_search; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rmdir': /kisskb/src/fs/reiserfs/namei.c:906:35: note: byref variable will be forcibly initialized 906 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:903:44: note: byref variable will be forcibly initialized 903 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_unlink': /kisskb/src/fs/reiserfs/namei.c:1002:44: note: byref variable will be forcibly initialized 1002 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:1000:35: note: byref variable will be forcibly initialized 1000 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_lookup': /kisskb/src/fs/reiserfs/namei.c:358:35: note: byref variable will be forcibly initialized 358 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_add_entry': /kisskb/src/fs/reiserfs/namei.c:440:35: note: byref variable will be forcibly initialized 440 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:437:24: note: byref variable will be forcibly initialized 437 | struct cpu_key entry_key; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mknod': /kisskb/src/fs/reiserfs/namei.c:708:41: note: byref variable will be forcibly initialized 708 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:707:44: note: byref variable will be forcibly initialized 707 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mkdir': /kisskb/src/fs/reiserfs/namei.c:791:41: note: byref variable will be forcibly initialized 791 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:790:44: note: byref variable will be forcibly initialized 790 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_symlink': /kisskb/src/fs/reiserfs/namei.c:1108:41: note: byref variable will be forcibly initialized 1108 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1107:44: note: byref variable will be forcibly initialized 1107 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_link': /kisskb/src/fs/reiserfs/namei.c:1205:44: note: byref variable will be forcibly initialized 1205 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_create': /kisskb/src/fs/reiserfs/namei.c:637:41: note: byref variable will be forcibly initialized 637 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:636:44: note: byref variable will be forcibly initialized 636 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rename': /kisskb/src/fs/reiserfs/namei.c:1322:44: note: byref variable will be forcibly initialized 1322 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:1320:51: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1320:43: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1320:35: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:54: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:40: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:26: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:36: note: byref variable will be forcibly initialized 90 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_get_parent': /kisskb/src/fs/reiserfs/namei.c:405:35: note: byref variable will be forcibly initialized 405 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_logocmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:198:24: note: byref variable will be forcibly initialized 198 | struct fb_cmap palette_cmap; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:937:35: note: byref variable will be forcibly initialized 937 | struct fb_blit_caps caps, fbcaps; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:937:29: note: byref variable will be forcibly initialized 937 | struct fb_blit_caps caps, fbcaps; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1601:29: note: byref variable will be forcibly initialized 1601 | struct fb_videomode mode; | ^~~~ 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_show_logo_line': /kisskb/src/drivers/video/fbdev/core/fbmem.c:461:25: note: byref variable will be forcibly initialized 461 | struct fb_image image; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:965:44: note: byref variable will be forcibly initialized 965 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:965:37: note: byref variable will be forcibly initialized 965 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:961:25: note: byref variable will be forcibly initialized 961 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:960:29: note: byref variable will be forcibly initialized 960 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1066:25: note: byref variable will be forcibly initialized 1066 | struct fb_event event; | ^~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_fixup_resources': /kisskb/src/arch/powerpc/kernel/pci-common.c:878:39: note: byref variable will be forcibly initialized 878 | struct pci_bus_region reg; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_uninitialized_bridge_resource': /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_fb_ioctl': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1092:29: note: byref variable will be forcibly initialized 1092 | struct fb_cmap_user cmap; | ^~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:920:31: note: byref variable will be forcibly initialized 920 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1091:24: note: byref variable will be forcibly initialized 1091 | struct fb_cmap cmap_from; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1090:34: note: byref variable will be forcibly initialized 1090 | struct fb_fix_screeninfo fix; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1089:34: note: byref variable will be forcibly initialized 1089 | 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:2017:33: note: byref variable will be forcibly initialized 2017 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:2014:34: note: byref variable will be forcibly initialized 2014 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pci_resource_to_user': /kisskb/src/arch/powerpc/kernel/pci-common.c:692:31: note: byref variable will be forcibly initialized 692 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pci_process_bridge_OF_ranges': /kisskb/src/arch/powerpc/kernel/pci-common.c:743:36: note: byref variable will be forcibly initialized 743 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:742:29: note: byref variable will be forcibly initialized 742 | struct of_pci_range range; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/huge_memory.h:170, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_page, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_isolate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_swapin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ 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:1630:19: note: byref variable will be forcibly initialized 1630 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_evict_inode': /kisskb/src/fs/reiserfs/inode.c:36:44: note: byref variable will be forcibly initialized 36 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function '_get_block_create_0': /kisskb/src/fs/reiserfs/inode.c:291:31: note: byref variable will be forcibly initialized 291 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:289:24: note: byref variable will be forcibly initialized 289 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_directory': /kisskb/src/fs/reiserfs/inode.c:1806:24: 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:24: note: byref variable will be forcibly initialized 1868 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_update_sd_size': /kisskb/src/fs/reiserfs/inode.c:1452:31: note: byref variable will be forcibly initialized 1452 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:1448:24: note: byref variable will be forcibly initialized 1448 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_inode': /kisskb/src/fs/reiserfs/inode.c:1771:44: 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:44: note: byref variable will be forcibly initialized 2264 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_end': /kisskb/src/fs/reiserfs/inode.c:2915:52: note: byref variable will be forcibly initialized 2915 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_commit_write': /kisskb/src/fs/reiserfs/inode.c:3006:52: note: byref variable will be forcibly initialized 3006 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_block': /kisskb/src/fs/reiserfs/inode.c:1010:40: note: byref variable will be forcibly initialized 1010 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:853:40: note: byref variable will be forcibly initialized 853 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:667:31: note: byref variable will be forcibly initialized 667 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:665:24: note: byref variable will be forcibly initialized 665 | struct cpu_key key; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'collapse_file': /kisskb/src/mm/khugepaged.c:1638:24: note: byref variable will be forcibly initialized 1638 | XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); | ^~~ /kisskb/src/include/linux/xarray.h:1367:25: note: in definition of macro 'XA_STATE_ORDER' 1367 | struct xa_state name = __XA_STATE(array, \ | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1637:19: note: byref variable will be forcibly initialized 1637 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_scan_file': /kisskb/src/mm/khugepaged.c:1999:18: note: byref variable will be forcibly initialized 1999 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'map_block_for_writepage': /kisskb/src/fs/reiserfs/inode.c:2373:24: note: byref variable will be forcibly initialized 2373 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:2369:26: note: byref variable will be forcibly initialized 2369 | struct item_head tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:2367:44: note: byref variable will be forcibly initialized 2367 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/khugepaged.c: In function '__collapse_huge_page_swapin': /kisskb/src/mm/khugepaged.c:998:33: note: byref variable will be forcibly initialized 998 | struct vm_fault vmf = { | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_full_page': /kisskb/src/fs/reiserfs/inode.c:2534:44: note: byref variable will be forcibly initialized 2534 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_read_locked_inode': /kisskb/src/fs/reiserfs/inode.c:1544:24: 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:35: 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:24: note: byref variable will be forcibly initialized 1669 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_inode': /kisskb/src/fs/reiserfs/inode.c:1933:26: note: byref variable will be forcibly initialized 1933 | struct stat_data sd; | ^~ /kisskb/src/fs/reiserfs/inode.c:1932:26: note: byref variable will be forcibly initialized 1932 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/inode.c:1931:24: note: byref variable will be forcibly initialized 1931 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:1929:35: note: byref variable will be forcibly initialized 1929 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_setattr': /kisskb/src/fs/reiserfs/inode.c:3349:52: note: byref variable will be forcibly initialized 3349 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c:3316:68: note: byref variable will be forcibly initialized 3316 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/khugepaged.c: In function 'collapse_huge_page': /kisskb/src/mm/khugepaged.c:1056:35: note: byref variable will be forcibly initialized 1056 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1048:19: note: byref variable will be forcibly initialized 1048 | LIST_HEAD(compound_pagelist); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_wait_work': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c:2282:17: note: in expansion of macro 'wait_event_freezable' 2282 | wait_event_freezable(khugepaged_wait, khugepaged_wait_event()); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c:2275:17: note: in expansion of macro 'wait_event_freezable_timeout' 2275 | wait_event_freezable_timeout(khugepaged_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:31: 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:31: note: byref variable will be forcibly initialized 257 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/sound/core/pcm_native.c:22: /kisskb/src/sound/core/pcm_native.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_buffer_bytes_max': /kisskb/src/sound/core/pcm_native.c:2446:29: note: byref variable will be forcibly initialized 2446 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_muldivk': /kisskb/src/sound/core/pcm_native.c:2355:29: note: byref variable will be forcibly initialized 2355 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mulkdiv': /kisskb/src/sound/core/pcm_native.c:2365:29: note: byref variable will be forcibly initialized 2365 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mul': /kisskb/src/sound/core/pcm_native.c:2337:29: note: byref variable will be forcibly initialized 2337 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_div': /kisskb/src/sound/core/pcm_native.c:2346:29: note: byref variable will be forcibly initialized 2346 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_sample_bits': /kisskb/src/sound/core/pcm_native.c:2397:29: note: byref variable will be forcibly initialized 2397 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_format': /kisskb/src/sound/core/pcm_native.c:2378:25: note: byref variable will be forcibly initialized 2378 | struct snd_mask m; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xferi_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3177:26: note: byref variable will be forcibly initialized 3177 | struct snd_xferi xferi; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xfern_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3199:26: note: byref variable will be forcibly initialized 3199 | struct snd_xfern xfern; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sw_params_user': /kisskb/src/sound/core/pcm_native.c:949:34: note: byref variable will be forcibly initialized 949 | struct snd_pcm_sw_params params; | ^~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_channel_info_user': /kisskb/src/sound/core/pcm_native.c:1144:37: note: byref variable will be forcibly initialized 1144 | struct snd_pcm_channel_info info; | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sync_ptr': /kisskb/src/sound/core/pcm_native.c:3008:33: note: byref variable will be forcibly initialized 3008 | struct snd_pcm_sync_ptr sync_ptr; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status64': /kisskb/src/sound/core/pcm_native.c:1025:43: note: byref variable will be forcibly initialized 1025 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user32': /kisskb/src/sound/core/pcm_native.c:1076:33: note: byref variable will be forcibly initialized 1076 | struct snd_pcm_status32 status32; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c:1075:33: note: byref variable will be forcibly initialized 1075 | struct snd_pcm_status64 status64; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user64': /kisskb/src/sound/core/pcm_native.c:1051:33: note: byref variable will be forcibly initialized 1051 | struct snd_pcm_status64 status; | ^~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_drain': /kisskb/src/sound/core/pcm_native.c:2067:28: note: byref variable will be forcibly initialized 2067 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open': /kisskb/src/sound/core/pcm_native.c:2798:28: note: byref variable will be forcibly initialized 2798 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'count_tags': /kisskb/src/fs/jbd2/recovery.c:199:33: note: byref variable will be forcibly initialized 199 | journal_block_tag_t tag; | ^~~ 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:1780:11: note: byref variable will be forcibly initialized 1780 | } desc; | ^~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'update_audio_tstamp': /kisskb/src/sound/core/pcm_lib.c:214:27: note: byref variable will be forcibly initialized 214 | struct timespec64 driver_tstamp; | ^~~~~~~~~~~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_dac_controls': /kisskb/src/sound/i2c/other/ak4xxx-adda.c:606:33: note: byref variable will be forcibly initialized 606 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_adc_controls': /kisskb/src/sound/i2c/other/ak4xxx-adda.c:717:33: note: byref variable will be forcibly initialized 717 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:499:41: note: byref variable will be forcibly initialized 499 | journal_block_tag_t tag; | ^~~ /kisskb/src/sound/core/pcm_lib.c: In function 'wait_for_avail': /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_deemphasis': /kisskb/src/sound/core/pcm_lib.c:1865:28: note: byref variable will be forcibly initialized 1865 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c:808:33: note: byref variable will be forcibly initialized 808 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/core/pcm_lib.c: In function '__snd_pcm_xrun': /kisskb/src/sound/core/pcm_lib.c:149:35: note: byref variable will be forcibly initialized 149 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_update_hw_ptr0': /kisskb/src/sound/core/pcm_lib.c:268:27: note: byref variable will be forcibly initialized 268 | struct timespec64 audio_tstamp; | ^~~~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c:267:27: note: byref variable will be forcibly initialized 267 | struct timespec64 curr_tstamp; | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:33: 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:33: note: byref variable will be forcibly initialized 352 | struct recovery_info info; | ^~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratden': /kisskb/src/sound/core/pcm_lib.c:911:29: note: byref variable will be forcibly initialized 911 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratnum': /kisskb/src/sound/core/pcm_lib.c:793:29: note: byref variable will be forcibly initialized 793 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_list': /kisskb/src/sound/core/pcm_lib.c:1009:29: note: byref variable will be forcibly initialized 1009 | struct snd_interval list_range; | ^~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ranges': /kisskb/src/sound/core/pcm_lib.c:1049:29: note: byref variable will be forcibly initialized 1049 | struct snd_interval range; | ^~~~~ /kisskb/src/sound/core/pcm_lib.c:1048:29: note: byref variable will be forcibly initialized 1048 | struct snd_interval range_union; | ^~~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_constraint_minmax': /kisskb/src/sound/core/pcm_lib.c:1243:29: note: byref variable will be forcibly initialized 1243 | struct snd_interval t; | ^ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:24: note: byref variable will be forcibly initialized 270 | struct fb_cmap umap; | ^~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:32: 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:32: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/sound/core/pcm_memory.c: In function 'snd_pcm_lib_preallocate_proc_write': /kisskb/src/sound/core/pcm_memory.c:164:31: note: byref variable will be forcibly initialized 164 | struct snd_dma_buffer new_dmab; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:34: note: byref variable will be forcibly initialized 241 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:34: note: byref variable will be forcibly initialized 268 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:34: 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:34: 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:55, 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:19: note: byref variable will be forcibly initialized 172 | LIST_HEAD(old_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:34: note: byref variable will be forcibly initialized 130 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'of_get_fb_videomode': /kisskb/src/drivers/video/fbdev/core/fbmon.c:1382:26: note: byref variable will be forcibly initialized 1382 | struct videomode vm; | ^~ /kisskb/src/kernel/trace/fgraph.c: In function 'function_graph_enter': /kisskb/src/kernel/trace/fgraph.c:116:33: 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:236:33: note: byref variable will be forcibly initialized 236 | struct ftrace_graph_ret trace; | ^~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:32: note: byref variable will be forcibly initialized 153 | struct ext4_map_blocks map; | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function '__trace_graph_function': /kisskb/src/kernel/trace/trace_functions_graph.c:193:33: note: byref variable will be forcibly initialized 193 | struct ftrace_graph_ent ent = { | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'print_graph_function_flags': /kisskb/src/kernel/trace/trace_functions_graph.c:1075:47: note: byref variable will be forcibly initialized 1075 | struct ftrace_graph_ent_entry saved; | ^~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:175:25: note: byref variable will be forcibly initialized 175 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:323, 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/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/time_namespace.h:6, from /kisskb/src/kernel/time/namespace.c:7: /kisskb/src/kernel/time/namespace.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/namespace.c: In function 'proc_timens_set_offset': /kisskb/src/kernel/time/namespace.c:367:27: note: byref variable will be forcibly initialized 367 | struct timespec64 tp; | ^~ 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:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/ext4/dir.c:279:60: note: byref variable will be forcibly initialized 279 | struct fscrypt_str de_name = | ^~~~~~~ /kisskb/src/fs/ext4/dir.c:171:40: note: byref variable will be forcibly initialized 171 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/dir.c:135:28: note: byref variable will be forcibly initialized 135 | struct fscrypt_str fstr = FSTR_INIT(NULL, 0); | ^~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:45: note: byref variable will be forcibly initialized 719 | struct fb_videomode cvt_mode; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:33: 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:42: note: byref variable will be forcibly initialized 1178 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_chunk_size': /kisskb/src/sound/core/memalloc.c:590:33: note: byref variable will be forcibly initialized 590 | struct sg_dma_page_iter iter; | ^~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_addr': /kisskb/src/sound/core/memalloc.c:569:33: note: byref variable will be forcibly initialized 569 | struct sg_dma_page_iter iter; | ^~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_page': /kisskb/src/sound/core/memalloc.c:579:29: note: byref variable will be forcibly initialized 579 | struct sg_page_iter iter; | ^~~~ /kisskb/src/sound/i2c/other/pt2258.c: In function 'snd_pt2258_build_controls': /kisskb/src/sound/i2c/other/pt2258.c:172:33: note: byref variable will be forcibly initialized 172 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1161:29: note: byref variable will be forcibly initialized 1161 | struct trace_parser parser; | ^~~~~~ In file included from /kisskb/src/kernel/time/time_test.c:3: /kisskb/src/kernel/time/time_test.c: In function 'time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:82:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 82 | KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:81:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 81 | KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:80:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 80 | KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:79:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 79 | KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:66:19: note: byref variable will be forcibly initialized 66 | struct tm result; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_generateSequences_internal': /kisskb/src/lib/zstd/compress/zstd_ldm.c:319:27: note: byref variable will be forcibly initialized 319 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_fillHashTable': /kisskb/src/lib/zstd/compress/zstd_ldm.c:248:27: note: byref variable will be forcibly initialized 248 | ldmRollingHashState_t hashState; | ^~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:274:9: note: in expansion of macro 'wait_event' 274 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_start_handshake': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:20:27: 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:29: 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:36: note: byref variable will be forcibly initialized 87 | struct hvsi_query_response r; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_put_chars': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:233:26: 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:27: 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:29: note: byref variable will be forcibly initialized 289 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:296:28: note: byref variable will be forcibly initialized 296 | struct fb_cvt_data cvt; | ^~~ In file included from /kisskb/src/lib/zstd/compress/zstd_opt.c:23: /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_rescaleFreqs': /kisskb/src/lib/zstd/compress/zstd_opt.c:172:30: note: byref variable will be forcibly initialized 172 | FSE_CState_t ofstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:160:30: note: byref variable will be forcibly initialized 160 | FSE_CState_t mlstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:148:30: note: byref variable will be forcibly initialized 148 | FSE_CState_t llstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_compressBlock_opt_generic': /kisskb/src/lib/zstd/compress/zstd_opt.c:1170:24: note: byref variable will be forcibly initialized 1170 | repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); | ^~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1081:28: note: byref variable will be forcibly initialized 1081 | repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:967:19: note: byref variable will be forcibly initialized 967 | ZSTD_optLdm_t optLdm; | ^~~~~~ /kisskb/src/sound/core/pcm_timer.c: In function 'snd_pcm_timer_init': /kisskb/src/sound/core/pcm_timer.c:100:29: note: byref variable will be forcibly initialized 100 | struct snd_timer_id tid; | ^~~ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_file_release': /kisskb/src/fs/reiserfs/file.c:35:44: 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:44: note: byref variable will be forcibly initialized 182 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'trace_inject_entry': /kisskb/src/kernel/trace/trace_events_inject.c:19:35: note: byref variable will be forcibly initialized 19 | struct trace_event_buffer fbuffer; | ^~~~~~~ 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/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:1699:19: note: byref variable will be forcibly initialized 1699 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:32: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_set_winsz': /kisskb/src/drivers/tty/hvc/hvc_console.c:568:24: note: byref variable will be forcibly initialized 568 | struct winsize ws; | ^~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:32: 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:32: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, 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:18: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:18: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:18: note: byref variable will be forcibly initialized 542 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_user': /kisskb/src/sound/core/rawmidi.c:612:33: note: byref variable will be forcibly initialized 612 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status32': /kisskb/src/sound/core/rawmidi.c:782:37: note: byref variable will be forcibly initialized 782 | struct snd_rawmidi_status64 status64; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c:781:37: note: byref variable will be forcibly initialized 781 | struct snd_rawmidi_status32 status32; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status64': /kisskb/src/sound/core/rawmidi.c:823:37: note: byref variable will be forcibly initialized 823 | struct snd_rawmidi_status64 status; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_bmove': /kisskb/src/drivers/video/fbdev/core/bitblit.c:49:28: 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:28: 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:28: note: byref variable will be forcibly initialized 214 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'get_framing_tstamp': /kisskb/src/sound/core/rawmidi.c:1035:27: note: byref variable will be forcibly initialized 1035 | struct timespec64 ts64 = {0, 0}; | ^~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_cursor': /kisskb/src/drivers/video/fbdev/core/bitblit.c:239:26: 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:25: note: byref variable will be forcibly initialized 147 | struct fb_image image; | ^~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_write': /kisskb/src/sound/core/rawmidi.c:1567:44: note: byref variable will be forcibly initialized 1567 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c:1532:44: note: byref variable will be forcibly initialized 1532 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/mm/memcontrol.c: In function 'get_mctgt_type': /kisskb/src/mm/memcontrol.c:5638:21: note: byref variable will be forcibly initialized 5638 | swp_entry_t ent = { .val = 0 }; | ^~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_read': /kisskb/src/sound/core/rawmidi.c:1201:44: note: byref variable will be forcibly initialized 1201 | wait_queue_entry_t 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/include/sound/core.h:10, from /kisskb/src/sound/core/rawmidi.c:7: /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_drain_output': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/rawmidi.c:232:19: note: in expansion of macro 'wait_event_interruptible_timeout' 232 | timeout = wait_event_interruptible_timeout(runtime->sleep, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_select_user': /kisskb/src/sound/core/rawmidi.c:663:33: note: byref variable will be forcibly initialized 663 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl': /kisskb/src/sound/core/rawmidi.c:884:43: note: byref variable will be forcibly initialized 884 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_receive': /kisskb/src/sound/core/rawmidi.c:1065:27: note: byref variable will be forcibly initialized 1065 | struct timespec64 ts64 = get_framing_tstamp(substream); | ^~~~ 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/include/linux/memcontrol.h:13, from /kisskb/src/mm/memcontrol.c:29: /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_wait_acct_move': /kisskb/src/mm/memcontrol.c:1368:37: note: byref variable will be forcibly initialized 1368 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/memcontrol.c:1368:25: note: in expansion of macro 'DEFINE_WAIT' 1368 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_open': /kisskb/src/sound/core/rawmidi.c:409:28: note: byref variable will be forcibly initialized 409 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_resize': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2021:34: note: byref variable will be forcibly initialized 2021 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_blank': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2228:42: note: byref variable will be forcibly initialized 2228 | 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:2084:34: note: byref variable will be forcibly initialized 2084 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/mm/memcontrol.c: In function 'memory_stat_format': /kisskb/src/mm/memcontrol.c:1454:24: note: byref variable will be forcibly initialized 1454 | struct seq_buf s; | ^ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_scan_tasks': /kisskb/src/mm/memcontrol.c:1165:38: note: byref variable will be forcibly initialized 1165 | struct css_task_iter it; | ^~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2992:34: note: byref variable will be forcibly initialized 2992 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_oom_synchronize': /kisskb/src/mm/memcontrol.c:1890:30: note: byref variable will be forcibly initialized 1890 | struct oom_wait_info owait; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_set_con2fb_map_ioctl': /kisskb/src/drivers/video/fbdev/core/fbcon.c:3042:29: note: byref variable will be forcibly initialized 3042 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_get_con2fb_map_ioctl': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c:3067:29: note: byref variable will be forcibly initialized 3067 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_bmove': /kisskb/src/drivers/video/fbdev/core/tileblit.c:22:28: note: byref variable will be forcibly initialized 22 | struct fb_tilearea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_clear': /kisskb/src/drivers/video/fbdev/core/tileblit.c:37:28: note: byref variable will be forcibly initialized 37 | struct fb_tilerect rect; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_cursor': /kisskb/src/drivers/video/fbdev/core/tileblit.c:85:30: note: byref variable will be forcibly initialized 85 | struct fb_tilecursor cursor; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_putcs': /kisskb/src/drivers/video/fbdev/core/tileblit.c:58:28: note: byref variable will be forcibly initialized 58 | struct fb_tileblit blit; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'fbcon_set_tileops': /kisskb/src/drivers/video/fbdev/core/tileblit.c:133:27: note: byref variable will be forcibly initialized 133 | struct fb_tilemap map; | ^~~ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_move_charge_pte_range': /kisskb/src/mm/memcontrol.c:5921:25: note: byref variable will be forcibly initialized 5921 | union mc_target target; | ^~~~~~ /kisskb/src/fs/reiserfs/dir.c: In function 'reiserfs_readdir_inode': /kisskb/src/fs/reiserfs/dir.c:75:35: note: byref variable will be forcibly initialized 75 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/dir.c:70:31: note: byref variable will be forcibly initialized 70 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/dir.c:64:24: note: byref variable will be forcibly initialized 64 | struct cpu_key pos_key; | ^~~~~~~ /kisskb/src/mm/memcontrol.c: In function '__mem_cgroup_uncharge': /kisskb/src/mm/memcontrol.c:6808:32: note: byref variable will be forcibly initialized 6808 | struct uncharge_gather ug; | ^~ /kisskb/src/mm/memcontrol.c: In function '__mem_cgroup_uncharge_list': /kisskb/src/mm/memcontrol.c:6828:32: note: byref variable will be forcibly initialized 6828 | struct uncharge_gather ug; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:76, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:336:19: note: byref variable will be forcibly initialized 336 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:369:23: note: byref variable will be forcibly initialized 369 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:368:23: note: byref variable will be forcibly initialized 368 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:367:23: note: byref variable will be forcibly initialized 367 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:366:23: note: byref variable will be forcibly initialized 366 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/mm/zsmalloc.c: In function '__zs_compact': /kisskb/src/mm/zsmalloc.c:2046:35: note: byref variable will be forcibly initialized 2046 | struct zs_compact_control cc; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/mm/zsmalloc.c:41: /kisskb/src/mm/zsmalloc.c: In function 'async_free_zspage': /kisskb/src/mm/zsmalloc.c:1974:19: note: byref variable will be forcibly initialized 1974 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:782:19: note: byref variable will be forcibly initialized 782 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:822:23: note: byref variable will be forcibly initialized 822 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:821:23: note: byref variable will be forcibly initialized 821 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:820:23: note: byref variable will be forcibly initialized 820 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:819:23: note: byref variable will be forcibly initialized 819 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_msg': /kisskb/src/fs/ext2/super.c:87:26: note: byref variable will be forcibly initialized 87 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_error': /kisskb/src/fs/ext2/super.c:52:26: 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:35: note: byref variable will be forcibly initialized 824 | struct ext2_mount_options opts; | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_remount': /kisskb/src/fs/ext2/super.c:1320:35: note: byref variable will be forcibly initialized 1320 | struct ext2_mount_options new_opts; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_user.c: In function 'user_event_ftrace': /kisskb/src/kernel/trace/trace_events_user.c:683:35: note: byref variable will be forcibly initialized 683 | struct trace_event_buffer event_buffer; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:816:27: note: byref variable will be forcibly initialized 816 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized 665 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized 650 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized 635 | ZSTD_frameSizeInfo frameSizeInfo; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized 508 | { ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1084:31: note: byref variable will be forcibly initialized 1084 | { blockProperties_t bp; | ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_estimateDStreamSize_fromFrame': /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1730:22: note: byref variable will be forcibly initialized 1730 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/klist.c:240:29: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:501, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/kernel/trace/trace_events_user.c: In function 'user_events_ioctl_reg': /kisskb/src/kernel/trace/trace_events_user.c:1380:25: note: byref variable will be forcibly initialized 1380 | struct user_reg reg; | ^~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream_simpleArgs': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2079:20: note: byref variable will be forcibly initialized 2079 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/kernel/trace/trace_events_user.c: In function 'user_events_write_core': /kisskb/src/kernel/trace/trace_events_user.c:1267:33: note: byref variable will be forcibly initialized 1267 | struct iov_iter copy; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2078:20: note: byref variable will be forcibly initialized 2078 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_journal_shrink': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_user.c: In function 'user_events_write': /kisskb/src/kernel/trace/trace_events_user.c:1302:25: note: byref variable will be forcibly initialized 1302 | struct iov_iter i; | ^ /kisskb/src/kernel/trace/trace_events_user.c:1301:22: note: byref variable will be forcibly initialized 1301 | struct iovec iov; | ^~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1124:20: note: byref variable will be forcibly initialized 1124 | seqState_t seqState; | ^~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:297:17: note: in expansion of macro 'wait_event' 297 | wait_event(journal->j_wait_done_commit, journal->j_task == NULL); | ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1262:20: note: byref variable will be forcibly initialized 1262 | seqState_t seqState; | ^~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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, | ^~~~~~~~~~~~~~~~~~~ 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:1780:11: note: byref variable will be forcibly initialized 1780 | } desc; | ^~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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_powernv_throttle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_pstate_sample': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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_wakeup_source': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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, | ^~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:285:9: note: in expansion of macro 'wait_event' 285 | wait_event(journal->j_wait_done_commit, journal->j_task != NULL); | ^~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/fs/jbd2/journal.c: In function '__jbd2_debug': /kisskb/src/fs/jbd2/journal.c:107:26: note: byref variable will be forcibly initialized 107 | struct va_format vaf; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:234:29: note: byref variable will be forcibly initialized 234 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:234:17: note: in expansion of macro 'DEFINE_WAIT' 234 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:712:17: note: in expansion of macro 'wait_event' 712 | wait_event(journal->j_wait_done_commit, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:749:29: note: byref variable will be forcibly initialized 749 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:749:17: note: in expansion of macro 'DEFINE_WAIT' 749 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:41: note: byref variable will be forcibly initialized 382 | struct regulator_config config = { }; | ^~~~~~ 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:3063:33: note: byref variable will be forcibly initialized 3063 | DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); | ^~~~ /kisskb/src/include/linux/wait_bit.h:39:37: note: in definition of macro 'DEFINE_WAIT_BIT' 39 | struct wait_bit_queue_entry name = { \ | ^~~~ /kisskb/src/mm/z3fold.c: In function 'z3fold_reclaim_page': /kisskb/src/mm/z3fold.c:1320:35: note: byref variable will be forcibly initialized 1320 | struct z3fold_buddy_slots slots __attribute__((aligned(SLOTS_ALIGN))); | ^~~~~ /kisskb/src/kernel/kcmp.c: In function 'kcmp_epoll_target': /kisskb/src/kernel/kcmp.c:104:32: note: byref variable will be forcibly initialized 104 | struct kcmp_epoll_slot slot; | ^~~~ 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/drivers/tty/hvc/hvcs.c: In function 'hvcs_get_pi': /kisskb/src/drivers/tty/hvc/hvcs.c:864:26: note: byref variable will be forcibly initialized 864 | struct list_head head; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2275:30: note: byref variable will be forcibly initialized 2275 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5937:32: note: byref variable will be forcibly initialized 5937 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4429:32: note: byref variable will be forcibly initialized 4429 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4859:34: note: byref variable will be forcibly initialized 4859 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2183:30: note: byref variable will be forcibly initialized 2183 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3181:49: note: byref variable will be forcibly initialized 3181 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3181:40: note: byref variable will be forcibly initialized 3181 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3181:33: note: byref variable will be forcibly initialized 3181 | 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:3420:38: note: byref variable will be forcibly initialized 3420 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3420:28: note: byref variable will be forcibly initialized 3420 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3419:32: note: byref variable will be forcibly initialized 3419 | struct ext4_map_blocks split_map; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2813:32: note: byref variable will be forcibly initialized 2813 | struct partial_cluster partial; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4090:40: note: byref variable will be forcibly initialized 4090 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ext4/extents.c:4084:40: note: byref variable will be forcibly initialized 4084 | struct ext4_extent newex, *ex, ex2; | ^~~ /kisskb/src/fs/ext4/extents.c:4084:28: note: byref variable will be forcibly initialized 4084 | struct ext4_extent newex, *ex, ex2; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4773:32: note: byref variable will be forcibly initialized 4773 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:41: note: byref variable will be forcibly initialized 478 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5959:32: note: byref variable will be forcibly initialized 5959 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6059:32: note: byref variable will be forcibly initialized 6059 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/random.h:8, 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:662:19: note: byref variable will be forcibly initialized 662 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:661:19: note: byref variable will be forcibly initialized 661 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:660:42: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:35: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:28: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:8, 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:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:714:28: note: byref variable will be forcibly initialized 714 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, 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:1155:19: note: byref variable will be forcibly initialized 1155 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1154:28: note: byref variable will be forcibly initialized 1154 | struct drbg_string data1; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1976:28: note: byref variable will be forcibly initialized 1976 | struct drbg_string string; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed_from_random': /kisskb/src/crypto/drbg.c:1095:19: note: byref variable will be forcibly initialized 1095 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1094:28: note: byref variable will be forcibly initialized 1094 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, 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:1388:19: note: byref variable will be forcibly initialized 1388 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1956:28: note: byref variable will be forcibly initialized 1956 | struct drbg_string string; | ^~~~~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_timer1_init': /kisskb/src/sound/drivers/opl3/opl3_lib.c:238:29: note: byref variable will be forcibly initialized 238 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_timer2_init': /kisskb/src/sound/drivers/opl3/opl3_lib.c:259:29: note: byref variable will be forcibly initialized 259 | struct snd_timer_id tid; | ^~~ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_far_parent': /kisskb/src/fs/reiserfs/fix_node.c:1031:24: note: byref variable will be forcibly initialized 1031 | struct cpu_key s_lr_father_key; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:76:18: note: byref variable will be forcibly initialized 76 | XA_STATE(xas, &mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:30: note: byref variable will be forcibly initialized 345 | struct extent_status es; | ^~ /kisskb/src/drivers/regulator/max1586.c: In function 'max1586_pmic_probe': /kisskb/src/drivers/regulator/max1586.c:213:46: note: byref variable will be forcibly initialized 213 | struct max1586_platform_data *pdata, pdata_of; | ^~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1342:46: note: byref variable will be forcibly initialized 1342 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1314:27: note: byref variable will be forcibly initialized 1314 | struct rsvd_count rc; | ^~ /kisskb/src/fs/ext4/extents_status.c:1309:30: note: byref variable will be forcibly initialized 1309 | struct extent_status orig_es; | ^~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:30: 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:30: note: byref variable will be forcibly initialized 885 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1988:30: note: byref variable will be forcibly initialized 1988 | struct extent_status newes; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8810.c:11: /kisskb/src/sound/pci/au88x0/au8810.c: In function 'remove_ctl': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:16:32: note: byref variable will be forcibly initialized 16 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/au88x0/au8810.c: In function 'snd_vortex_mixer': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:26:34: note: byref variable will be forcibly initialized 26 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cnew': /kisskb/src/sound/pci/ac97/ac97_codec.c:1158:33: note: byref variable will be forcibly initialized 1158 | struct snd_kcontrol_new template; | ^~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'ctl_find': /kisskb/src/sound/pci/ac97/ac97_codec.c:2677:32: note: byref variable will be forcibly initialized 2677 | struct snd_ctl_elem_id sid; | ^~~ In file included from /kisskb/src/sound/pci/ac97/ac97_codec.c:24: /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_find_mixer_ctl': /kisskb/src/sound/pci/ac97/ac97_patch.c:3434:32: note: byref variable will be forcibly initialized 3434 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/drivers/pci/controller/pci-host-common.c: In function 'gen_pci_init': /kisskb/src/drivers/pci/controller/pci-host-common.c:27:25: note: byref variable will be forcibly initialized 27 | struct resource cfgres; | ^~~~~~ In file included from /kisskb/src/sound/pci/ac97/ac97_codec.c:24: /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'reset_tlv': /kisskb/src/sound/pci/ac97/ac97_patch.c:44:32: note: byref variable will be forcibly initialized 44 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_remove_ctl': /kisskb/src/sound/pci/ac97/ac97_codec.c:2668:32: note: byref variable will be forcibly initialized 2668 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:15: note: byref variable will be forcibly initialized 59 | be128 k; | ^ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cvol_new': /kisskb/src/sound/pci/ac97/ac97_codec.c:1252:41: note: byref variable will be forcibly initialized 1252 | struct snd_kcontrol_new tmp = AC97_SINGLE(name, reg, 0, lo_max, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1247:41: note: byref variable will be forcibly initialized 1247 | struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cmute_new_stereo': /kisskb/src/sound/pci/ac97/ac97_codec.c:1194:41: note: byref variable will be forcibly initialized 1194 | struct snd_kcontrol_new tmp = AC97_SINGLE(name, reg, 15, 1, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1188:41: note: byref variable will be forcibly initialized 1188 | struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1); | ^~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_write': /kisskb/src/sound/drivers/opl3/opl3_synth.c:190:26: note: byref variable will be forcibly initialized 190 | struct sbi_patch inst; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_ioctl': /kisskb/src/sound/drivers/opl3/opl3_synth.c:137:49: note: byref variable will be forcibly initialized 137 | struct snd_dm_fm_params params; | ^~~~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:126:48: note: byref variable will be forcibly initialized 126 | struct snd_dm_fm_voice voice; | ^~~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:115:47: note: byref variable will be forcibly initialized 115 | struct snd_dm_fm_note note; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:92:47: note: byref variable will be forcibly initialized 92 | struct snd_dm_fm_info info; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_seq.c: In function 'snd_opl3_synth_create_port': /kisskb/src/sound/drivers/opl3/opl3_seq.c:163:38: note: byref variable will be forcibly initialized 163 | struct snd_seq_port_callback callbacks; | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-xilinx.c: In function 'xilinx_pcie_parse_dt': /kisskb/src/drivers/pci/controller/pcie-xilinx.c:534:25: note: byref variable will be forcibly initialized 534 | struct resource regs; | ^~~~ In file included from /kisskb/src/sound/pci/au88x0/au8830.c:12: /kisskb/src/sound/pci/au88x0/au8830.c: In function 'remove_ctl': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:16:32: note: byref variable will be forcibly initialized 16 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/au88x0/au8830.c: In function 'snd_vortex_mixer': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:26:34: note: byref variable will be forcibly initialized 26 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_pin': /kisskb/src/kernel/bpf/inode.c:443:21: note: byref variable will be forcibly initialized 443 | struct path path; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_get': /kisskb/src/kernel/bpf/inode.c:502:21: note: byref variable will be forcibly initialized 502 | struct path path; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_parse_param': /kisskb/src/kernel/bpf/inode.c:647:32: note: byref variable will be forcibly initialized 647 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_prog_get_type_path': /kisskb/src/kernel/bpf/inode.c:589:21: note: byref variable will be forcibly initialized 589 | struct path path; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidia_set_fbinfo': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1106:29: note: byref variable will be forcibly initialized 1106 | struct fb_videomode modedb; | ^~~~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:32: note: byref variable will be forcibly initialized 202 | struct fs_parse_result result; | ^~~~~~ 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:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:51: /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_waitforvblank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1787:15: note: in expansion of macro 'wait_event_interruptible_timeout' 1787 | ret = wait_event_interruptible_timeout(vbl->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_check_var': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1538:23: note: byref variable will be forcibly initialized 1538 | union aty_pll pll; | ^~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1537:21: note: byref variable will be forcibly initialized 1537 | struct crtc crtc; | ^~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_sync_fs': /kisskb/src/fs/reiserfs/super.c:69:44: note: byref variable will be forcibly initialized 69 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_init': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2364:34: note: byref variable will be forcibly initialized 2364 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_dirty_inode': /kisskb/src/fs/reiserfs/super.c:694:44: note: byref variable will be forcibly initialized 694 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'find_hash_out': /kisskb/src/fs/reiserfs/super.c:1730:35: note: byref variable will be forcibly initialized 1730 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/super.c:1728:24: note: byref variable will be forcibly initialized 1728 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link_only': /kisskb/src/fs/reiserfs/super.c:196:44: 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:44: note: byref variable will be forcibly initialized 591 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_freeze': /kisskb/src/fs/reiserfs/super.c:149:44: note: byref variable will be forcibly initialized 149 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'add_save_link': /kisskb/src/fs/reiserfs/super.c:435:26: note: byref variable will be forcibly initialized 435 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/super.c:434:24: note: byref variable will be forcibly initialized 434 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link': /kisskb/src/fs/reiserfs/super.c:513:29: note: byref variable will be forcibly initialized 513 | struct reiserfs_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c:512:44: note: byref variable will be forcibly initialized 512 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'finish_unfinished': /kisskb/src/fs/reiserfs/super.c:229:44: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:229:29: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:37: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:24: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_fill_super': /kisskb/src/fs/reiserfs/super.c:1898:35: note: byref variable will be forcibly initialized 1898 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/super.c:1893:44: note: byref variable will be forcibly initialized 1893 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:32: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:32: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_remount': /kisskb/src/fs/reiserfs/super.c:1432:44: note: byref variable will be forcibly initialized 1432 | struct reiserfs_transaction_handle th; | ^~ In file included from /kisskb/src/drivers/video/of_display_timing.c:10: /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/crypto/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:31: note: byref variable will be forcibly initialized 155 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:31: note: byref variable will be forcibly initialized 35 | const zstd_parameters params = zstd_params(); | ^~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.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/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/kernel/bpf/bpf_iter.c:499:5: note: userspace variable will be forcibly initialized 499 | int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:499:5: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:508:18: note: userspace variable will be forcibly initialized 508 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:504:34: note: byref variable will be forcibly initialized 504 | union bpf_iter_link_info linfo; | ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:502:32: note: byref variable will be forcibly initialized 502 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1373:26: note: byref variable will be forcibly initialized 1373 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_regulators_register': /kisskb/src/drivers/regulator/max20086-regulator.c:110:41: note: byref variable will be forcibly initialized 110 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/kernel/bpf/map_iter.c: In function '__bpf_map_seq_show': /kisskb/src/kernel/bpf/map_iter.c:47:30: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/map_iter.c:46:34: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_map ctx; | ^~~ 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:27: note: byref variable will be forcibly initialized 118 | struct timespec64 ts; | ^~ /kisskb/src/kernel/acct.c: In function 'check_free_space': /kisskb/src/kernel/acct.c:102:24: note: byref variable will be forcibly initialized 102 | struct kstatfs sbuf; | ^~~~ /kisskb/src/kernel/acct.c: In function 'do_acct_process': /kisskb/src/kernel/acct.c:472:16: note: byref variable will be forcibly initialized 472 | acct_t ac; | ^~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_event_ctl': /kisskb/src/drivers/pci/switch/switchtec.c:1077:42: note: byref variable will be forcibly initialized 1077 | struct switchtec_ioctl_event_ctl ctl; | ^~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_pff_to_port': /kisskb/src/drivers/pci/switch/switchtec.c:1123:41: note: byref variable will be forcibly initialized 1123 | struct switchtec_ioctl_pff_port p; | ^ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_port_to_pff': /kisskb/src/drivers/pci/switch/switchtec.c:1167:41: note: byref variable will be forcibly initialized 1167 | struct switchtec_ioctl_pff_port 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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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/include/linux/switchtec.h:10, from /kisskb/src/drivers/pci/switch/switchtec.c:7: /kisskb/src/drivers/pci/switch/switchtec.c: In function 'switchtec_dev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:586:22: note: in expansion of macro 'wait_event_interruptible' 586 | rc = wait_event_interruptible(stuser->cmd_comp, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:26: note: byref variable will be forcibly initialized 85 | struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ | ^~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:30: note: byref variable will be forcibly initialized 457 | struct karatsuba_ctx ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_vma_seq_show': /kisskb/src/kernel/bpf/task_iter.c:480:30: note: byref variable will be forcibly initialized 480 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:479:35: note: byref variable will be forcibly initialized 479 | 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:235:30: note: byref variable will be forcibly initialized 235 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:234:36: note: byref variable will be forcibly initialized 234 | 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:94:31: note: byref variable will be forcibly initialized 94 | struct bpf_iter__task ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c:93:30: note: byref variable will be forcibly initialized 93 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/prog_iter.c: In function '__bpf_prog_seq_show': /kisskb/src/kernel/bpf/prog_iter.c:47:30: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/prog_iter.c:46:35: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_prog ctx; | ^~~ /kisskb/src/sound/hda/hdac_controller.c: In function 'snd_hdac_bus_get_response': /kisskb/src/sound/hda/hdac_controller.c:246:28: note: byref variable will be forcibly initialized 246 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:29: note: byref variable will be forcibly initialized 231 | struct fat_cache_id cid; | ^~~ /kisskb/src/fs/fat/cache.c:230:26: note: byref variable will be forcibly initialized 230 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv4UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:386:23: note: byref variable will be forcibly initialized 386 | nv4_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:385:23: note: byref variable will be forcibly initialized 385 | nv4_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv10UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:625:24: note: byref variable will be forcibly initialized 625 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:624:24: note: byref variable will be forcibly initialized 624 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nForceUpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:683:24: note: byref variable will be forcibly initialized 683 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:682:24: note: byref variable will be forcibly initialized 682 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_ioctl': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1690:33: note: byref variable will be forcibly initialized 1690 | struct fb_vblank sisvbblank; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1689:33: note: byref variable will be forcibly initialized 1689 | struct sis_memreq sismemreq; | ^~~~~~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:794:21: note: byref variable will be forcibly initialized 794 | struct path path; | ^~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:193:32: note: byref variable will be forcibly initialized 193 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:691:33: note: byref variable will be forcibly initialized 691 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:558:26: note: byref variable will be forcibly initialized 558 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:470:34: note: byref variable will be forcibly initialized 470 | struct fat_entry fatent, prev_ent; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:470:26: note: byref variable will be forcibly initialized 470 | struct fat_entry fatent, prev_ent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:720:26: note: byref variable will be forcibly initialized 720 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:719:26: note: byref variable will be forcibly initialized 719 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:767:26: note: byref variable will be forcibly initialized 767 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:766:26: note: byref variable will be forcibly initialized 766 | struct fat_entry fatent; | ^~~~~~ In file included from /kisskb/src/drivers/regulator/pwm-regulator.c:18: /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_set_voltage_sel': /kisskb/src/drivers/regulator/pwm-regulator.c:86:26: note: byref variable will be forcibly initialized 86 | struct pwm_state pstate; | ^~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_set_voltage': /kisskb/src/drivers/regulator/pwm-regulator.c:191:26: note: byref variable will be forcibly initialized 191 | struct pwm_state pstate; | ^~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__bpf_hash_map_seq_show': /kisskb/src/kernel/bpf/hashtab.c:1962:30: note: byref variable will be forcibly initialized 1962 | struct bpf_iter_meta meta; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/hda/trace.h:90, from /kisskb/src/sound/hda/trace.c:6: /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_send_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_get_response': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:367:26: note: byref variable will be forcibly initialized 367 | struct list_head extra_pages; | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_unsol_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hdac_stream': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:957:40: note: byref variable will be forcibly initialized 957 | struct pt_regs fixed_regs; | ^~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1063:29: note: byref variable will be forcibly initialized 1063 | struct elf_prstatus prstatus; | ^~~~~~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_copy_dir_entries': /kisskb/src/fs/reiserfs/lbalance.c:70:34: 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:42: note: byref variable will be forcibly initialized 470 | struct item_head n_ih; | ^~~~ /kisskb/src/fs/reiserfs/lbalance.c:434:42: 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:37: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/lbalance.c:719:28: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:129:29: note: byref variable will be forcibly initialized 129 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:343:34: note: byref variable will be forcibly initialized 343 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1263:29: note: byref variable will be forcibly initialized 1263 | 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:1278:29: note: byref variable will be forcibly initialized 1278 | 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:1304:31: note: byref variable will be forcibly initialized 1304 | struct serial_iso7816 aux; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_iso7816_config': /kisskb/src/drivers/tty/serial/serial_core.c:1322:31: note: byref variable will be forcibly initialized 1322 | struct serial_iso7816 iso7816; | ^~~~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:22: note: byref variable will be forcibly initialized 41 | struct iattr ia; | ^~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1233:28: note: byref variable will be forcibly initialized 1233 | struct uart_icount cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_wait_modem_status': /kisskb/src/drivers/tty/serial/serial_core.c:1176:35: note: byref variable will be forcibly initialized 1176 | struct uart_icount cprev, cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1176:28: note: byref variable will be forcibly initialized 1176 | struct uart_icount cprev, cnow; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_reg_shift_show': /kisskb/src/drivers/tty/serial/serial_core.c:2751:30: note: byref variable will be forcibly initialized 2751 | 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:2741:30: note: byref variable will be forcibly initialized 2741 | 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:2731:30: note: byref variable will be forcibly initialized 2731 | 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:2721:30: note: byref variable will be forcibly initialized 2721 | 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:2711:30: note: byref variable will be forcibly initialized 2711 | 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:2701:30: note: byref variable will be forcibly initialized 2701 | 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:2691:30: note: byref variable will be forcibly initialized 2691 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'flags_show': /kisskb/src/drivers/tty/serial/serial_core.c:2681:30: note: byref variable will be forcibly initialized 2681 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'irq_show': /kisskb/src/drivers/tty/serial/serial_core.c:2671:30: note: byref variable will be forcibly initialized 2671 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'port_show': /kisskb/src/drivers/tty/serial/serial_core.c:2657:30: note: byref variable will be forcibly initialized 2657 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'line_show': /kisskb/src/drivers/tty/serial/serial_core.c:2647:30: note: byref variable will be forcibly initialized 2647 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2637:30: note: byref variable will be forcibly initialized 2637 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uartclk_show': /kisskb/src/drivers/tty/serial/serial_core.c:2627:30: note: byref variable will be forcibly initialized 2627 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2057:25: note: byref variable will be forcibly initialized 2057 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_suspend_port': /kisskb/src/drivers/tty/serial/serial_core.c:2154:27: note: byref variable will be forcibly initialized 2154 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_resume_port': /kisskb/src/drivers/tty/serial/serial_core.c:2217:25: note: byref variable will be forcibly initialized 2217 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2216:27: note: byref variable will be forcibly initialized 2216 | struct uart_match match = {uport, drv}; | ^~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:3021:9: note: in expansion of macro 'wait_event' 3021 | wait_event(state->remove_wait, !atomic_read(&state->refcount)); | ^~~~~~~~~~ /kisskb/src/fs/ext4/hash.c: In function '__ext4fs_dirhash': /kisskb/src/fs/ext4/hash.c:264:29: note: byref variable will be forcibly initialized 264 | struct qstr qname = QSTR_INIT(name, len); | ^~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function '__bpf_array_map_seq_show': /kisskb/src/kernel/bpf/arraymap.c:561:30: note: byref variable will be forcibly initialized 561 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:88:27: 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:27: note: byref variable will be forcibly initialized 260 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:27: note: byref variable will be forcibly initialized 193 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_left': /kisskb/src/fs/reiserfs/ibalance.c:496:37: note: byref variable will be forcibly initialized 496 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:496:28: 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:37: note: byref variable will be forcibly initialized 537 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:537:28: 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:37: note: byref variable will be forcibly initialized 568 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:568:28: 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:28: 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:37: note: byref variable will be forcibly initialized 612 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:612:28: 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:45: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:1043:36: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:821:26: note: byref variable will be forcibly initialized 821 | struct item_head new_insert_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:812:28: note: byref variable will be forcibly initialized 812 | struct buffer_info bi; | ^~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1614:27: note: byref variable will be forcibly initialized 1614 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/inode.c:1607:37: note: byref variable will be forcibly initialized 1607 | struct fat_bios_param_block bpb; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:213:17: note: in expansion of macro 'wait_event' 213 | wait_event(pci_cfg_wait, !dev->block_cfg_access); | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/max3100.c: In function 'max3100_sr': /kisskb/src/drivers/tty/serial/max3100.c:193:28: note: byref variable will be forcibly initialized 193 | struct spi_message message; | ^~~~~~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_range_down_max': /kisskb/src/kernel/user_namespace.c:273:26: note: byref variable will be forcibly initialized 273 | struct idmap_key key; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_up_max': /kisskb/src/kernel/user_namespace.c:360:26: note: byref variable will be forcibly initialized 360 | struct idmap_key key; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_write': /kisskb/src/kernel/user_namespace.c:925:31: note: byref variable will be forcibly initialized 925 | struct uid_gid_extent extent; | ^~~~~~ /kisskb/src/kernel/user_namespace.c:923:28: note: byref variable will be forcibly initialized 923 | struct uid_gid_map new_map; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:473:26: note: byref variable will be forcibly initialized 473 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:538:26: note: byref variable will be forcibly initialized 538 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1195:32: note: byref variable will be forcibly initialized 1195 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:95:26: note: byref variable will be forcibly initialized 95 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:658:26: note: byref variable will be forcibly initialized 658 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/ext4/inline.c:740:26: note: byref variable will be forcibly initialized 740 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:823:26: note: byref variable will be forcibly initialized 823 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:917:26: note: byref variable will be forcibly initialized 917 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1283:26: note: byref variable will be forcibly initialized 1283 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1362:28: note: byref variable will be forcibly initialized 1362 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1361:33: note: byref variable will be forcibly initialized 1361 | struct ext4_dir_entry_2 fake; | ^~~~ /kisskb/src/fs/ext4/inline.c:1359:26: note: byref variable will be forcibly initialized 1359 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1474:26: note: byref variable will be forcibly initialized 1474 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1598:26: note: byref variable will be forcibly initialized 1598 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1618:26: note: byref variable will be forcibly initialized 1618 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1653:26: note: byref variable will be forcibly initialized 1653 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1702:26: note: byref variable will be forcibly initialized 1702 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1781:26: note: byref variable will be forcibly initialized 1781 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1856:26: note: byref variable will be forcibly initialized 1856 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:2003:26: note: byref variable will be forcibly initialized 2003 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:50:26: 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:26: 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:34: note: byref variable will be forcibly initialized 124 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:240:19: note: byref variable will be forcibly initialized 240 | struct tm tm; | ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:299:27: note: byref variable will be forcibly initialized 299 | struct timespec64 ts; | ^~ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:440:29: note: byref variable will be forcibly initialized 440 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:438:28: note: byref variable will be forcibly initialized 438 | struct orlov_stats stats; | ^~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:527:40: note: byref variable will be forcibly initialized 527 | struct ext4_allocation_request ar; | ^~ 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'search_for_position_by_key': /kisskb/src/fs/reiserfs/stree.c:863:35: note: byref variable will be forcibly initialized 863 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'prepare_for_delete_or_cut': /kisskb/src/fs/reiserfs/stree.c:1079:30: note: byref variable will be forcibly initialized 1079 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_item': /kisskb/src/fs/reiserfs/stree.c:1257:26: note: byref variable will be forcibly initialized 1257 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/reiserfs/stree.c:1256:29: note: byref variable will be forcibly initialized 1256 | 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:1600:24: note: byref variable will be forcibly initialized 1600 | struct cpu_key tail_key; | ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_solid_item': /kisskb/src/fs/reiserfs/stree.c:1412:24: note: byref variable will be forcibly initialized 1412 | struct cpu_key cpu_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1408:29: note: byref variable will be forcibly initialized 1408 | struct tree_balance tb; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_cut_from_item': /kisskb/src/fs/reiserfs/stree.c:1652:29: note: byref variable will be forcibly initialized 1652 | struct tree_balance s_cut_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_do_truncate': /kisskb/src/fs/reiserfs/stree.c:1893:24: note: byref variable will be forcibly initialized 1893 | struct cpu_key s_item_key; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_paste_into_item': /kisskb/src/fs/reiserfs/stree.c:2095:29: note: byref variable will be forcibly initialized 2095 | struct tree_balance s_paste_balance; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_insert_item': /kisskb/src/fs/reiserfs/stree.c:2190:29: note: byref variable will be forcibly initialized 2190 | struct tree_balance s_ins_balance; | ^~~~~~~~~~~~~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:23: note: byref variable will be forcibly initialized 266 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:23: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426:30: 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:30: 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:30: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:336:30: 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:30: note: byref variable will be forcibly initialized 663 | struct cpu_stop_done done; | ^~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:31: 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:29: note: byref variable will be forcibly initialized 165 | struct resource *r, avail; | ^~~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_clip_resource': /kisskb/src/drivers/pci/bus.c:265:25: note: byref variable will be forcibly initialized 265 | struct resource orig_res = *res; | ^~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/inode.c:46: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/kernel/relay.c: In function 'subbuf_splice_actor': /kisskb/src/kernel/relay.c:1128:33: note: byref variable will be forcibly initialized 1128 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3494:30: note: byref variable will be forcibly initialized 3494 | struct extent_status es; | ^~ /kisskb/src/kernel/relay.c: In function 'relay_late_setup_files': /kisskb/src/kernel/relay.c:579:44: note: byref variable will be forcibly initialized 579 | struct rchan_percpu_buf_dispatcher disp; | ^~~~ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:26:28: note: byref variable will be forcibly initialized 26 | struct ext4_extent newext; | ^~~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:418:31: note: byref variable will be forcibly initialized 418 | struct migrate_struct lb; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2545:24: note: byref variable will be forcibly initialized 2545 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2302:24: note: byref variable will be forcibly initialized 2302 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1547:24: note: byref variable will be forcibly initialized 1547 | struct pagevec pvec; | ^~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_notif_sizes': /kisskb/src/kernel/seccomp.c:1932:36: note: byref variable will be forcibly initialized 1932 | struct seccomp_notif_sizes sizes = { | ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'read_actions_logged': /kisskb/src/kernel/seccomp.c:2240:26: note: byref variable will be forcibly initialized 2240 | struct ctl_table table; | ^~~~~ 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/kernel/seccomp.c: In function 'write_actions_logged': /kisskb/src/kernel/seccomp.c:2258:26: note: byref variable will be forcibly initialized 2258 | struct ctl_table table; | ^~~~~ /kisskb/src/fs/ext4/ext4.h:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:586:26: note: byref variable will be forcibly initialized 586 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:853:22: note: byref variable will be forcibly initialized 853 | struct fsmap fm; | ^~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:871:27: note: byref variable will be forcibly initialized 871 | struct fsmap_head head; | ^~~~ /kisskb/src/kernel/utsname_sysctl.c: In function 'proc_do_uts_string': /kisskb/src/kernel/utsname_sysctl.c:35:26: note: byref variable will be forcibly initialized 35 | struct ctl_table uts_table; | ^~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:1015:23: note: byref variable will be forcibly initialized 1015 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4417:33: note: byref variable will be forcibly initialized 4417 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:30: note: byref variable will be forcibly initialized 220 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1397:37: note: byref variable will be forcibly initialized 1397 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1298:44: note: byref variable will be forcibly initialized 1298 | struct ext4_new_group_data input; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1247:36: note: byref variable will be forcibly initialized 1247 | struct move_extent me; | ^~ /kisskb/src/fs/ext4/ioctl.c:1167:34: note: byref variable will be forcibly initialized 1167 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:503:30: note: byref variable will be forcibly initialized 503 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:784:32: note: byref variable will be forcibly initialized 784 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3520:32: note: byref variable will be forcibly initialized 3520 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:837:32: note: byref variable will be forcibly initialized 837 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1691:30: note: byref variable will be forcibly initialized 1691 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1815:32: note: byref variable will be forcibly initialized 1815 | 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:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3936:25: note: in expansion of macro '___wait_var_event' 3936 | error = ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4707:26: note: byref variable will be forcibly initialized 4707 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5219:34: note: byref variable will be forcibly initialized 5219 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_find_form': /kisskb/src/fs/fat/namei_vfat.c:238:30: note: byref variable will be forcibly initialized 238 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3401:32: note: byref variable will be forcibly initialized 3401 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create_shortname': /kisskb/src/fs/fat/namei_vfat.c:338:42: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:338:31: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5892:26: note: byref variable will be forcibly initialized 5892 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'direct2indirect': /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/reiserfs/tail_conversion.c:41:26: note: byref variable will be forcibly initialized 41 | struct item_head ind_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c:35:24: note: byref variable will be forcibly initialized 35 | struct cpu_key end_key; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c:2658:25: note: byref variable will be forcibly initialized 2658 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c:2654:30: note: byref variable will be forcibly initialized 2654 | struct mpage_da_data mpd; | ^~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rename': /kisskb/src/fs/fat/namei_vfat.c:904:27: note: byref variable will be forcibly initialized 904 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:903:41: note: byref variable will be forcibly initialized 903 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:903:30: note: byref variable will be forcibly initialized 903 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rmdir': /kisskb/src/fs/fat/namei_vfat.c:796:30: note: byref variable will be forcibly initialized 796 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_unlink': /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'indirect2direct': /kisskb/src/fs/reiserfs/tail_conversion.c:217:24: note: byref variable will be forcibly initialized 217 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/tail_conversion.c:212:26: note: byref variable will be forcibly initialized 212 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:827:30: note: byref variable will be forcibly initialized 827 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_mkdir': /kisskb/src/fs/fat/namei_vfat.c:855:27: note: byref variable will be forcibly initialized 855 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:854:30: note: byref variable will be forcibly initialized 854 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create': /kisskb/src/fs/fat/namei_vfat.c:765:27: note: byref variable will be forcibly initialized 765 | struct timespec64 ts; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:1980:31: note: byref variable will be forcibly initialized 1980 | struct ext4_io_submit io_submit; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:764:30: note: byref variable will be forcibly initialized 764 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_lookup': /kisskb/src/fs/fat/namei_vfat.c:705:30: note: byref variable will be forcibly initialized 705 | struct fat_slot_info sinfo; | ^~~~~ 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_decode_var': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:972:25: note: byref variable will be forcibly initialized 972 | struct xtimings timings; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:32: note: byref variable will be forcibly initialized 475 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:32: note: byref variable will be forcibly initialized 504 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:32: note: byref variable will be forcibly initialized 545 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_add_entry': /kisskb/src/fs/fat/namei_msdos.c:232:32: 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:27: note: byref variable will be forcibly initialized 437 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:436:41: note: byref variable will be forcibly initialized 436 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c:436:30: 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:30: 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:30: note: byref variable will be forcibly initialized 406 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_mkdir': /kisskb/src/fs/fat/namei_msdos.c:349:27: note: byref variable will be forcibly initialized 349 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:346:30: note: byref variable will be forcibly initialized 346 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_create': /kisskb/src/fs/fat/namei_msdos.c:270:27: note: byref variable will be forcibly initialized 270 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:269:30: note: byref variable will be forcibly initialized 269 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_lookup': /kisskb/src/fs/fat/namei_msdos.c:205:30: note: byref variable will be forcibly initialized 205 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_probe': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:2226:37: note: byref variable will be forcibly initialized 2226 | struct fb_videomode cvt_mode; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_check_dir_empty': /kisskb/src/fs/exfat/namei.c:885:28: note: byref variable will be forcibly initialized 885 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_search_empty_slot': /kisskb/src/fs/exfat/namei.c:208:28: 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:315:32: note: byref variable will be forcibly initialized 315 | struct exfat_hint_femp hint_femp; | ^~~~~~~~~ /kisskb/src/fs/exfat/namei.c:310:28: note: byref variable will be forcibly initialized 310 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_map_cluster': /kisskb/src/fs/exfat/inode.c:110:28: note: byref variable will be forcibly initialized 110 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function '__exfat_rename': /kisskb/src/fs/exfat/namei.c:1292:44: note: byref variable will be forcibly initialized 1292 | struct exfat_chain new_clu_to_free; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1239:44: note: byref variable will be forcibly initialized 1239 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c:1183:31: note: byref variable will be forcibly initialized 1183 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:1181:36: note: byref variable will be forcibly initialized 1181 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1181:28: note: byref variable will be forcibly initialized 1181 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rmdir': /kisskb/src/fs/exfat/namei.c:928:34: note: byref variable will be forcibly initialized 928 | struct exfat_chain cdir, clu_to_free; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:928:28: note: byref variable will be forcibly initialized 928 | struct exfat_chain cdir, clu_to_free; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_unlink': /kisskb/src/fs/exfat/namei.c:775:28: note: byref variable will be forcibly initialized 775 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_add_entry': /kisskb/src/fs/exfat/namei.c:478:28: note: byref variable will be forcibly initialized 478 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c:477:31: note: byref variable will be forcibly initialized 477 | struct exfat_uni_name uniname; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_mkdir': /kisskb/src/fs/exfat/namei.c:841:28: note: byref variable will be forcibly initialized 841 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c:840:32: note: byref variable will be forcibly initialized 840 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_create': /kisskb/src/fs/exfat/namei.c:549:32: note: byref variable will be forcibly initialized 549 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/exfat/namei.c:548:28: note: byref variable will be forcibly initialized 548 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find': /kisskb/src/fs/exfat/namei.c:599:27: note: byref variable will be forcibly initialized 599 | struct exfat_hint hint_opt; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:592:31: note: byref variable will be forcibly initialized 592 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:591:28: note: byref variable will be forcibly initialized 591 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_lookup': /kisskb/src/fs/exfat/namei.c:702:32: note: byref variable will be forcibly initialized 702 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1414:27: note: byref variable will be forcibly initialized 1414 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_seq_groups_show': /kisskb/src/fs/ext4/mballoc.c:2872:11: note: byref variable will be forcibly initialized 2872 | } sg; | ^~ /kisskb/src/fs/ext4/mballoc.c:2864:27: note: byref variable will be forcibly initialized 2864 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/ext4/mballoc.c:3640:27: note: byref variable will be forcibly initialized 3640 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /kisskb/src/fs/ext4/mballoc.c:4252:27: note: byref variable will be forcibly initialized 4252 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4857:27: note: byref variable will be forcibly initialized 4857 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4856:26: note: byref variable will be forcibly initialized 4856 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5273:26: note: byref variable will be forcibly initialized 5273 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5272:27: note: byref variable will be forcibly initialized 5272 | struct ext4_buddy e4b; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:444:31: note: byref variable will be forcibly initialized 444 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_io': /kisskb/src/drivers/pci/probe.c:404:31: note: byref variable will be forcibly initialized 404 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_clear_bb': /kisskb/src/fs/ext4/mballoc.c:5903:27: note: byref variable will be forcibly initialized 5903 | struct ext4_buddy e4b; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:467:31: note: byref variable will be forcibly initialized 467 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:6321:33: note: byref variable will be forcibly initialized 6321 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_work': /kisskb/src/fs/ext4/mballoc.c:3338:26: note: byref variable will be forcibly initialized 3338 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3337:27: note: byref variable will be forcibly initialized 3337 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6412:27: note: byref variable will be forcibly initialized 6412 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/fs/ext4/mballoc.c:2203:33: note: byref variable will be forcibly initialized 2203 | struct ext4_free_extent ex; | ^~ /kisskb/src/drivers/tty/tty_io.c:2627:30: note: byref variable will be forcibly initialized 2627 | struct serial_struct v; | ^ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:183:39: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:183:31: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2385:33: note: byref variable will be forcibly initialized 2385 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2064:33: note: byref variable will be forcibly initialized 2064 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2319:33: note: byref variable will be forcibly initialized 2319 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2170:33: note: byref variable will be forcibly initialized 2170 | struct ext4_free_extent ex = ac->ac_b_ex; | ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1823:31: note: byref variable will be forcibly initialized 1823 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2617:30: note: byref variable will be forcibly initialized 2617 | struct serial_struct v; | ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2563:25: note: byref variable will be forcibly initialized 2563 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2641:27: note: byref variable will be forcibly initialized 2641 | struct ext4_buddy e4b; | ^~~ 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/delay.h:23, 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:889:19: note: byref variable will be forcibly initialized 889 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:3115:25: note: byref variable will be forcibly initialized 3115 | struct resource old_res = *res; | ^~~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'queue_log_writer': /kisskb/src/fs/reiserfs/journal.c:2966:28: note: byref variable will be forcibly initialized 2966 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': 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/delay.h:23, 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:3223:19: note: byref variable will be forcibly initialized 3223 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:700, 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/fs/reiserfs/reiserfs.h:10, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_async_progress_wait': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:954:17: note: in expansion of macro 'wait_var_event_timeout' 954 | wait_var_event_timeout(&j->j_async_throttle, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3695:26: note: byref variable will be forcibly initialized 3695 | struct list_head freed_data_list; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2366:24: note: byref variable will be forcibly initialized 2366 | struct winsize tmp_ws; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgicount': /kisskb/src/drivers/tty/tty_io.c:2586:39: note: byref variable will be forcibly initialized 2586 | struct serial_icounter_struct icount; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4955:27: note: byref variable will be forcibly initialized 4955 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/reiserfs/journal.c: In function 'kupdate_transactions': /kisskb/src/fs/reiserfs/journal.c:1725:29: note: byref variable will be forcibly initialized 1725 | struct buffer_chunk chunk; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:4954:26: note: byref variable will be forcibly initialized 4954 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:6187:27: note: byref variable will be forcibly initialized 6187 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6555:41: note: byref variable will be forcibly initialized 6555 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/reiserfs/journal.c: In function 'write_ordered_buffers': /kisskb/src/fs/reiserfs/journal.c:799:26: note: byref variable will be forcibly initialized 799 | struct list_head tmp; | ^~~ /kisskb/src/fs/reiserfs/journal.c:798:29: note: byref variable will be forcibly initialized 798 | struct buffer_chunk chunk; | ^~~~~ In file included from /kisskb/src/fs/fat/fat_test.c:9: /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_unix2fat_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:176:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 176 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:172:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 172 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:168:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 168 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c: In function 'fat_checksum_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:20:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 20 | KUNIT_EXPECT_EQ(test, fat_checksum("ABCDEFGHA "), (u8)98); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:18:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 18 | KUNIT_EXPECT_EQ(test, fat_checksum("README TXT"), (u8)115); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:16:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 16 | KUNIT_EXPECT_EQ(test, fat_checksum("VMLINUX "), (u8)44); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_fat2unix_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:149:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 149 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:145:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 145 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:134:27: note: byref variable will be forcibly initialized 134 | struct timespec64 ts; | ^~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:2960:9: note: in expansion of macro 'wait_event' 2960 | wait_event(journal->j_join_wait, | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_begin_r': /kisskb/src/fs/reiserfs/journal.c:3032:44: note: byref variable will be forcibly initialized 3032 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_release': /kisskb/src/fs/reiserfs/journal.c:1907:44: note: byref variable will be forcibly initialized 1907 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_flush_old_commits': /kisskb/src/fs/reiserfs/journal.c:3565:44: note: byref variable will be forcibly initialized 3565 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/journal.c: In function '__commit_trans_jl': /kisskb/src/fs/reiserfs/journal.c:3845:44: note: byref variable will be forcibly initialized 3845 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c: In function 'kyrofb_ioctl': /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:591:30: note: byref variable will be forcibly initialized 591 | overlay_viewport_set ol_viewport_set; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:590:24: note: byref variable will be forcibly initialized 590 | overlay_create ol_create; | ^~~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:30: 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:26: note: byref variable will be forcibly initialized 242 | struct list_head unwritten; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/resize.c: In function 'reiserfs_resize': /kisskb/src/fs/reiserfs/resize.c:27:44: note: byref variable will be forcibly initialized 27 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:73:30: note: byref variable will be forcibly initialized 73 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:241:32: note: byref variable will be forcibly initialized 241 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_check_var': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:757:25: note: byref variable will be forcibly initialized 757 | struct par_info hw; | ^~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_set_par': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:861:25: note: byref variable will be forcibly initialized 861 | struct par_info hw; | ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_dir_entry': /kisskb/src/fs/exfat/dir.c:446:27: note: byref variable will be forcibly initialized 446 | struct timespec64 ts = current_time(inode); | ^~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/btf.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_readdir': /kisskb/src/fs/exfat/dir.c:68:31: note: byref variable will be forcibly initialized 68 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/dir.c:67:33: note: byref variable will be forcibly initialized 67 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c:67:28: note: byref variable will be forcibly initialized 67 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_iterate': /kisskb/src/fs/exfat/dir.c:220:32: note: byref variable will be forcibly initialized 220 | struct exfat_dir_entry de; | ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_dir_entry': /kisskb/src/fs/exfat/dir.c:929:32: note: byref variable will be forcibly initialized 929 | struct exfat_hint_femp candi_empty; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:927:28: note: byref variable will be forcibly initialized 927 | struct exfat_chain clu; | ^~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:27:31: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_dir_entries': /kisskb/src/fs/exfat/dir.c:1159:28: note: byref variable will be forcibly initialized 1159 | struct exfat_chain clu; | ^~~ /kisskb/src/kernel/rseq.c: In function 'rseq_ip_fixup': /kisskb/src/kernel/rseq.c:241:24: note: byref variable will be forcibly initialized 241 | struct rseq_cs rseq_cs; | ^~~~~~~ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_for_each_xattr': /kisskb/src/fs/reiserfs/xattr.c:301:52: note: byref variable will be forcibly initialized 301 | struct reiserfs_transaction_handle th; | ^~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.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/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ext4.h:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1258:29: note: byref variable will be forcibly initialized 1258 | struct dx_hash_info h = *hinfo; | ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_ci_compare': /kisskb/src/fs/ext4/namei.c:1339:42: note: byref variable will be forcibly initialized 1339 | const struct fscrypt_str encrypted_name = | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1334:28: note: byref variable will be forcibly initialized 1334 | struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1435:37: note: byref variable will be forcibly initialized 1435 | struct qstr cf = {.name = fname->cf_name.name, | ^~ /kisskb/src/fs/ext4/namei.c:1420:29: note: byref variable will be forcibly initialized 1420 | struct fscrypt_name f; | ^ /kisskb/src/fs/exfat/cache.c: In function 'exfat_get_cluster': /kisskb/src/fs/exfat/cache.c:244:31: note: byref variable will be forcibly initialized 244 | struct exfat_cache_id cid; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1086:44: note: byref variable will be forcibly initialized 1086 | struct fscrypt_str de_name = FSTR_INIT(de->name, | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1023:67: note: byref variable will be forcibly initialized 1023 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1023:28: note: byref variable will be forcibly initialized 1023 | 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:1134:28: note: byref variable will be forcibly initialized 1134 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1126:29: note: byref variable will be forcibly initialized 1126 | struct dx_hash_info hinfo; | ^~~~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_fname_setup_filename': /kisskb/src/fs/ext4/ext4.h:2748:29: note: byref variable will be forcibly initialized 2748 | struct fscrypt_name name; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_fname_prepare_lookup': /kisskb/src/fs/ext4/ext4.h:2767:29: note: byref variable will be forcibly initialized 2767 | struct fscrypt_name name; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1671:30: note: byref variable will be forcibly initialized 1671 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3567:30: note: byref variable will be forcibly initialized 3567 | struct ext4_renament old = *ent; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1691:30: note: byref variable will be forcibly initialized 1691 | struct ext4_filename fname; | ^~~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_calc_relo_insn': /kisskb/src/tools/lib/bpf/relo_core.c:1166:34: note: byref variable will be forcibly initialized 1166 | struct bpf_core_relo_res cand_res; | ^~~~~~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_read_root': /kisskb/src/fs/exfat/super.c:336:28: note: byref variable will be forcibly initialized 336 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2293:30: note: byref variable will be forcibly initialized 2293 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_parse_param': /kisskb/src/fs/exfat/super.c:262:32: note: byref variable will be forcibly initialized 262 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3259:28: note: byref variable will be forcibly initialized 3259 | struct fscrypt_str disk_link; | ^~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:21: note: byref variable will be forcibly initialized 284 | struct path child_path = { | ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:22: 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:21: note: byref variable will be forcibly initialized 31 | struct path path = {.mnt = mnt, .dentry = dir}; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:1009:26: note: byref variable will be forcibly initialized 1009 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_kflag_member': /kisskb/src/kernel/bpf/btf.c:2390:27: note: byref variable will be forcibly initialized 2390 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_member': /kisskb/src/kernel/bpf/btf.c:2365:27: note: byref variable will be forcibly initialized 2365 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_copyarea': /kisskb/src/drivers/video/fbdev/pm2fb.c:1108:28: note: byref variable will be forcibly initialized 1108 | struct fb_copyarea modded; | ^~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1657:41: note: byref variable will be forcibly initialized 1657 | struct ext4_new_flex_group_data flex_gd; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_fillrect': /kisskb/src/drivers/video/fbdev/pm2fb.c:1050:28: note: byref variable will be forcibly initialized 1050 | struct fb_fillrect modded; | ^~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_seq_show_flags': /kisskb/src/kernel/bpf/btf.c:6148:25: note: byref variable will be forcibly initialized 6148 | struct btf_show sseq; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_snprintf_show': /kisskb/src/kernel/bpf/btf.c:6198:34: note: byref variable will be forcibly initialized 6198 | struct btf_show_snprintf ssnprintf; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_get_info_by_fd': /kisskb/src/kernel/bpf/btf.c:6301:29: note: byref variable will be forcibly initialized 6301 | struct bpf_btf_info info; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_new_fd': /kisskb/src/kernel/bpf/btf.c:6248:15: note: userspace variable will be forcibly initialized 6248 | btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6249 | attr->btf_size, attr->btf_log_level, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6250 | u64_to_user_ptr(attr->btf_log_buf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6251 | attr->btf_log_size); | ~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_core_apply': /kisskb/src/kernel/bpf/btf.c:7264:34: note: byref variable will be forcibly initialized 7264 | struct bpf_core_relo_res targ_res; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:353:31: note: byref variable will be forcibly initialized 353 | struct drv_dev_and_id ddi = { drv, dev, id }; | ^~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_msg': /kisskb/src/fs/exfat/misc.c:55:26: note: byref variable will be forcibly initialized 55 | struct va_format vaf; | ^~~ /kisskb/src/fs/exfat/misc.c: In function '__exfat_fs_error': /kisskb/src/fs/exfat/misc.c:30:26: note: byref variable will be forcibly initialized 30 | struct va_format vaf; | ^~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_set_entry_time': /kisskb/src/fs/exfat/misc.c:107:19: note: byref variable will be forcibly initialized 107 | struct tm tm; | ^~ /kisskb/src/fs/exfat/file.c: In function 'exfat_ioctl_fitrim': /kisskb/src/fs/exfat/file.c:357:29: 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:154:35: note: byref variable will be forcibly initialized 154 | struct timespec64 ts; | ^~ /kisskb/src/fs/exfat/file.c:100:28: note: byref variable will be forcibly initialized 100 | struct exfat_chain clu; | ^~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'cs46xx_detect_codec': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2418:34: note: byref variable will be forcibly initialized 2418 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_mixer': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2452:32: note: byref variable will be forcibly initialized 2452 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_create_upcase_table': /kisskb/src/fs/exfat/nls.c:754:28: note: byref variable will be forcibly initialized 754 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncmp': /kisskb/src/fs/unicode/utf8-core.c:23:33: note: byref variable will be forcibly initialized 23 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:23:27: note: byref variable will be forcibly initialized 23 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp': /kisskb/src/fs/unicode/utf8-core.c:49:33: note: byref variable will be forcibly initialized 49 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:49:27: note: byref variable will be forcibly initialized 49 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp_folded': /kisskb/src/fs/unicode/utf8-core.c:79:27: note: byref variable will be forcibly initialized 79 | struct utf8cursor cur1; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold': /kisskb/src/fs/unicode/utf8-core.c:102:27: note: byref variable will be forcibly initialized 102 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold_hash': /kisskb/src/fs/unicode/utf8-core.c:124:27: note: byref variable will be forcibly initialized 124 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_normalize': /kisskb/src/fs/unicode/utf8-core.c:144:27: note: byref variable will be forcibly initialized 144 | struct utf8cursor cur; | ^~~ /kisskb/src/drivers/video/fbdev/pm3fb.c: In function 'pm3fb_copyarea': /kisskb/src/drivers/video/fbdev/pm3fb.c:443:28: note: byref variable will be forcibly initialized 443 | struct fb_copyarea modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/pm3fb.c: In function 'pm3fb_fillrect': /kisskb/src/drivers/video/fbdev/pm3fb.c:379:28: note: byref variable will be forcibly initialized 379 | struct fb_fillrect modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/tdfxfb.c: In function 'tdfxfb_set_par': /kisskb/src/drivers/video/fbdev/tdfxfb.c:551:28: note: byref variable will be forcibly initialized 551 | struct banshee_reg reg; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_tchars': /kisskb/src/drivers/tty/tty_ioctl.c:593:23: note: byref variable will be forcibly initialized 593 | struct tchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_ltchars': /kisskb/src/drivers/tty/tty_ioctl.c:629:24: note: byref variable will be forcibly initialized 629 | struct ltchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_change_softcar': /kisskb/src/drivers/tty/tty_ioctl.c:661:25: note: byref variable will be forcibly initialized 661 | struct ktermios old; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_sgttyb': /kisskb/src/drivers/tty/tty_ioctl.c:496:23: note: byref variable will be forcibly initialized 496 | struct sgttyb tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_tchars': /kisskb/src/drivers/tty/tty_ioctl.c:578:23: note: byref variable will be forcibly initialized 578 | struct tchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_ltchars': /kisskb/src/drivers/tty/tty_ioctl.c:612:24: note: byref variable will be forcibly initialized 612 | struct ltchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_termio': /kisskb/src/drivers/tty/tty_ioctl.c:463:25: note: byref variable will be forcibly initialized 463 | struct ktermios kterm; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:204:19: note: in expansion of macro 'wait_event_interruptible_timeout' 204 | 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:340:25: note: byref variable will be forcibly initialized 340 | struct ktermios old_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_sgttyb': /kisskb/src/drivers/tty/tty_ioctl.c:550:25: note: byref variable will be forcibly initialized 550 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:549:23: note: byref variable will be forcibly initialized 549 | struct sgttyb tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:388:25: note: byref variable will be forcibly initialized 388 | struct ktermios tmp_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_mode_ioctl': /kisskb/src/drivers/tty/tty_ioctl.c:691:25: note: byref variable will be forcibly initialized 691 | struct ktermios kterm; | ^~~~~ /kisskb/src/fs/exfat/balloc.c: In function 'exfat_load_bitmap': /kisskb/src/fs/exfat/balloc.c:99:28: note: byref variable will be forcibly initialized 99 | struct exfat_chain clu; | ^~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c: In function 'vt8623_pci_probe': /kisskb/src/drivers/video/fbdev/vt8623fb.c:658:25: note: byref variable will be forcibly initialized 658 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c:657:31: note: byref variable will be forcibly initialized 657 | struct pci_bus_region bus_reg; | ^~~~~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:27:31: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c: In function 's3_pci_probe': /kisskb/src/drivers/video/fbdev/s3fb.c:1116:25: note: byref variable will be forcibly initialized 1116 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c:1115:31: note: byref variable will be forcibly initialized 1115 | struct pci_bus_region bus_reg; | ^~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio': /kisskb/src/drivers/pci/setup-bus.c:614:31: 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:31: 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:31: note: byref variable will be forcibly initialized 577 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:31: note: byref variable will be forcibly initialized 510 | 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:19: note: byref variable will be forcibly initialized 371 | LIST_HEAD(local_fail_head); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:19: note: byref variable will be forcibly initialized 370 | LIST_HEAD(save_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:19: note: byref variable will be forcibly initialized 498 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:19: note: byref variable will be forcibly initialized 486 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/goldfishfb.c:141:9: note: in expansion of macro 'wait_event_timeout' 141 | wait_event_timeout(fb->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:19: note: byref variable will be forcibly initialized 1760 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:19: note: byref variable will be forcibly initialized 1755 | LIST_HEAD(realloc_head); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:19: note: byref variable will be forcibly initialized 2057 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:19: note: byref variable will be forcibly initialized 2054 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:19: note: byref variable will be forcibly initialized 2130 | LIST_HEAD(failed); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:19: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(added); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:19: note: byref variable will be forcibly initialized 2128 | LIST_HEAD(saved); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:19: note: byref variable will be forcibly initialized 2232 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/ext4.h:2946, from /kisskb/src/fs/ext4/super.c:61: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:381:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 381 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:433:1: note: in expansion of macro 'TRACE_EVENT' 433 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:475:1: note: in expansion of macro 'TRACE_EVENT' 475 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:504:1: note: in expansion of macro 'TRACE_EVENT' 504 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:531:1: note: in expansion of macro 'TRACE_EVENT' 531 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:566:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 566 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidate_folio_op': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:651:1: note: in expansion of macro 'TRACE_EVENT' 651 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:675:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 675 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:720:1: note: in expansion of macro 'TRACE_EVENT' 720 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:747:1: note: in expansion of macro 'TRACE_EVENT' 747 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:770:1: note: in expansion of macro 'TRACE_EVENT' 770 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:796:1: note: in expansion of macro 'TRACE_EVENT' 796 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:817:1: note: in expansion of macro 'TRACE_EVENT' 817 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:857:1: note: in expansion of macro 'TRACE_EVENT' 857 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:899:1: note: in expansion of macro 'TRACE_EVENT' 899 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:930:1: note: in expansion of macro 'TRACE_EVENT' 930 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:957:1: note: in expansion of macro 'TRACE_EVENT' 957 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:980:1: note: in expansion of macro 'TRACE_EVENT' 980 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1001:1: note: in expansion of macro 'TRACE_EVENT' 1001 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1024:1: note: in expansion of macro 'TRACE_EVENT' 1024 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1091:1: note: in expansion of macro 'TRACE_EVENT' 1091 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1131 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1185:1: note: in expansion of macro 'TRACE_EVENT' 1185 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1212:1: note: in expansion of macro 'TRACE_EVENT' 1212 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1247:1: note: in expansion of macro 'TRACE_EVENT' 1247 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1276:1: note: in expansion of macro 'TRACE_EVENT' 1276 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1307:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1307 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1349:1: note: in expansion of macro 'TRACE_EVENT' 1349 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1372:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1372 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1421:1: note: in expansion of macro 'TRACE_EVENT' 1421 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1450:1: note: in expansion of macro 'TRACE_EVENT' 1450 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1475:1: note: in expansion of macro 'TRACE_EVENT' 1475 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1498:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1498 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1535:1: note: in expansion of macro 'TRACE_EVENT' 1535 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1573:1: note: in expansion of macro 'TRACE_EVENT' 1573 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1615:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1615 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1707:1: note: in expansion of macro 'TRACE_EVENT' 1707 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1732:1: note: in expansion of macro 'TRACE_EVENT' 1732 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1752:1: note: in expansion of macro 'TRACE_EVENT' 1752 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1780:1: note: in expansion of macro 'TRACE_EVENT' 1780 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1802:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1802 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1851:1: note: in expansion of macro 'TRACE_EVENT' 1851 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1889:1: note: in expansion of macro 'TRACE_EVENT' 1889 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1918:1: note: in expansion of macro 'TRACE_EVENT' 1918 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1948:1: note: in expansion of macro 'TRACE_EVENT' 1948 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1995:1: note: in expansion of macro 'TRACE_EVENT' 1995 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2039:1: note: in expansion of macro 'TRACE_EVENT' 2039 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2062:1: note: in expansion of macro 'TRACE_EVENT' 2062 | 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/fs/udf/balloc.c: In function 'udf_table_free_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2092:1: note: in expansion of macro 'TRACE_EVENT' 2092 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c:368:39: note: byref variable will be forcibly initialized 368 | struct extent_position oepos, epos; | ^~~~ /kisskb/src/fs/udf/balloc.c:368:32: note: byref variable will be forcibly initialized 368 | struct extent_position oepos, epos; | ^~~~~ /kisskb/src/fs/udf/balloc.c:367:31: note: byref variable will be forcibly initialized 367 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2136 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2178:1: note: in expansion of macro 'TRACE_EVENT' 2178 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2203:1: note: in expansion of macro 'TRACE_EVENT' 2203 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2225:1: note: in expansion of macro 'TRACE_EVENT' 2225 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2255:1: note: in expansion of macro 'TRACE_EVENT' 2255 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2277:1: note: in expansion of macro 'TRACE_EVENT' 2277 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2311:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2311 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2345:1: note: in expansion of macro 'TRACE_EVENT' 2345 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2367:1: note: in expansion of macro 'TRACE_EVENT' 2367 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_prealloc_blocks': /kisskb/src/fs/udf/balloc.c:506:32: note: byref variable will be forcibly initialized 506 | struct extent_position epos; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/fs/udf/balloc.c:505:31: note: byref variable will be forcibly initialized 505 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2392:1: note: in expansion of macro 'TRACE_EVENT' 2392 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2417:1: note: in expansion of macro 'TRACE_EVENT' 2417 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2445:1: note: in expansion of macro 'TRACE_EVENT' 2445 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2481 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2518:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2518 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2553:1: note: in expansion of macro 'TRACE_EVENT' 2553 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2573:1: note: in expansion of macro 'TRACE_EVENT' 2573 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2596:1: note: in expansion of macro 'TRACE_EVENT' 2596 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2621:1: note: in expansion of macro 'TRACE_EVENT' 2621 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_new_block': /kisskb/src/fs/udf/balloc.c:568:38: note: byref variable will be forcibly initialized 568 | struct extent_position epos, goal_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:568:32: note: byref variable will be forcibly initialized 568 | struct extent_position epos, goal_epos; | ^~~~ /kisskb/src/fs/udf/balloc.c:567:37: note: byref variable will be forcibly initialized 567 | struct kernel_lb_addr eloc, goal_eloc; | ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:567:31: note: byref variable will be forcibly initialized 567 | struct kernel_lb_addr eloc, goal_eloc; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2640:1: note: in expansion of macro 'TRACE_EVENT' 2640 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2662:1: note: in expansion of macro 'TRACE_EVENT' 2662 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2688:1: note: in expansion of macro 'TRACE_EVENT' 2688 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2707:1: note: in expansion of macro 'TRACE_EVENT' 2707 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2744:1: note: in expansion of macro 'TRACE_EVENT' 2744 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_dentry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2788 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2831:1: note: in expansion of macro 'TRACE_EVENT' 2831 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2860:1: note: in expansion of macro 'TRACE_EVENT' 2860 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_cleanup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2894:1: note: in expansion of macro 'TRACE_EVENT' 2894 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_update_sb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2920:1: note: in expansion of macro 'TRACE_EVENT' 2920 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:52: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ In file included from /kisskb/src/fs/ext4/super.c:48: /kisskb/src/fs/ext4/super.c: In function 'fsnotify_sb_error': /kisskb/src/include/linux/fsnotify.h:385:32: note: byref variable will be forcibly initialized 385 | struct fs_error_report report = { | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:930:26: note: byref variable will be forcibly initialized 930 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:765:26: note: byref variable will be forcibly initialized 765 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:791:26: note: byref variable will be forcibly initialized 791 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:824:26: note: byref variable will be forcibly initialized 824 | struct va_format vaf; | ^~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:761:30: note: byref variable will be forcibly initialized 761 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_parse_param': /kisskb/src/fs/ext4/super.c:2375:29: note: byref variable will be forcibly initialized 2375 | struct path path; | ^~~~ /kisskb/src/fs/ext4/super.c:2186:32: note: byref variable will be forcibly initialized 2186 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2526:29: note: byref variable will be forcibly initialized 2526 | struct fs_parameter param; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:960:26: note: byref variable will be forcibly initialized 960 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:977:26: note: byref variable will be forcibly initialized 977 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:999:26: note: byref variable will be forcibly initialized 999 | struct va_format vaf; | ^~~ 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:726:26: note: byref variable will be forcibly initialized 726 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:980:26: note: byref variable will be forcibly initialized 980 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1343:40: note: byref variable will be forcibly initialized 1343 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:580:26: note: byref variable will be forcibly initialized 580 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:35: note: byref variable will be forcibly initialized 273 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:1848:34: note: byref variable will be forcibly initialized 1848 | struct ext4_xattr_search s_copy = bs->s; | ^~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2273:32: note: byref variable will be forcibly initialized 2273 | struct ext4_xattr_info i = { | ^ /kisskb/src/lib/lockref.c: In function 'lockref_get': /kisskb/src/lib/lockref.c:44:6: note: byref variable will be forcibly initialized 44 | void lockref_get(struct lockref *lockref) | ^~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_get_not_zero': /kisskb/src/lib/lockref.c:63:5: note: byref variable will be forcibly initialized 63 | int lockref_get_not_zero(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_put_not_zero': /kisskb/src/lib/lockref.c:91:5: note: byref variable will be forcibly initialized 91 | int lockref_put_not_zero(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_get_or_lock': /kisskb/src/lib/lockref.c:120:5: note: byref variable will be forcibly initialized 120 | int lockref_get_or_lock(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_put_return': /kisskb/src/lib/lockref.c:146:5: note: byref variable will be forcibly initialized 146 | int lockref_put_return(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_put_or_lock': /kisskb/src/lib/lockref.c:164:5: note: byref variable will be forcibly initialized 164 | int lockref_put_or_lock(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/lockref.c: In function 'lockref_get_not_dead': /kisskb/src/lib/lockref.c:199:5: note: byref variable will be forcibly initialized 199 | int lockref_get_not_dead(struct lockref *lockref) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:63:28: 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:116:28: note: byref variable will be forcibly initialized 116 | struct gfs2_holder gh; | ^~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:30: 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:30: note: byref variable will be forcibly initialized 87 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1451:18: note: byref variable will be forcibly initialized 1451 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1489:18: note: byref variable will be forcibly initialized 1489 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 1535 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1601:18: note: byref variable will be forcibly initialized 1601 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1638:18: note: byref variable will be forcibly initialized 1638 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_store_range': /kisskb/src/lib/xarray.c:1714:18: note: byref variable will be forcibly initialized 1714 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_order': /kisskb/src/lib/xarray.c:1756:18: note: byref variable will be forcibly initialized 1756 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1808:18: note: byref variable will be forcibly initialized 1808 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:18: note: byref variable will be forcibly initialized 1895 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:18: note: byref variable will be forcibly initialized 1913 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 1935 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 2009 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 2156 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | 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:18: note: byref variable will be forcibly initialized 2202 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/sort.c: In function 'sort': /kisskb/src/lib/sort.c:285:24: note: byref variable will be forcibly initialized 285 | struct wrapper w = { | ^ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:537:32: note: byref variable will be forcibly initialized 537 | 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:284:36: note: byref variable will be forcibly initialized 284 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/pci/of.c:283:29: note: byref variable will be forcibly initialized 283 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/pci/of.c:281:31: note: byref variable will be forcibly initialized 281 | struct resource *res, tmp_res; | ^~~~~~~ /kisskb/src/drivers/regulator/tps6524x-regulator.c: In function '__read_reg': /kisskb/src/drivers/regulator/tps6524x-regulator.c:147:28: note: byref variable will be forcibly initialized 147 | struct spi_message m; | ^ /kisskb/src/drivers/regulator/tps6524x-regulator.c: In function '__write_reg': /kisskb/src/drivers/regulator/tps6524x-regulator.c:200:28: note: byref variable will be forcibly initialized 200 | struct spi_message m; | ^ 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:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:714:22: note: byref variable will be forcibly initialized 714 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:394:25: note: byref variable will be forcibly initialized 394 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:393:22: note: byref variable will be forcibly initialized 393 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:392:22: note: byref variable will be forcibly initialized 392 | 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:497:25: note: byref variable will be forcibly initialized 497 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:496:22: note: byref variable will be forcibly initialized 496 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:495:22: note: byref variable will be forcibly initialized 495 | struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; | ^~~ 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:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c:743:30: note: userspace variable will be forcibly initialized 743 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:902:25: note: byref variable will be forcibly initialized 902 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:919:25: note: byref variable will be forcibly initialized 919 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:398:21: note: byref variable will be forcibly initialized 398 | struct path path; | ^~~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:423:25: note: byref variable will be forcibly initialized 423 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:422:22: note: byref variable will be forcibly initialized 422 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:418:21: note: byref variable will be forcibly initialized 418 | struct kvec iov = { | ^~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:486:21: note: byref variable will be forcibly initialized 486 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:534:21: note: byref variable will be forcibly initialized 534 | struct path path; | ^~~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:519:25: note: byref variable will be forcibly initialized 519 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:518:22: note: byref variable will be forcibly initialized 518 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:514:21: note: byref variable will be forcibly initialized 514 | struct kvec iov = { | ^~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:43:22: note: byref variable will be forcibly initialized 43 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:125:21: note: byref variable will be forcibly initialized 125 | struct path path; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1391:25: note: byref variable will be forcibly initialized 1391 | struct in6_addr in6; | ^~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:569:22: note: byref variable will be forcibly initialized 569 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:615:21: note: byref variable will be forcibly initialized 615 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:648:22: note: byref variable will be forcibly initialized 648 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:694:21: note: byref variable will be forcibly initialized 694 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1200:27: note: byref variable will be forcibly initialized 1200 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1252:25: note: byref variable will be forcibly initialized 1252 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1154:25: note: byref variable will be forcibly initialized 1154 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1153:27: note: byref variable will be forcibly initialized 1153 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1189:25: note: byref variable will be forcibly initialized 1189 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1188:27: note: byref variable will be forcibly initialized 1188 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1228:25: note: byref variable will be forcibly initialized 1228 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1930:19: note: byref variable will be forcibly initialized 1930 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1929:25: note: byref variable will be forcibly initialized 1929 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:28: note: byref variable will be forcibly initialized 363 | struct gxt4500_par par; | ^~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:34: note: byref variable will be forcibly initialized 621 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/udf/dir.c: In function 'udf_readdir': /kisskb/src/fs/udf/dir.c:55:31: note: byref variable will be forcibly initialized 55 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/dir.c:45:30: note: byref variable will be forcibly initialized 45 | struct fileIdentDesc cfi; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2270, from /kisskb/src/fs/btrfs/super.c:52: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_transaction_commit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:205:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 205 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_get_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:283:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 283 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_handle_em_exist': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:333:1: note: in expansion of macro 'TRACE_EVENT' 333 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__ordered_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:515:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 515 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__writepage': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:599:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 599 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_writepage_end_io_hook': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:656:1: note: in expansion of macro 'TRACE_EVENT' 656 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io': /kisskb/src/drivers/pci/quirks.c:508:31: note: byref variable will be forcibly initialized 508 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io_region': /kisskb/src/drivers/pci/quirks.c:558:31: note: byref variable will be forcibly initialized 558 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sync_file': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:685:1: note: in expansion of macro 'TRACE_EVENT' 685 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sync_fs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:717:1: note: in expansion of macro 'TRACE_EVENT' 717 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_add_block_group': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:734:1: note: in expansion of macro 'TRACE_EVENT' 734 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_tree_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 779 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_data_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:842:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 842 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_ref_head': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:909:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 909 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:968:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 968 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_cow_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1018:1: note: in expansion of macro 'TRACE_EVENT' 1018 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_space_reservation': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1053:1: note: in expansion of macro 'TRACE_EVENT' 1053 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1053:1: note: in expansion of macro 'TRACE_EVENT' 1053 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_trigger_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1079:1: note: in expansion of macro 'TRACE_EVENT' 1079 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1079:1: note: in expansion of macro 'TRACE_EVENT' 1079 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:29: note: byref variable will be forcibly initialized 269 | struct path this; | ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_flush_space': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1110:1: note: in expansion of macro 'TRACE_EVENT' 1110 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__reserved_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1142 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:11: note: byref variable will be forcibly initialized 86 | } pkt; | ^~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_find_free_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1178:1: note: in expansion of macro 'TRACE_EVENT' 1178 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:9: 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:21: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__reserve_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1206:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1206 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_find_cluster': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1252:1: note: in expansion of macro 'TRACE_EVENT' 1252 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_failed_cluster_setup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_setup_cluster': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1302:1: note: in expansion of macro 'TRACE_EVENT' 1302 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_alloc_extent_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1338:1: note: in expansion of macro 'TRACE_EVENT' 1338 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_free_extent_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1361:1: note: in expansion of macro 'TRACE_EVENT' 1361 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__work__done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1415:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1415 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__qgroup_rsv_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1522 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_qgroup_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1572:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1572 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_num_dirty_extents': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1608:1: note: in expansion of macro 'TRACE_EVENT' 1608 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_qgroup_account_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1629:1: note: in expansion of macro 'TRACE_EVENT' 1629 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_update_counters': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1662:1: note: in expansion of macro 'TRACE_EVENT' 1662 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_update_reserve': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1691:1: note: in expansion of macro 'TRACE_EVENT' 1691 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_reserve': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1717:1: note: in expansion of macro 'TRACE_EVENT' 1717 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_convert': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1740:1: note: in expansion of macro 'TRACE_EVENT' 1740 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_free_all_pertrans': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1763:1: note: in expansion of macro 'TRACE_EVENT' 1763 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__prelim_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1788 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_inode_mod_outstanding_extents': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1845:1: note: in expansion of macro 'TRACE_EVENT' 1845 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__block_group': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1867:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1867 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_set_extent_bit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1921:1: note: in expansion of macro 'TRACE_EVENT' 1921 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_clear_extent_bit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1960:1: note: in expansion of macro 'TRACE_EVENT' 1960 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_convert_extent_bit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1999:1: note: in expansion of macro 'TRACE_EVENT' 1999 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_reserve_ticket': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2115:1: note: in expansion of macro 'TRACE_EVENT' 2115 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_locking_events': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2188:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2188 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__space_info_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2228 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_mount_busy': /kisskb/src/fs/autofs/expire.c:33:21: note: byref variable will be forcibly initialized 33 | struct path path = {.mnt = mnt, .dentry = dentry}; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:44: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:37: 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:35: note: byref variable will be forcibly initialized 588 | const struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__file_extent_item_regular': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__file_extent_item_inline': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 425 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1380:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1380 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__workqueue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1460 | DECLARE_EVENT_CLASS(btrfs__workqueue, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1460 | DECLARE_EVENT_CLASS(btrfs__workqueue, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__workqueue_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(btrfs__workqueue_done, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_dump_space_info': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2041:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2041 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sleep_tree_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2144 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/orphan.c:8: /kisskb/src/fs/ext4/orphan.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/orphan.c:103:26: note: byref variable will be forcibly initialized 103 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/orphan.c:285:34: note: byref variable will be forcibly initialized 285 | struct ext4_iloc iloc2; | ^~~~~ /kisskb/src/fs/ext4/orphan.c:233:26: note: byref variable will be forcibly initialized 233 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:93: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/super.c:6: /kisskb/src/fs/btrfs/super.c: In function 'btrfs_remount_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:1926:17: note: in expansion of macro 'wait_event' 1926 | wait_event(fs_info->transaction_wait, | ^~~~~~~~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/fs/btrfs/super.c: In function 'get_default_subvol_objectid': /kisskb/src/fs/btrfs/super.c:1365:26: note: byref variable will be forcibly initialized 1365 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_printk': /kisskb/src/fs/btrfs/super.c:267:26: note: byref variable will be forcibly initialized 267 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/super.c: In function '__btrfs_handle_fs_error': /kisskb/src/fs/btrfs/super.c:192:34: note: byref variable will be forcibly initialized 192 | struct va_format vaf; | ^~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_write_failed': /kisskb/src/drivers/tty/tty_ldsem.c:232:29: 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:29: note: byref variable will be forcibly initialized 158 | struct ldsem_waiter waiter; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_get_subvol_name_from_objectid': /kisskb/src/fs/btrfs/super.c:1245:26: note: byref variable will be forcibly initialized 1245 | struct btrfs_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/sound/pci/hda/hda_bind.c:8: /kisskb/src/sound/pci/hda/hda_bind.c: In function 'snd_power_sync_ref': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/include/sound/core.h:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(card->power_ref_sleep, !atomic_read(&card->power_ref)); | ^~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_bind.c: In function 'hda_codec_driver_remove': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_bind.c:163:9: note: in expansion of macro 'wait_event' 163 | wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref)); | ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_hole_size': /kisskb/src/fs/gfs2/bmap.c:588:25: note: byref variable will be forcibly initialized 588 | struct metapath clone; | ^~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'punch_hole': /kisskb/src/fs/gfs2/bmap.c:1709:28: note: byref variable will be forcibly initialized 1709 | struct gfs2_holder rd_gh; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'tl_to_darg': /kisskb/src/fs/ext4/fast_commit.c:1348:36: note: byref variable will be forcibly initialized 1348 | struct ext4_fc_dentry_info fcd; | ^~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_probe': /kisskb/src/drivers/video/fbdev/simplefb.c:411:32: note: byref variable will be forcibly initialized 411 | struct simplefb_params params; | ^~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_begin_write': /kisskb/src/fs/gfs2/bmap.c:1011:41: note: byref variable will be forcibly initialized 1011 | struct gfs2_alloc_parms ap = {}; | ^~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/ext4/ext4.h:22, 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:982:37: note: byref variable will be forcibly initialized 982 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:982:25: note: in expansion of macro 'DEFINE_WAIT' 982 | 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:2447:11: note: byref variable will be forcibly initialized 2447 | } desc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:808:27: note: byref variable will be forcibly initialized 808 | 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:829:27: note: byref variable will be forcibly initialized 829 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:828:36: note: byref variable will be forcibly initialized 828 | 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:770:29: note: byref variable will be forcibly initialized 770 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:769:27: note: byref variable will be forcibly initialized 769 | 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:905:34: note: byref variable will be forcibly initialized 905 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:904:34: note: byref variable will be forcibly initialized 904 | struct ext4_fc_add_range fc_ext; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:903:32: note: byref variable will be forcibly initialized 903 | 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:861:27: note: byref variable will be forcibly initialized 861 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:860:30: note: byref variable will be forcibly initialized 860 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:859:26: note: byref variable will be forcibly initialized 859 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1101:25: note: byref variable will be forcibly initialized 1101 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1099:29: note: byref variable will be forcibly initialized 1099 | struct ext4_fc_head head; | ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_map_journal_extents': /kisskb/src/fs/gfs2/bmap.c:2243:28: note: byref variable will be forcibly initialized 2243 | struct buffer_head bh; | ^~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_write_alloc_required': /kisskb/src/fs/gfs2/bmap.c:2299:28: note: byref variable will be forcibly initialized 2299 | struct buffer_head bh; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1897:32: note: byref variable will be forcibly initialized 1897 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1462:33: note: byref variable will be forcibly initialized 1462 | 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:1365:33: note: byref variable will be forcibly initialized 1365 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1364:21: note: byref variable will be forcibly initialized 1364 | struct qstr entry; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1718:32: note: byref variable will be forcibly initialized 1718 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1713:28: note: byref variable will be forcibly initialized 1713 | struct ext4_extent newex, *ex; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c:1712:34: note: byref variable will be forcibly initialized 1712 | struct ext4_fc_add_range fc_add_ex; | ^~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1619:33: note: byref variable will be forcibly initialized 1619 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1836:32: note: byref variable will be forcibly initialized 1836 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1835:34: note: byref variable will be forcibly initialized 1835 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1518:26: note: byref variable will be forcibly initialized 1518 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1514:30: note: byref variable will be forcibly initialized 1514 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:482:43: note: byref variable will be forcibly initialized 482 | 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:511:43: note: byref variable will be forcibly initialized 511 | 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:540:43: note: byref variable will be forcibly initialized 540 | 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:638:35: note: byref variable will be forcibly initialized 638 | struct __track_range_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_scan': /kisskb/src/fs/ext4/fast_commit.c:2005:29: note: byref variable will be forcibly initialized 2005 | struct ext4_fc_head head; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2003:29: note: byref variable will be forcibly initialized 2003 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2002:27: note: byref variable will be forcibly initialized 2002 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:2001:34: note: byref variable will be forcibly initialized 2001 | struct ext4_fc_add_range ext; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay': /kisskb/src/fs/ext4/fast_commit.c:2118:29: note: byref variable will be forcibly initialized 2118 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2114:27: note: byref variable will be forcibly initialized 2114 | struct ext4_fc_tl tl; | ^~ /kisskb/src/sound/pci/cs46xx/dsp_spos.c: In function 'cs46xx_dsp_async_init': /kisskb/src/sound/pci/cs46xx/dsp_spos.c:1530:50: note: byref variable will be forcibly initialized 1530 | struct dsp_async_codec_input_scb async_codec_input_scb = { | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos.c:1505:38: note: byref variable will be forcibly initialized 1505 | struct dsp_spdifiscb spdifi_scb = { | ^~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos.c:1476:38: note: byref variable will be forcibly initialized 1476 | struct dsp_spdifoscb spdifo_scb = { | ^~~~~~~~~~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_get': /kisskb/src/drivers/pci/vgaarb.c:427:28: note: byref variable will be forcibly initialized 427 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/layla20.c:49: /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/layla20.c:102: /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:33: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:21: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:508:21: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:425:21: note: byref variable will be forcibly initialized 425 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:29: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:259:21: note: byref variable will be forcibly initialized 259 | struct path path; | ^~~~ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_session': /kisskb/src/fs/udf/lowlevel.c:31:35: note: byref variable will be forcibly initialized 31 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/drivers/tty/pty.c: In function 'ptm_open_peer': /kisskb/src/drivers/tty/pty.c:617:21: note: byref variable will be forcibly initialized 617 | struct path path; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_find_entry': /kisskb/src/fs/udf/namei.c:176:31: note: byref variable will be forcibly initialized 176 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'empty_dir': /kisskb/src/fs/udf/namei.c:731:31: note: byref variable will be forcibly initialized 731 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c:727:33: note: byref variable will be forcibly initialized 727 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:726:35: note: byref variable will be forcibly initialized 726 | struct fileIdentDesc *fi, cfi; | ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_get_parent': /kisskb/src/fs/udf/namei.c:1225:33: note: byref variable will be forcibly initialized 1225 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:1224:30: note: byref variable will be forcibly initialized 1224 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/namei.c:1222:31: note: byref variable will be forcibly initialized 1222 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_nfs_get_inode': /kisskb/src/fs/udf/namei.c:1247:31: note: byref variable will be forcibly initialized 1247 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_lookup': /kisskb/src/fs/udf/namei.c:314:39: note: byref variable will be forcibly initialized 314 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/namei.c:303:33: note: byref variable will be forcibly initialized 303 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:302:30: note: byref variable will be forcibly initialized 302 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_entry': /kisskb/src/fs/udf/namei.c:342:31: note: byref variable will be forcibly initialized 342 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rmdir': /kisskb/src/fs/udf/namei.c:798:35: note: byref variable will be forcibly initialized 798 | struct fileIdentDesc *fi, cfi; | ^~~ /kisskb/src/fs/udf/namei.c:797:33: note: byref variable will be forcibly initialized 797 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_unlink': /kisskb/src/fs/udf/namei.c:844:30: note: byref variable will be forcibly initialized 844 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/namei.c:842:33: note: byref variable will be forcibly initialized 842 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rename': /kisskb/src/fs/udf/namei.c:1084:36: note: byref variable will be forcibly initialized 1084 | struct fileIdentDesc ocfi, ncfi; | ^~~~ /kisskb/src/fs/udf/namei.c:1084:30: note: byref variable will be forcibly initialized 1084 | struct fileIdentDesc ocfi, ncfi; | ^~~~ /kisskb/src/fs/udf/namei.c:1082:40: note: byref variable will be forcibly initialized 1082 | struct udf_fileident_bh ofibh, nfibh; | ^~~~~ /kisskb/src/fs/udf/namei.c:1082:33: note: byref variable will be forcibly initialized 1082 | struct udf_fileident_bh ofibh, nfibh; | ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_nondir': /kisskb/src/fs/udf/namei.c:585:30: note: byref variable will be forcibly initialized 585 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:584:33: note: byref variable will be forcibly initialized 584 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_symlink': /kisskb/src/fs/udf/namei.c:916:39: note: byref variable will be forcibly initialized 916 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_mkdir': /kisskb/src/fs/udf/namei.c:669:30: note: byref variable will be forcibly initialized 669 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:668:33: note: byref variable will be forcibly initialized 668 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_link': /kisskb/src/fs/udf/namei.c:1042:30: note: byref variable will be forcibly initialized 1042 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:1041:33: note: byref variable will be forcibly initialized 1041 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_read_inode': /kisskb/src/fs/udf/inode.c:1365:47: note: byref variable will be forcibly initialized 1365 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_setup_indirect_aext': /kisskb/src/fs/udf/inode.c:1977:39: note: byref variable will be forcibly initialized 1977 | struct kernel_lb_addr cp_loc; | ^~~~~~ /kisskb/src/fs/udf/inode.c:1932:32: note: byref variable will be forcibly initialized 1932 | struct extent_position nepos; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_expand_dir_adinicb': /kisskb/src/fs/udf/inode.c:340:30: note: byref variable will be forcibly initialized 340 | struct fileIdentDesc cfi, *sfi, *dfi; | ^~~ /kisskb/src/fs/udf/inode.c:337:40: note: byref variable will be forcibly initialized 337 | struct udf_fileident_bh sfibh, dfibh; | ^~~~~ /kisskb/src/fs/udf/inode.c:337:33: note: byref variable will be forcibly initialized 337 | struct udf_fileident_bh sfibh, dfibh; | ^~~~~ /kisskb/src/fs/udf/inode.c:335:32: note: byref variable will be forcibly initialized 335 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/inode.c:333:31: note: byref variable will be forcibly initialized 333 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_end_enable_verity': /kisskb/src/fs/ext4/verity.c:198:26: note: byref variable will be forcibly initialized 198 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_do_extend_file': /kisskb/src/fs/udf/inode.c:542:39: note: byref variable will be forcibly initialized 542 | struct kernel_lb_addr tmploc; | ^~~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_insert_aext': /kisskb/src/fs/udf/inode.c:2230:31: note: byref variable will be forcibly initialized 2230 | struct kernel_lb_addr oeloc; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_delete_aext': /kisskb/src/fs/udf/inode.c:2255:31: note: byref variable will be forcibly initialized 2255 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/inode.c:2250:32: note: byref variable will be forcibly initialized 2250 | struct extent_position oepos; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_update_extents': /kisskb/src/fs/udf/inode.c:1182:31: note: byref variable will be forcibly initialized 1182 | struct kernel_lb_addr tmploc; | ^~~~~~ /kisskb/src/fs/udf/inode.c: In function 'inode_getblk': /kisskb/src/fs/udf/inode.c:698:37: note: byref variable will be forcibly initialized 698 | struct kernel_lb_addr eloc, tmpeloc; | ^~~~~~~ /kisskb/src/fs/udf/inode.c:698:31: note: byref variable will be forcibly initialized 698 | struct kernel_lb_addr eloc, tmpeloc; | ^~~~ /kisskb/src/fs/udf/inode.c:695:53: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/inode.c:695:43: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~ /kisskb/src/fs/udf/inode.c:695:32: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_extend_file': /kisskb/src/fs/udf/inode.c:639:31: note: byref variable will be forcibly initialized 639 | struct kernel_long_ad extent; | ^~~~~~ /kisskb/src/fs/udf/inode.c:631:31: note: byref variable will be forcibly initialized 631 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/inode.c:630:32: note: byref variable will be forcibly initialized 630 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_block_map': /kisskb/src/fs/udf/inode.c:2366:31: note: byref variable will be forcibly initialized 2366 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_getblk': /kisskb/src/fs/udf/inode.c:460:28: note: byref variable will be forcibly initialized 460 | struct buffer_head dummy; | ^~~~~ /kisskb/src/fs/udf/partition.c: In function 'udf_try_read_meta': /kisskb/src/fs/udf/partition.c:285:31: note: byref variable will be forcibly initialized 285 | struct kernel_lb_addr eloc; | ^~~~ 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:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:260:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 260 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:252:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 252 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:44: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:360:21: note: byref variable will be forcibly initialized 360 | struct stat tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:503:23: note: byref variable will be forcibly initialized 503 | struct stat64 tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:587:22: note: byref variable will be forcibly initialized 587 | struct statx tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:448:21: note: byref variable will be forcibly initialized 448 | struct path path; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'find_mixer_ctl': /kisskb/src/sound/pci/hda/hda_codec.c:1650:32: note: byref variable will be forcibly initialized 1650 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:435:22: note: byref variable will be forcibly initialized 435 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:562:22: note: byref variable will be forcibly initialized 562 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:219:21: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:398:22: note: byref variable will be forcibly initialized 398 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:539:22: note: byref variable will be forcibly initialized 539 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:409:22: note: byref variable will be forcibly initialized 409 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:551:22: note: byref variable will be forcibly initialized 551 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:423:22: note: byref variable will be forcibly initialized 423 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:574:22: note: byref variable will be forcibly initialized 574 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:622:22: note: byref variable will be forcibly initialized 622 | struct kstat stat; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function '__snd_hda_add_vmaster': /kisskb/src/sound/pci/hda/hda_codec.c:2032:42: note: byref variable will be forcibly initialized 2032 | struct follower_init_arg arg = { | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:96: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/drivers/tty/nozomi.c: In function 'nozomi_card_exit': /kisskb/src/drivers/tty/nozomi.c:1463:24: note: byref variable will be forcibly initialized 1463 | struct ctrl_ul ctrl; | ^~~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:791:23: note: byref variable will be forcibly initialized 791 | struct region r; | ^ /kisskb/src/drivers/tty/nozomi.c: In function 'receive_flow_control': /kisskb/src/drivers/tty/nozomi.c:874:24: note: byref variable will be forcibly initialized 874 | struct ctrl_dl old_ctrl; | ^~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:873:24: note: byref variable will be forcibly initialized 873 | struct ctrl_dl ctrl_dl; | ^~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'monitor_card': /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:670:23: note: byref variable will be forcibly initialized 670 | struct ptsreq ptsreq; | ^~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:27: /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'terminate_monitor': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:635:9: note: in expansion of macro 'wait_event_interruptible' 635 | wait_event_interruptible(dev->devq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_cm4000_release': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1725:17: note: in expansion of macro 'wait_event' 1725 | wait_event(dev->devq, (link->open == 0)); | ^~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/nozomi.c:32: /kisskb/src/drivers/tty/nozomi.c: In function 'ntty_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:1739:24: note: in expansion of macro 'wait_event_interruptible' 1739 | rval = wait_event_interruptible(port->tty_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:969:13: note: in expansion of macro 'wait_event_interruptible' 969 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:1737:37: note: byref variable will be forcibly initialized 1737 | struct async_icount cprev = port->tty_icount; | ^~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:960:13: note: in expansion of macro 'wait_event_interruptible' 960 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:947:13: note: in expansion of macro 'wait_event_interruptible' 947 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1585:29: note: in expansion of macro 'wait_event_interruptible' 1585 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1573:29: note: in expansion of macro 'wait_event_interruptible' 1573 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1562:39: note: byref variable will be forcibly initialized 1562 | struct ptsreq krnptsreq; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:27: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1542:29: note: in expansion of macro 'wait_event_interruptible' 1542 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1524:29: note: in expansion of macro 'wait_event_interruptible' 1524 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1474:29: note: in expansion of macro 'wait_event_interruptible' 1474 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1113:13: note: in expansion of macro 'wait_event_interruptible' 1113 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1098:13: note: in expansion of macro 'wait_event_interruptible' 1098 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /kisskb/src/fs/udf/truncate.c:70:31: note: byref variable will be forcibly initialized 70 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_discard_prealloc': /kisskb/src/fs/udf/truncate.c:124:31: note: byref variable will be forcibly initialized 124 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /kisskb/src/fs/udf/truncate.c:205:31: note: byref variable will be forcibly initialized 205 | struct kernel_lb_addr eloc, neloc = {}; | ^~~~ /kisskb/src/fs/udf/truncate.c:204:32: note: byref variable will be forcibly initialized 204 | struct extent_position epos; | ^~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:691:27: note: byref variable will be forcibly initialized 691 | struct mmu_gather tlb; | ^~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_info_wrap': /kisskb/src/drivers/char/agp/frontend.c:716:30: note: byref variable will be forcibly initialized 716 | struct agp_kern_info kerninfo; | ^~~~~~~~ /kisskb/src/drivers/char/agp/frontend.c:715:25: note: byref variable will be forcibly initialized 715 | struct agp_info userinfo; | ^~~~~~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_bind_wrap': /kisskb/src/drivers/char/agp/frontend.c:917:25: note: byref variable will be forcibly initialized 917 | struct agp_bind bind_info; | ^~~~~~~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_unbind_wrap': /kisskb/src/drivers/char/agp/frontend.c:935:27: note: byref variable will be forcibly initialized 935 | struct agp_unbind unbind; | ^~~~~~ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:2011:29: note: userspace variable will be forcibly initialized 2011 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:2010:29: note: userspace variable will be forcibly initialized 2010 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:2021:29: note: userspace variable will be forcibly initialized 2021 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:2020:29: note: userspace variable will be forcibly initialized 2020 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function '__do_sys_execveat': /kisskb/src/fs/exec.c:2020:29: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:2021:29: note: userspace variable will be forcibly initialized 2021 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_allocate_wrap': /kisskb/src/drivers/char/agp/frontend.c:877:29: note: byref variable will be forcibly initialized 877 | struct agp_allocate alloc; | ^~~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agp_mmap': /kisskb/src/drivers/char/agp/frontend.c:571:30: note: byref variable will be forcibly initialized 571 | struct agp_kern_info kerninfo; | ^~~~~~~~ In file included from /kisskb/src/drivers/char/agp/generic.c:31: /kisskb/src/drivers/char/agp/generic.c: In function 'pci_bus_address': /kisskb/src/include/linux/pci.h:1448:31: note: byref variable will be forcibly initialized 1448 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_reserve_wrap': /kisskb/src/drivers/char/agp/frontend.c:801:27: note: byref variable will be forcibly initialized 801 | struct agp_region reserve; | ^~~~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952:32: note: byref variable will be forcibly initialized 952 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/char/agp/frontend.c: In function 'agpioc_setup_wrap': /kisskb/src/drivers/char/agp/frontend.c:789:26: note: byref variable will be forcibly initialized 789 | struct agp_setup mode; | ^~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1067:32: note: byref variable will be forcibly initialized 1067 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_finalize_lvid': /kisskb/src/fs/udf/super.c:2017:27: note: byref variable will be forcibly initialized 2017 | struct timespec64 ts; | ^~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1888:29: note: byref variable will be forcibly initialized 1888 | struct path path; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_vat_block': /kisskb/src/fs/udf/super.c:1152:31: note: byref variable will be forcibly initialized 1152 | struct kernel_lb_addr ino; | ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_table': /kisskb/src/fs/udf/super.c:2477:32: note: byref variable will be forcibly initialized 2477 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/super.c:2476:31: note: byref variable will be forcibly initialized 2476 | struct kernel_lb_addr eloc; | ^~~~ 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/fs/namei.c:1686:41: note: byref variable will be forcibly initialized 1686 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:62:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD' 62 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/fs/namei.c:1686:9: note: in expansion of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 1686 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_ac97_mixer': /kisskb/src/sound/pci/ice1712/ice1724.c:1449:42: note: byref variable will be forcibly initialized 1449 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_build_controls': /kisskb/src/sound/pci/ice1712/ice1724.c:2437:41: note: byref variable will be forcibly initialized 2437 | struct snd_kcontrol_new tmp = snd_vt1724_mixer_pro_analog_route; | ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_remount_fs': /kisskb/src/fs/udf/super.c:607:28: note: byref variable will be forcibly initialized 607 | struct udf_options uopt; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_partdesc_info': /kisskb/src/fs/udf/super.c:1112:39: note: byref variable will be forcibly initialized 1112 | struct kernel_lb_addr loc = { | ^~~ /kisskb/src/fs/udf/super.c: In function '_udf_err': /kisskb/src/fs/udf/super.c:2321:26: note: byref variable will be forcibly initialized 2321 | struct va_format vaf; | ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_bitmap': /kisskb/src/fs/udf/super.c:2425:31: note: byref variable will be forcibly initialized 2425 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3245:41: note: byref variable will be forcibly initialized 3245 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:62:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD' 62 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/fs/namei.c:3245:9: note: in expansion of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 3245 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/super.c: In function '_udf_warn': /kisskb/src/fs/udf/super.c:2337:26: note: byref variable will be forcibly initialized 2337 | struct va_format vaf; | ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_metadata_inode_efe': /kisskb/src/fs/udf/super.c:916:31: note: byref variable will be forcibly initialized 916 | struct kernel_lb_addr addr; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_metadata_files': /kisskb/src/fs/udf/super.c:943:31: note: byref variable will be forcibly initialized 943 | struct kernel_lb_addr addr; | ^~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1928:29: note: byref variable will be forcibly initialized 1928 | struct path path; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_process_sequence': /kisskb/src/fs/udf/super.c:1683:35: note: byref variable will be forcibly initialized 1683 | struct desc_seq_scan_data data; | ^~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1849:21: note: byref variable will be forcibly initialized 1849 | struct path path; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_super': /kisskb/src/fs/udf/super.c:2270:34: note: byref variable will be forcibly initialized 2270 | struct timestamp ts; | ^~ /kisskb/src/fs/udf/super.c:2129:40: note: byref variable will be forcibly initialized 2129 | struct kernel_lb_addr rootdir, fileset; | ^~~~~~~ /kisskb/src/fs/udf/super.c:2129:31: note: byref variable will be forcibly initialized 2129 | struct kernel_lb_addr rootdir, fileset; | ^~~~~~~ /kisskb/src/fs/udf/super.c:2128:28: note: byref variable will be forcibly initialized 2128 | struct udf_options uopt; | ^~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2310:45: note: byref variable will be forcibly initialized 2310 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2564:26: note: byref variable will be forcibly initialized 2564 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/fs/namei.c:2587:21: note: byref variable will be forcibly initialized 2587 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3579:21: note: byref variable will be forcibly initialized 3579 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3675:21: note: byref variable will be forcibly initialized 3675 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2524:26: note: byref variable will be forcibly initialized 2524 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2639:21: note: byref variable will be forcibly initialized 2639 | struct path root = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2699:21: note: byref variable will be forcibly initialized 2699 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2726:21: note: byref variable will be forcibly initialized 2726 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2756:21: note: byref variable will be forcibly initialized 2756 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2785:21: note: byref variable will be forcibly initialized 2785 | struct qstr this; | ^~~~ 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:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:9: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:571:17: note: in expansion of macro 'wait_event_interruptible_exclusive' 571 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:21: /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'cm4040_reader_release': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:509:17: note: in expansion of macro 'wait_event' 509 | wait_event(dev->devq, (link->open == 0)); | ^~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:9: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible_exclusive' 378 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3551:21: note: byref variable will be forcibly initialized 3551 | struct path path; | ^~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_out_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:153:14: note: in expansion of macro 'wait_event_interruptible_timeout' 153 | rc = wait_event_interruptible_timeout(dev->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3631:26: note: byref variable will be forcibly initialized 3631 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3648:26: note: byref variable will be forcibly initialized 3648 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3840:21: note: byref variable will be forcibly initialized 3840 | struct path path; | ^~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_in_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:201:14: note: in expansion of macro 'wait_event_interruptible_timeout' 201 | rc = wait_event_interruptible_timeout(dev->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3943:21: note: byref variable will be forcibly initialized 3943 | struct path path; | ^~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1048:9: note: in expansion of macro 'wait_event_interruptible' 1048 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1055:9: note: in expansion of macro 'wait_event_interruptible' 1055 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4043:21: note: byref variable will be forcibly initialized 4043 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4042:21: note: byref variable will be forcibly initialized 4042 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4183:21: note: byref variable will be forcibly initialized 4183 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4182:21: note: byref variable will be forcibly initialized 4182 | struct path path; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_sched_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_run_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' 62 | TRACE_EVENT(drm_run_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job_wait_dep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/fs/namei.c:4310:21: note: byref variable will be forcibly initialized 4310 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4456:31: note: byref variable will be forcibly initialized 4456 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4456:21: note: byref variable will be forcibly initialized 4456 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4593:30: note: byref variable will be forcibly initialized 4593 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4723:31: note: byref variable will be forcibly initialized 4723 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4723:21: note: byref variable will be forcibly initialized 4723 | struct qstr old_last, new_last; | ^~~~~~~~ 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/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:924:17: note: in expansion of macro 'wait_event_interruptible' 924 | wait_event_interruptible(sched->wake_up_worker, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4722:31: note: byref variable will be forcibly initialized 4722 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4722:21: note: byref variable will be forcibly initialized 4722 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4719:27: note: byref variable will be forcibly initialized 4719 | struct renamedata rd; | ^~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_add_implicit_dependencies': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:702:30: note: byref variable will be forcibly initialized 702 | struct dma_resv_iter cursor; | ^~~~~~ 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:4906:29: note: byref variable will be forcibly initialized 4906 | 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/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1450:35: note: byref variable will be forcibly initialized 1450 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1727:36: note: byref variable will be forcibly initialized 1727 | 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:1793:19: note: byref variable will be forcibly initialized 1793 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:4997:29: note: byref variable will be forcibly initialized 4997 | 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/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:775:26: note: byref variable will be forcibly initialized 775 | struct list_head mappings; | ^~~~~~~~ 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:436:19: note: byref variable will be forcibly initialized 436 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:507:34: note: byref variable will be forcibly initialized 507 | 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:525:26: note: byref variable will be forcibly initialized 525 | struct list_head group_resv_regions; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:1032:26: note: byref variable will be forcibly initialized 1032 | struct bvec_iter bi; | ^~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1407:18: note: byref variable will be forcibly initialized 1407 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:667:9: note: in expansion of macro 'iterate_and_advance' 667 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_mc_to_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:749:9: note: in expansion of macro '__iterate_and_advance' 749 | __iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:767:9: note: in expansion of macro 'iterate_and_advance' 767 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:782:9: note: in expansion of macro 'iterate_and_advance' 782 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:814:9: note: in expansion of macro 'iterate_and_advance' 814 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:947:9: note: in expansion of macro 'iterate_and_advance' 947 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:969:9: note: in expansion of macro 'iterate_and_advance' 969 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1708:9: note: in expansion of macro 'iterate_and_advance' 1708 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1735:14: note: in expansion of macro 'iterate_and_advance' 1735 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1754:28: note: byref variable will be forcibly initialized 1754 | struct scatterlist sg; | ^~ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:730:42: note: byref variable will be forcibly initialized 730 | kernel_siginfo_t si; | ^~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:27: note: byref variable will be forcibly initialized 169 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:319:22: note: byref variable will be forcibly initialized 319 | struct flock flock; | ^~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:25: note: in expansion of macro 'wait_event_interruptible' 1122 | wait_event_interruptible(dev->wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_pcm_serial_input_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:888:41: note: byref variable will be forcibly initialized 888 | struct dsp_pcm_serial_input_scb pcm_serial_input_scb = { | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_asynch_fg_tx_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:931:37: note: byref variable will be forcibly initialized 931 | struct dsp_asynch_fg_tx_scb asynch_fg_tx_scb = { | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_pcm_reader_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:490:32: note: byref variable will be forcibly initialized 490 | struct dsp_generic_scb pcm_reader_scb = { | ^~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_codec_in_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:443:36: note: byref variable will be forcibly initialized 443 | struct dsp_codec_input_scb codec_input_scb = { | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_src_task_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:633:41: note: byref variable will be forcibly initialized 633 | struct dsp_src_task_scb src_task_scb = { | ^~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_mix_only_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:748:33: note: byref variable will be forcibly initialized 748 | struct dsp_mix_only_scb master_mix_scb = { | ^~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_mix_to_ostream_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:788:37: note: byref variable will be forcibly initialized 788 | struct dsp_mix2_ostream_scb mix2_ostream_scb = { | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_vari_decimate_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:845:38: note: byref variable will be forcibly initialized 845 | struct dsp_vari_decimate_scb vari_decimate_scb = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_asynch_fg_rx_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:978:37: note: byref variable will be forcibly initialized 978 | struct dsp_asynch_fg_rx_scb asynch_fg_rx_scb = { | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c: In function 'cs46xx_dsp_create_magic_snoop_scb': /kisskb/src/sound/pci/cs46xx/dsp_spos_scb_lib.c:1105:37: note: byref variable will be forcibly initialized 1105 | struct dsp_magic_snoop_task magic_snoop_scb = { | ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_leaf': /kisskb/src/fs/gfs2/dir.c:1377:30: note: byref variable will be forcibly initialized 1377 | struct dirent_gather g; | ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_make_exhash': /kisskb/src/fs/gfs2/dir.c:909:21: 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:31: note: byref variable will be forcibly initialized 1978 | struct gfs2_rgrp_list rlist; | ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_split_leaf': /kisskb/src/fs/gfs2/dir.c:1087:37: note: byref variable will be forcibly initialized 1087 | struct qstr str; | ^~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read': /kisskb/src/fs/gfs2/dir.c:1573:30: note: byref variable will be forcibly initialized 1573 | struct dirent_gather g; | ^ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:23: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:272:27: note: byref variable will be forcibly initialized 272 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:254:33: note: byref variable will be forcibly initialized 254 | struct file_clone_range args; | ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:30: 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:564:24: note: byref variable will be forcibly initialized 564 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:545:24: note: byref variable will be forcibly initialized 545 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:719:25: note: byref variable will be forcibly initialized 719 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:751:25: note: byref variable will be forcibly initialized 751 | struct fileattr fa; | ^~ 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 '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1336:29: note: byref variable will be forcibly initialized 1336 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1336:17: note: in expansion of macro 'DEFINE_WAIT' 1336 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:795:29: note: byref variable will be forcibly initialized 795 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:795:17: note: in expansion of macro 'DEFINE_WAIT' 795 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:613:29: note: byref variable will be forcibly initialized 613 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:613:17: note: in expansion of macro 'DEFINE_WAIT' 613 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/pci/hda/hda_controller_trace.h:99, from /kisskb/src/sound/pci/hda/hda_controller.c:31: /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_pcm_trigger': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_get_position': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_pcm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'azx_get_time_info': /kisskb/src/sound/pci/hda/hda_controller.c:497:42: note: byref variable will be forcibly initialized 497 | struct system_device_crosststamp xtstamp; | ^~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/udf/udftime.c: In function 'udf_time_to_disk_stamp': /kisskb/src/fs/udf/udftime.c:77:19: note: byref variable will be forcibly initialized 77 | struct tm tm; | ^~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/fs/select.c:337:46: note: byref variable will be forcibly initialized 337 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:325:53: note: byref variable will be forcibly initialized 325 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:302:27: note: byref variable will be forcibly initialized 302 | struct timespec64 rts; | ^~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/fs/select.c:79:27: note: byref variable will be forcibly initialized 79 | struct timespec64 now; | ^~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:482:29: note: byref variable will be forcibly initialized 482 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:977:29: note: byref variable will be forcibly initialized 977 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1051:39: note: byref variable will be forcibly initialized 1051 | struct timespec64 *to = NULL, end_time; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1071:27: note: byref variable will be forcibly initialized 1071 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1105:27: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:628:21: note: byref variable will be forcibly initialized 628 | fd_set_bits fds; | ^~~ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:708:37: note: byref variable will be forcibly initialized 708 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:707:27: note: byref variable will be forcibly initialized 707 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:737:31: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:737:27: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:799:31: note: byref variable will be forcibly initialized 799 | struct sigset_argpack x = {NULL, 0}; | ^ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:51: /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:50: /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:114: /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:117: /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_flush_all_fences': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:272:30: note: byref variable will be forcibly initialized 272 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_mem_space_debug': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:56:28: note: byref variable will be forcibly initialized 56 | struct drm_printer p = drm_debug_printer(TTM_PFX); | ^ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_warning': /kisskb/src/fs/ntfs/debug.c:32:26: note: byref variable will be forcibly initialized 32 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_delayed_delete': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:366:26: note: byref variable will be forcibly initialized 366 | struct list_head removed; | ^~~~~~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_error': /kisskb/src/fs/ntfs/debug.c:75:26: note: byref variable will be forcibly initialized 75 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_evict': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:524:26: note: byref variable will be forcibly initialized 524 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:523:30: note: byref variable will be forcibly initialized 523 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_bounce_temp_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:498:30: note: byref variable will be forcibly initialized 498 | struct ttm_placement hop_placement; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_move_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:890:26: note: byref variable will be forcibly initialized 890 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_swapout': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1136:34: note: byref variable will be forcibly initialized 1136 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1134:42: note: byref variable will be forcibly initialized 1134 | struct ttm_operation_ctx ctx = { false, false }; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1096:26: note: byref variable will be forcibly initialized 1096 | struct ttm_place place; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:275:9: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:329:9: note: in expansion of macro 'wait_event' 329 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1462:21: note: byref variable will be forcibly initialized 1462 | struct path path = { .mnt = info->mnt, .dentry = dentry }; | ^~~~ 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:2583:35: note: byref variable will be forcibly initialized 2583 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: 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 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1277:19: note: byref variable will be forcibly initialized 1277 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1317:27: note: byref variable will be forcibly initialized 1317 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1483:28: note: byref variable will be forcibly initialized 1483 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1622:36: note: byref variable will be forcibly initialized 1622 | struct select_data data = {.start = parent}; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1907:21: note: byref variable will be forcibly initialized 1907 | struct qstr q; | ^ /kisskb/src/drivers/cxl/core/port.c: In function 'find_component_registers': /kisskb/src/drivers/cxl/core/port.c:965:33: note: byref variable will be forcibly initialized 965 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_cxl_port_at': /kisskb/src/drivers/cxl/core/port.c:823:34: note: byref variable will be forcibly initialized 823 | struct cxl_find_port_ctx ctx = { | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_detach_ep': /kisskb/src/drivers/cxl/core/port.c:813:34: note: byref variable will be forcibly initialized 813 | struct cxl_find_port_ctx ctx = { | ^~~ 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/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/port.c:3: /kisskb/src/drivers/cxl/core/port.c:907:27: note: byref variable will be forcibly initialized 907 | LIST_HEAD(reap_dports); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'add_port_attach_ep': /kisskb/src/drivers/cxl/core/port.c:823:34: note: byref variable will be forcibly initialized 823 | struct cxl_find_port_ctx ctx = { | ^~~ /kisskb/src/drivers/cxl/core/port.c:813:34: note: byref variable will be forcibly initialized 813 | struct cxl_find_port_ctx ctx = { | ^~~ In file included from /kisskb/src/drivers/char/random.c:57: /kisskb/src/drivers/char/random.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_pre_init_inject': /kisskb/src/drivers/char/random.c:446:30: note: byref variable will be forcibly initialized 446 | struct blake2s_state hash; | ^~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'devm_cxl_enumerate_ports': /kisskb/src/drivers/cxl/core/port.c:813:34: note: byref variable will be forcibly initialized /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_mem_find_port': /kisskb/src/drivers/cxl/core/port.c:813:34: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/random.c: In function 'extract_entropy': /kisskb/src/drivers/char/random.c:838:11: note: byref variable will be forcibly initialized 838 | } block; | ^~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/dp/drm_dp.c:476:31: note: byref variable will be forcibly initialized 476 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1403:11: note: byref variable will be forcibly initialized 1403 | } stack; | ^~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/dp/drm_dp.c:1748:31: note: byref variable will be forcibly initialized 1748 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/dp/drm_dp.c:1785:31: note: byref variable will be forcibly initialized 1785 | struct drm_dp_aux_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/utsname.h:6, from /kisskb/src/drivers/char/random.c:30: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:132:23: note: in expansion of macro 'wait_event_interruptible_timeout' 132 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1146:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1146 | wait_event_interruptible_timeout(random_write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_interrupt_randomness': /kisskb/src/drivers/char/random.c:1340:11: note: byref variable will be forcibly initialized 1340 | } irq_data; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:2003:22: note: byref variable will be forcibly initialized 2003 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:560:23: note: byref variable will be forcibly initialized 560 | struct dentry dentry; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/sound/pci/korg1212/korg1212.c:8: /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_SendStopAndWait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c:583:9: note: in expansion of macro 'wait_event_timeout' 583 | wait_event_timeout(korg1212->wait, korg1212->dsp_stop_is_processed, (HZ * 3) / 2); | ^~~~~~~~~~~~~~~~~~ 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:714:19: note: byref variable will be forcibly initialized 714 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:765:19: note: byref variable will be forcibly initialized 765 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:891:19: note: byref variable will be forcibly initialized 891 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_downloadDSPCode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c:1210:9: note: in expansion of macro 'wait_event_timeout' 1210 | wait_event_timeout(korg1212->wait, korg1212->dsp_is_loaded, HZ * CARD_BOOT_TIMEOUT); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2396:27: note: byref variable will be forcibly initialized 2396 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1921:27: note: byref variable will be forcibly initialized 1921 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:2061:27: note: byref variable will be forcibly initialized 2061 | struct timespec64 now; | ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_readd': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:103:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 103 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 102 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:97:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 97 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:96:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 96 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:92:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 92 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:91:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 91 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:86:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 86 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:81:33: note: byref variable will be forcibly initialized 81 | struct freq_qos_request req; | ^~~ /kisskb/src/drivers/base/power/qos-test.c:80:33: note: byref variable will be forcibly initialized 80 | struct freq_constraints qos; | ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_min': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:32:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 32 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:31:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 31 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:28:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 28 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:27:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 27 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:24:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 24 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:22:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 22 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:20:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 20 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:12:39: note: byref variable will be forcibly initialized 12 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:12:33: note: byref variable will be forcibly initialized 12 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:11:33: note: byref variable will be forcibly initialized 11 | struct freq_constraints qos; | ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_maxdef': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:69:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 69 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:68:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 68 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:64:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 64 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:63:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 63 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:59:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 59 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1104:26: note: byref variable will be forcibly initialized 1104 | struct list_head list; | ^~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:58:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 58 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:54:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 54 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:51:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 51 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:46:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 46 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:40:39: note: byref variable will be forcibly initialized 40 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:40:33: note: byref variable will be forcibly initialized 40 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:39:33: note: byref variable will be forcibly initialized 39 | struct freq_constraints qos; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/dp/drm_dp_dual_mode_helper.c:108:24: note: byref variable will be forcibly initialized 108 | struct i2c_msg msg = { | ^~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_ea_find': /kisskb/src/fs/gfs2/xattr.c:202:24: note: byref variable will be forcibly initialized 202 | struct ea_find ef; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:581:33: 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:28: 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:28: note: byref variable will be forcibly initialized 236 | struct gfs2_holder rg_gh; | ^~~~~ 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:395:19: note: byref variable will be forcibly initialized 395 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_remove': /kisskb/src/fs/gfs2/xattr.c:1132:33: note: byref variable will be forcibly initialized 1132 | struct gfs2_ea_location el; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init': /kisskb/src/fs/gfs2/xattr.c:804:32: note: byref variable will be forcibly initialized 804 | struct gfs2_ea_request er; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_i': /kisskb/src/fs/gfs2/xattr.c:1045:23: note: byref variable will be forcibly initialized 1045 | struct ea_set es; | ^~ /kisskb/src/fs/gfs2/xattr.c:1044:32: note: byref variable will be forcibly initialized 1044 | struct gfs2_ea_request er; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_indirect': /kisskb/src/fs/gfs2/xattr.c:1265:31: note: byref variable will be forcibly initialized 1265 | struct gfs2_rgrp_list rlist; | ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_block': /kisskb/src/fs/gfs2/xattr.c:1387:28: note: byref variable will be forcibly initialized 1387 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_listxattr': /kisskb/src/fs/gfs2/xattr.c:430:32: 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:28: note: byref variable will be forcibly initialized 416 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/xattr.c:415:32: note: byref variable will be forcibly initialized 415 | struct gfs2_ea_request er; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_acl_get': /kisskb/src/fs/gfs2/xattr.c:538:33: note: byref variable will be forcibly initialized 538 | struct gfs2_ea_location el; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1173:33: note: byref variable will be forcibly initialized 1173 | struct gfs2_ea_location el; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1234:28: note: byref variable will be forcibly initialized 1234 | struct gfs2_holder gh; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:793:23: note: in expansion of macro 'wait_event_freezable' 793 | 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:914:24: note: byref variable will be forcibly initialized 914 | 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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:761:23: note: in expansion of macro 'wait_event_freezable' 761 | ret = wait_event_freezable(port->waitqueue, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'handle_control_message': /kisskb/src/drivers/char/virtio_console.c:1620:19: note: byref variable will be forcibly initialized 1620 | } size; | ^~~~ 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/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:175:17: note: in expansion of macro 'wait_event_killable' 175 | wait_event_killable(sched->job_scheduled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:170:31: note: in expansion of macro 'wait_event_timeout' 170 | ret = wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/dir.c: In function 'ntfs_dir_fsync': /kisskb/src/fs/ntfs/dir.c:1492:19: note: byref variable will be forcibly initialized 1492 | ntfs_attr na; | ^~ /kisskb/src/drivers/char/lp.c: In function 'lp_register': /kisskb/src/drivers/char/lp.c:921:26: note: byref variable will be forcibly initialized 921 | struct pardev_cb ppdev_cb; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:25: note: byref variable will be forcibly initialized 155 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:154:22: note: byref variable will be forcibly initialized 154 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:153:22: note: byref variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ 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:1004:29: note: byref variable will be forcibly initialized 1004 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1004:17: note: in expansion of macro 'DEFINE_WAIT' 1004 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/lib/rhashtable.c:492:39: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ 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:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:17: note: in expansion of macro 'wait_event' 219 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/misc/eeprom/at25.c:19: /kisskb/src/drivers/misc/eeprom/at25.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/misc/eeprom/at25.c: In function 'at25_ee_read': /kisskb/src/drivers/misc/eeprom/at25.c:85:33: note: byref variable will be forcibly initialized 85 | struct spi_message m; | ^ /kisskb/src/drivers/misc/eeprom/at25.c: In function 'fm25_aux_read': /kisskb/src/drivers/misc/eeprom/at25.c:150:28: note: byref variable will be forcibly initialized 150 | struct spi_message m; | ^ /kisskb/src/fs/btrfs/ctree.c: In function 'insert_new_root': /kisskb/src/fs/btrfs/ctree.c:2584:31: note: byref variable will be forcibly initialized 2584 | struct btrfs_disk_key lower_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'copy_for_split': /kisskb/src/fs/btrfs/ctree.c:3262:32: note: byref variable will be forcibly initialized 3262 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c:3261:31: note: byref variable will be forcibly initialized 3261 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'del_ptr': /kisskb/src/fs/btrfs/ctree.c:4116:39: note: byref variable will be forcibly initialized 4116 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'reada_for_search': /kisskb/src/fs/btrfs/ctree.c:1237:31: note: byref variable will be forcibly initialized 1237 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:35: note: byref variable will be forcibly initialized 96 | struct iosys_map src_map, dst_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:26: note: byref variable will be forcibly initialized 96 | struct iosys_map src_map, dst_map; | ^~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'read_block_for_search': /kisskb/src/fs/btrfs/ctree.c:1409:26: note: byref variable will be forcibly initialized 1409 | struct btrfs_key first_key; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_vmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:424:42: note: byref variable will be forcibly initialized 424 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:22: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:11: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_copy_root': /kisskb/src/fs/btrfs/ctree.c:189:31: note: byref variable will be forcibly initialized 189 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function '__btrfs_cow_block': /kisskb/src/fs/btrfs/ctree.c:389:31: note: byref variable will be forcibly initialized 389 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'generic_bin_search': /kisskb/src/fs/btrfs/ctree.c:770:39: note: byref variable will be forcibly initialized 770 | struct btrfs_disk_key unaligned; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'check_sibling_keys': /kisskb/src/fs/btrfs/ctree.c:2389:26: note: byref variable will be forcibly initialized 2389 | struct btrfs_key right_first; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:2388:26: note: byref variable will be forcibly initialized 2388 | struct btrfs_key left_last; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_read_node_slot': /kisskb/src/fs/btrfs/ctree.c:837:26: note: byref variable will be forcibly initialized 837 | struct btrfs_key first_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_realloc_node': /kisskb/src/fs/btrfs/ctree.c:665:31: note: byref variable will be forcibly initialized 665 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'push_nodes_for_insert': /kisskb/src/fs/btrfs/ctree.c:1200:47: note: byref variable will be forcibly initialized 1200 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:1146:47: note: byref variable will be forcibly initialized 1146 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'split_node': /kisskb/src/fs/btrfs/ctree.c:2692:31: note: byref variable will be forcibly initialized 2692 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'balance_level': /kisskb/src/fs/btrfs/ctree.c:1045:39: note: byref variable will be forcibly initialized 1045 | struct btrfs_disk_key mid_key; | ^~~~~~~ /kisskb/src/fs/btrfs/ctree.c:999:47: note: byref variable will be forcibly initialized 999 | struct btrfs_disk_key right_key; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_access_kmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:389:40: note: byref variable will be forcibly initialized 389 | struct ttm_bo_kmap_obj map; | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_set_item_key_safe': /kisskb/src/fs/btrfs/ctree.c:2323:31: note: byref variable will be forcibly initialized 2323 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault_reserved': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:233:42: note: byref variable will be forcibly initialized 233 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function '__push_leaf_right': /kisskb/src/fs/btrfs/ctree.c:2823:31: note: byref variable will be forcibly initialized 2823 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/btrfs/ctree.c:2822:32: note: byref variable will be forcibly initialized 2822 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/xattr.c:586:21: note: byref variable will be forcibly initialized 586 | struct path path; | ^~~~ /kisskb/src/fs/btrfs/ctree.c: In function '__push_leaf_left': /kisskb/src/fs/btrfs/ctree.c:3055:32: note: byref variable will be forcibly initialized 3055 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/btrfs/ctree.c:3045:31: note: byref variable will be forcibly initialized 3045 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/xattr.c:688:21: note: byref variable will be forcibly initialized 688 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:21: note: byref variable will be forcibly initialized 765 | struct path path; | ^~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'split_leaf': /kisskb/src/fs/btrfs/ctree.c:3385:31: note: byref variable will be forcibly initialized 3385 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:21: note: byref variable will be forcibly initialized 827 | struct path path; | ^~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'search_leaf': /kisskb/src/fs/btrfs/ctree.c:1739:47: note: byref variable will be forcibly initialized 1739 | struct btrfs_disk_key first_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_leaf_for_split': /kisskb/src/fs/btrfs/ctree.c:3553:26: note: byref variable will be forcibly initialized 3553 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'split_item': /kisskb/src/fs/btrfs/ctree.c:3625:31: note: byref variable will be forcibly initialized 3625 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_items_for_insert': /kisskb/src/fs/btrfs/ctree.c:3886:32: note: byref variable will be forcibly initialized 3886 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c:3883:31: note: byref variable will be forcibly initialized 3883 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_truncate_item': /kisskb/src/fs/btrfs/ctree.c:3762:39: note: byref variable will be forcibly initialized 3762 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:3725:32: note: byref variable will be forcibly initialized 3725 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_extend_item': /kisskb/src/fs/btrfs/ctree.c:3817:32: note: byref variable will be forcibly initialized 3817 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_setup_item_for_insert': /kisskb/src/fs/btrfs/ctree.c:3980:33: note: byref variable will be forcibly initialized 3980 | struct btrfs_item_batch batch; | ^~~~~ In file included from /kisskb/src/fs/btrfs/ctree.c:11: /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_insert_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_duplicate_item': /kisskb/src/fs/btrfs/ctree.c:3980:33: note: byref variable will be forcibly initialized 3980 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_del_items': /kisskb/src/fs/btrfs/ctree.c:4212:47: note: byref variable will be forcibly initialized 4212 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:4173:40: note: byref variable will be forcibly initialized 4173 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_prev_leaf': /kisskb/src/fs/btrfs/ctree.c:4299:31: note: byref variable will be forcibly initialized 4299 | struct btrfs_disk_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:4298:26: note: byref variable will be forcibly initialized 4298 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_find_next_key': /kisskb/src/fs/btrfs/ctree.c:4488:42: note: byref variable will be forcibly initialized 4488 | struct btrfs_key cur_key; | ^~~~~~~ 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:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1551:19: note: byref variable will be forcibly initialized 1551 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_search_forward': /kisskb/src/fs/namespace.c:3225:19: note: byref variable will be forcibly initialized 3225 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ctree.c:4362:26: note: byref variable will be forcibly initialized 4362 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:956:19: note: byref variable will be forcibly initialized 956 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_next_old_leaf': /kisskb/src/fs/btrfs/ctree.c:4544:26: note: byref variable will be forcibly initialized 4544 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_find_item': /kisskb/src/fs/btrfs/ctree.c:1543:26: note: byref variable will be forcibly initialized 1543 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_previous_item': /kisskb/src/fs/btrfs/ctree.c:4721:26: note: byref variable will be forcibly initialized 4721 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_previous_extent_item': /kisskb/src/fs/btrfs/ctree.c:4762:26: note: byref variable will be forcibly initialized 4762 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2617:27: note: byref variable will be forcibly initialized 2617 | struct tm tm; | ^~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4360:21: note: byref variable will be forcibly initialized 4360 | struct path 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/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1209:19: note: byref variable will be forcibly initialized 1209 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1485:19: note: byref variable will be forcibly initialized 1485 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1482:27: note: byref variable will be forcibly initialized 1482 | struct hlist_head head; | ^~~~ 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:19: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:19: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:19: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4314:28: note: byref variable will be forcibly initialized 4314 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4313:27: note: byref variable will be forcibly initialized 4313 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4312:21: note: byref variable will be forcibly initialized 4312 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1813:21: note: byref variable will be forcibly initialized 1813 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2506:21: note: byref variable will be forcibly initialized 2506 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3641:21: note: byref variable will be forcibly initialized 3641 | 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:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2203:20: note: byref variable will be forcibly initialized 2203 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:800:44: note: in definition of macro 'HLIST_HEAD' 800 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2421:21: note: byref variable will be forcibly initialized 2421 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2905:21: note: byref variable will be forcibly initialized 2905 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3769:32: note: byref variable will be forcibly initialized 3769 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3769:21: note: byref variable will be forcibly initialized 3769 | struct path from_path, to_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:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3140:19: note: byref variable will be forcibly initialized 3140 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3376:21: note: byref variable will be forcibly initialized 3376 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3870:31: note: byref variable will be forcibly initialized 3870 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3870:26: note: byref variable will be forcibly initialized 3870 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3870:21: note: byref variable will be forcibly initialized 3870 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3535:21: note: byref variable will be forcibly initialized 3535 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4628:21: note: byref variable will be forcibly initialized 4628 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4476:21: note: byref variable will be forcibly initialized 4476 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4475:21: note: byref variable will be forcibly initialized 4475 | struct path ns_root; | ^~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:32: note: byref variable will be forcibly initialized 74 | 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:135:48: note: byref variable will be forcibly initialized 135 | struct of_pci_iommu_alias_info info = { | ^~~~ /kisskb/src/drivers/char/applicom.c: In function 'ac_write': /kisskb/src/drivers/char/applicom.c:360:24: note: byref variable will be forcibly initialized 360 | struct mailbox tmpmailbox; | ^~~~~~~~~~ /kisskb/src/drivers/char/applicom.c:359:26: note: byref variable will be forcibly initialized 359 | struct st_ram_io st_loc; | ^~~~~~ /kisskb/src/drivers/char/applicom.c: In function 'ac_read': /kisskb/src/drivers/char/applicom.c:567:48: note: byref variable will be forcibly initialized 567 | struct mailbox mailbox; | ^~~~~~~ /kisskb/src/drivers/char/applicom.c:566:50: note: byref variable will be forcibly initialized 566 | struct st_ram_io st_loc; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:861, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_folio_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:1357:19: note: byref variable will be forcibly initialized 1357 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2479:19: note: byref variable will be forcibly initialized 2479 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190:9: note: in expansion of macro 'wait_event' 190 | 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:2566:30: note: byref variable will be forcibly initialized 2566 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:30: 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 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1947:25: note: byref variable will be forcibly initialized 1947 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:1982:25: note: byref variable will be forcibly initialized 1982 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2143:42: note: byref variable will be forcibly initialized 2143 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2120:42: note: byref variable will be forcibly initialized 2120 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2086:42: note: byref variable will be forcibly initialized 2086 | struct wb_writeback_work work = { | ^~~~ 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 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2644:30: note: byref variable will be forcibly initialized 2644 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c: In function 'eeprom_93xx46_eral': /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:315:29: note: byref variable will be forcibly initialized 315 | struct spi_transfer t; | ^ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:314:28: note: byref variable will be forcibly initialized 314 | struct spi_message m; | ^ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c: In function 'eeprom_93xx46_ew': /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:168:29: note: byref variable will be forcibly initialized 168 | struct spi_transfer t; | ^ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:167:28: note: byref variable will be forcibly initialized 167 | struct spi_message m; | ^ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c: In function 'eeprom_93xx46_write_word': /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:220:28: note: byref variable will be forcibly initialized 220 | struct spi_message m; | ^ /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c: In function 'eeprom_93xx46_read': /kisskb/src/drivers/misc/eeprom/eeprom_93xx46.c:107:36: note: byref variable will be forcibly initialized 107 | struct spi_message m; | ^ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:22: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:25: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1301:25: note: byref variable will be forcibly initialized 1301 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:33: note: byref variable will be forcibly initialized 639 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:788:28: note: byref variable will be forcibly initialized 788 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:787:28: note: byref variable will be forcibly initialized 787 | 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:723:28: note: byref variable will be forcibly initialized 723 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:722:28: note: byref variable will be forcibly initialized 722 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_read_byte': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:549:28: note: byref variable will be forcibly initialized 549 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:548:31: note: byref variable will be forcibly initialized 548 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:621:28: note: byref variable will be forcibly initialized 621 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:620:31: note: byref variable will be forcibly initialized 620 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/sound/pci/ice1712/se.c: In function 'se200pci_add_controls': /kisskb/src/sound/pci/ice1712/se.c:584:33: note: byref variable will be forcibly initialized 584 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_clock': /kisskb/src/sound/pci/mixart/mixart.c:162:45: note: byref variable will be forcibly initialized 162 | struct mixart_clock_properties_resp clock_prop_resp; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:161:40: note: byref variable will be forcibly initialized 161 | struct mixart_clock_properties clock_properties; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:160:27: note: byref variable will be forcibly initialized 160 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_format': /kisskb/src/sound/pci/mixart/mixart.c:509:34: note: byref variable will be forcibly initialized 509 | struct mixart_return_uid resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c:508:41: note: byref variable will be forcibly initialized 508 | struct mixart_stream_param_desc stream_param; | ^~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:507:27: note: byref variable will be forcibly initialized 507 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_pipe_state': /kisskb/src/sound/pci/mixart/mixart.c:63:27: note: byref variable will be forcibly initialized 63 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:62:40: note: byref variable will be forcibly initialized 62 | struct mixart_group_state_resp group_state_resp; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:61:39: note: byref variable will be forcibly initialized 61 | struct mixart_group_state_req group_state; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_stream_state': /kisskb/src/sound/pci/mixart/mixart.c:384:27: note: byref variable will be forcibly initialized 384 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:383:40: note: byref variable will be forcibly initialized 383 | struct mixart_stream_state_req stream_state_req; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_add_ref_pipe': /kisskb/src/sound/pci/mixart/mixart.c:221:27: note: byref variable will be forcibly initialized 221 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_kill_ref_pipe': /kisskb/src/sound/pci/mixart/mixart.c:344:49: note: byref variable will be forcibly initialized 344 | struct mixart_delete_group_resp delete_resp; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:343:35: note: byref variable will be forcibly initialized 343 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_create': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:427:37: note: byref variable will be forcibly initialized 427 | 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:224:29: note: byref variable will be forcibly initialized 224 | struct sg_page_iter piter; | ^~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_mmap': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:201:29: note: byref variable will be forcibly initialized 201 | struct sg_page_iter piter; | ^~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_allocate': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:347:26: note: byref variable will be forcibly initialized 347 | struct list_head pages; | ^~~~~ In file included from /kisskb/src/sound/pci/echoaudio/mona.c:48: /kisskb/src/sound/pci/echoaudio/mona.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:28: note: byref variable will be forcibly initialized 520 | struct sm501_clock to; | ^~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:28: note: byref variable will be forcibly initialized 645 | struct sm501_clock to; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/mona.c:126: /kisskb/src/sound/pci/echoaudio/mona.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:51: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/sound/pci/echoaudio/mona.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/mona.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:109: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:160:31: note: byref variable will be forcibly initialized 160 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:334:31: note: byref variable will be forcibly initialized 334 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:429:32: note: byref variable will be forcibly initialized 429 | DECLARE_BUFFER(b, page, PATH_MAX); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c:415:26: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:415:21: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:218:24: note: byref variable will be forcibly initialized 218 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:230:24: note: byref variable will be forcibly initialized 230 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:267:21: note: byref variable will be forcibly initialized 267 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c:266:24: note: byref variable will be forcibly initialized 266 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'simple_dname': /kisskb/src/fs/d_path.c:320:24: note: byref variable will be forcibly initialized 320 | DECLARE_BUFFER(b, buffer, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/d_path.c:364:24: note: byref variable will be forcibly initialized 364 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:373:24: note: byref variable will be forcibly initialized 373 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/mona.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/mona.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/mona.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:22:22: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:21: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:21: 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:21: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:3924:40: note: byref variable will be forcibly initialized 3924 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:2759:45: note: byref variable will be forcibly initialized 2759 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1144:45: note: byref variable will be forcibly initialized 1144 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1206:45: note: byref variable will be forcibly initialized 1206 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1222:45: note: byref variable will be forcibly initialized 1222 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1189:45: note: byref variable will be forcibly initialized 1189 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1174:45: note: byref variable will be forcibly initialized 1174 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1164:45: note: byref variable will be forcibly initialized 1164 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1156:45: note: byref variable will be forcibly initialized 1156 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:690:45: note: byref variable will be forcibly initialized 690 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:2874:44: note: byref variable will be forcibly initialized 2874 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:2834:40: note: byref variable will be forcibly initialized 2834 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:2919:36: note: byref variable will be forcibly initialized 2919 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1359:36: note: byref variable will be forcibly initialized 1359 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:24: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:1325:23: note: in expansion of macro 'wait_event_timeout' 1325 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:5642:45: note: byref variable will be forcibly initialized 5642 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:5695:45: note: byref variable will be forcibly initialized 5695 | struct drm_dp_sideband_msg_req_body msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/gfs2/trace_gfs2.h:641, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/char/ppdev.c: In function 'register_device': /kisskb/src/drivers/char/ppdev.c:288:26: note: byref variable will be forcibly initialized 288 | struct pardev_cb ppdev_cb; | ^~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_put': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_demote_rq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_promote': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/char/ppdev.c: In function 'pp_do_ioctl': /kisskb/src/drivers/char/ppdev.c:364:27: note: byref variable will be forcibly initialized 364 | struct timespec64 ts; | ^~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_queue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_lock_time': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_pin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro 'TRACE_EVENT' 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_ail_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_bmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro 'TRACE_EVENT' 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro 'TRACE_EVENT' 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:3371:31: note: byref variable will be forcibly initialized 3371 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro 'TRACE_EVENT' 505 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro 'TRACE_EVENT' 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_rs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro 'TRACE_EVENT' 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/dp/drm_dp_mst_topology.c:3720:39: note: byref variable will be forcibly initialized 3720 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_scp': /kisskb/src/sound/pci/hda/patch_ca0132.c:2360:34: note: byref variable will be forcibly initialized 2360 | struct scp_msg scp_send, scp_reply; | ^~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2360:24: note: byref variable will be forcibly initialized 2360 | struct scp_msg scp_send, scp_reply; | ^~~~~~~~ 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:39: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/sound/pci/ice1712/wm8766.c: In function 'snd_wm8766_add_control': /kisskb/src/sound/pci/ice1712/wm8766.c:278:33: note: byref variable will be forcibly initialized 278 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:39: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/gfs2/glock.c: In function 'find_insert_glock': /kisskb/src/fs/gfs2/glock.c:1106:33: note: byref variable will be forcibly initialized 1106 | struct wait_glock_queue wait; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'glock_hash_walk': /kisskb/src/fs/gfs2/glock.c:2097:32: note: byref variable will be forcibly initialized 2097 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_get': /kisskb/src/fs/gfs2/glock.c:1155:28: note: byref variable will be forcibly initialized 1155 | struct lm_lockname name = { .ln_number = number, | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_print_dbg': /kisskb/src/fs/gfs2/glock.c:1446:26: note: byref variable will be forcibly initialized 1446 | struct va_format vaf; | ^~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2229:9: note: in expansion of macro 'wait_event_timeout' 2229 | wait_event_timeout(sdp->sd_glock_wait, | ^~~~~~~~~~~~~~~~~~ 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:2039:19: note: byref variable will be forcibly initialized 2039 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/glock.c:2038:19: note: byref variable will be forcibly initialized 2038 | LIST_HEAD(skipped); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_async_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:1365:14: note: in expansion of macro 'wait_event_timeout' 1365 | if (!wait_event_timeout(sdp->sd_async_glock_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_cb': /kisskb/src/fs/gfs2/glock.c:1889:36: note: byref variable will be forcibly initialized 1889 | struct gfs2_holder mock_gh = { | ^~~~~~~ /kisskb/src/sound/pci/ice1712/quartet.c: In function 'qtet_enum_info': /kisskb/src/sound/pci/ice1712/quartet.c:676:38: note: byref variable will be forcibly initialized 676 | struct qtet_kcontrol_private private = | ^~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_poke': /kisskb/src/fs/gfs2/glock.c:953:28: note: byref variable will be forcibly initialized 953 | struct gfs2_holder gh; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c:430:9: note: in expansion of macro 'wait_event_timeout' 430 | wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ice1712/psc724.c: In function 'psc724_add_controls': /kisskb/src/sound/pci/ice1712/psc724.c:307:33: note: byref variable will be forcibly initialized 307 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/ice1712/psc724.c: In function 'psc724_set_jack_state': /kisskb/src/sound/pci/ice1712/psc724.c:180:32: note: byref variable will be forcibly initialized 180 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ 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:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:215:30: note: byref variable will be forcibly initialized 215 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:362:26: note: byref variable will be forcibly initialized 362 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:755:32: note: byref variable will be forcibly initialized 755 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:332:29: note: byref variable will be forcibly initialized 332 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1265:26: note: byref variable will be forcibly initialized 1265 | struct iosys_map ptr; | ^~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_attr_iget': /kisskb/src/fs/ntfs/inode.c:219:19: note: byref variable will be forcibly initialized 219 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_iget': /kisskb/src/fs/ntfs/inode.c:161:19: note: byref variable will be forcibly initialized 161 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_index_iget': /kisskb/src/fs/ntfs/inode.c:277:19: note: byref variable will be forcibly initialized 277 | ntfs_attr na; | ^~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:23: 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:25: 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:24: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:22: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:24: note: byref variable will be forcibly initialized 74 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:21: 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:24: 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:24: 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:24: 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:24: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/pci/hda/hda_intel_trace.h:54, from /kisskb/src/sound/pci/hda/hda_intel.c:59: /kisskb/src/sound/pci/hda/hda_intel.c: In function 'trace_event_raw_event_hda_pm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/sound/pci/hda/./hda_intel_trace.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(hda_pm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ice1712/wm8776.c: In function 'snd_wm8776_activate_ctl': /kisskb/src/sound/pci/ice1712/wm8776.c:37:32: note: byref variable will be forcibly initialized 37 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ /kisskb/src/sound/pci/ice1712/wm8776.c: In function 'snd_wm8776_add_control': /kisskb/src/sound/pci/ice1712/wm8776.c:552:33: note: byref variable will be forcibly initialized 552 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_process_msg': /kisskb/src/sound/pci/mixart/mixart_core.c:331:27: note: byref variable will be forcibly initialized 331 | struct mixart_msg resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_send_msg': /kisskb/src/sound/pci/mixart/mixart_core.c:224:28: note: byref variable will be forcibly initialized 224 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c:221:27: note: byref variable will be forcibly initialized 221 | struct mixart_msg resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_send_msg_wait_notif': /kisskb/src/sound/pci/mixart/mixart_core.c:271:28: note: byref variable will be forcibly initialized 271 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_threaded_irq': /kisskb/src/sound/pci/mixart/mixart_core.c:420:27: note: byref variable will be forcibly initialized 420 | struct mixart_msg resp; | ^~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_validate_cmd_from_user': /kisskb/src/drivers/cxl/core/mbox.c:252:46: note: byref variable will be forcibly initialized 252 | const struct cxl_mem_command temp = { | ^~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_single': /kisskb/src/drivers/base/firmware_loader/main.c:326:23: note: byref variable will be forcibly initialized 326 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mbox_send_cmd': /kisskb/src/drivers/cxl/core/mbox.c:156:29: note: byref variable will be forcibly initialized 156 | struct cxl_mbox_cmd mbox_cmd = { | ^~~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_xfer_log': /kisskb/src/drivers/cxl/core/mbox.c:486:41: note: byref variable will be forcibly initialized 486 | struct cxl_mbox_get_log log = { | ^~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mem_get_partition_info': /kisskb/src/drivers/cxl/core/mbox.c:648:20: note: byref variable will be forcibly initialized 648 | } __packed pi; | ^~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_send_cmd': /kisskb/src/drivers/cxl/core/mbox.c:451:32: note: byref variable will be forcibly initialized 451 | struct cxl_mem_command c; | ^ /kisskb/src/drivers/cxl/core/mbox.c:450:33: note: byref variable will be forcibly initialized 450 | struct cxl_send_command send; | ^~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_enumerate_cmds': /kisskb/src/drivers/cxl/core/mbox.c:591:24: note: byref variable will be forcibly initialized 591 | uuid_t uuid = gsl->entry[i].uuid; | ^~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_dev_state_identify': /kisskb/src/drivers/cxl/core/mbox.c:681:34: note: byref variable will be forcibly initialized 681 | struct cxl_mbox_identify id; | ^~ 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/firmware_loader/main.c:14: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'dev_cache_fw_image': /kisskb/src/drivers/base/firmware_loader/main.c:1267:19: note: byref variable will be forcibly initialized 1267 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function 'ttm_global_init': /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:70:24: note: byref variable will be forcibly initialized 70 | struct sysinfo si; | ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'uncache_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:1155:25: note: byref variable will be forcibly initialized 1155 | struct firmware fw; | ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_pages': /kisskb/src/drivers/base/firmware_loader/main.c:352:23: note: byref variable will be forcibly initialized 352 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'match_add_dports': /kisskb/src/drivers/cxl/core/pci.c:29:33: note: byref variable will be forcibly initialized 29 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'devm_cxl_port_enumerate_dports': /kisskb/src/drivers/cxl/core/pci.c:72:33: note: byref variable will be forcibly initialized 72 | struct cxl_walk_context ctx; | ^~~ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:28: note: byref variable will be forcibly initialized 32 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:496:30: note: byref variable will be forcibly initialized 496 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:562:30: note: byref variable will be forcibly initialized 562 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:615:30: note: byref variable will be forcibly initialized 615 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:650:30: note: byref variable will be forcibly initialized 650 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/dma-buf/dma-resv.c:673:30: note: byref variable will be forcibly initialized 673 | struct dma_resv_iter cursor; | ^~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:329:32: note: byref variable will be forcibly initialized 329 | 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:401:31: note: byref variable will be forcibly initialized 401 | struct sync_file_info info; | ^~~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:38: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/libata.h:749, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_issue_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_complete_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_tf_load': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:317:1: note: in expansion of macro 'TRACE_EVENT' 317 | TRACE_EVENT(ata_tf_load, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_exec_command_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 370 | DECLARE_EVENT_CLASS(ata_exec_command_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_bmdma_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:439:1: note: in expansion of macro 'TRACE_EVENT' 439 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:465:1: note: in expansion of macro 'TRACE_EVENT' 465 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_action_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 493 | DECLARE_EVENT_CLASS(ata_eh_action_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_port_eh_begin_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 604 | DECLARE_EVENT_CLASS(ata_port_eh_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_sff_hsm_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:633:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 633 | DECLARE_EVENT_CLASS(ata_sff_hsm_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_transfer_data_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 679 | DECLARE_EVENT_CLASS(ata_transfer_data_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_sff_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 721 | DECLARE_EVENT_CLASS(ata_sff_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:24: note: byref variable will be forcibly initialized 49 | struct wait_cb cb = { .task = current }; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'thread_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:34: note: byref variable will be forcibly initialized 453 | struct simple_cb cb; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_link_reset_begin_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:524:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 524 | DECLARE_EVENT_CLASS(ata_link_reset_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_link_reset_end_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/libata.h:560:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 560 | DECLARE_EVENT_CLASS(ata_link_reset_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:27: note: byref variable will be forcibly initialized 373 | struct wait_timer wt; | ^~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:581:9: note: in expansion of macro 'wait_event' 581 | wait_event(ctrl->state_wq, | ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_parse_force_param': /kisskb/src/drivers/ata/libata-core.c:6303:38: note: byref variable will be forcibly initialized 6303 | struct ata_force_ent te = { .port = -1, .device = -1 }; | ^~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'map_hdm_decoder_regs': /kisskb/src/drivers/cxl/core/hdm.c:83:38: note: byref variable will be forcibly initialized 83 | struct cxl_component_reg_map map; | ^~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, 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:4109:19: note: byref variable will be forcibly initialized 4109 | LIST_HEAD(rm_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:4138:37: note: byref variable will be forcibly initialized 4138 | struct nvme_command cmd = { | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/ata/libata-core.c:29: /kisskb/src/drivers/ata/libata-core.c: In function 'ata_exec_internal_sg': /kisskb/src/drivers/ata/libata-core.c:1477:36: note: byref variable will be forcibly initialized 1477 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/ata/libata-core.c:1477:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1477 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_exec_internal': /kisskb/src/drivers/ata/libata-core.c:1643:41: note: byref variable will be forcibly initialized 1643 | struct scatterlist *psg = NULL, sg; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_init_params': /kisskb/src/drivers/ata/libata-core.c:4366:29: note: byref variable will be forcibly initialized 4366 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_log_page': /kisskb/src/drivers/ata/libata-core.c:1959:29: note: byref variable will be forcibly initialized 1959 | struct ata_taskfile tf; | ^~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4238:19: note: byref variable will be forcibly initialized 4238 | LIST_HEAD(ns_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_native_max_address': /kisskb/src/drivers/ata/libata-core.c:1152:29: note: byref variable will be forcibly initialized 1152 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_set_max_sectors': /kisskb/src/drivers/ata/libata-core.c:1203:29: note: byref variable will be forcibly initialized 1203 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_xfermode': /kisskb/src/drivers/ata/libata-core.c:4282:29: note: byref variable will be forcibly initialized 4282 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_feature': /kisskb/src/drivers/ata/libata-core.c:4328:29: note: byref variable will be forcibly initialized 4328 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_read_id': /kisskb/src/drivers/ata/libata-core.c:1758:29: note: byref variable will be forcibly initialized 1758 | struct ata_taskfile tf; | ^~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_load_elf': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:102:50: note: byref variable will be forcibly initialized 102 | struct snd_mixart_elf32_phdr elf_programheader; | ^~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_enum_physio': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:254:39: note: byref variable will be forcibly initialized 254 | struct mixart_uid_enumeration phys_io; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:253:34: note: byref variable will be forcibly initialized 253 | struct mixart_return_uid console_mgr; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:252:27: note: byref variable will be forcibly initialized 252 | struct mixart_uid get_console_mgr; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:251:27: note: byref variable will be forcibly initialized 251 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_enum_connectors': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:133:27: note: byref variable will be forcibly initialized 133 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/target/target_core_configfs.c:2465:26: note: byref variable will be forcibly initialized 2465 | struct list_head lba_list; | ^~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_first_init': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:307:27: note: byref variable will be forcibly initialized 307 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_monitoring': /kisskb/src/sound/pci/mixart/mixart_mixer.c:954:43: note: byref variable will be forcibly initialized 954 | struct mixart_set_out_audio_level audio_level; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:953:27: note: byref variable will be forcibly initialized 953 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_analog_audio_level': /kisskb/src/sound/pci/mixart/mixart_mixer.c:295:34: note: byref variable will be forcibly initialized 295 | struct mixart_return_uid resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:294:32: note: byref variable will be forcibly initialized 294 | struct mixart_io_level io_level; | ^~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:293:27: note: byref variable will be forcibly initialized 293 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_playback_stream_level': /kisskb/src/fs/fs_context.c:388:26: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:715:48: note: byref variable will be forcibly initialized 715 | struct mixart_set_out_stream_level_req set_level; | ^~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:714:27: note: byref variable will be forcibly initialized 714 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_capture_stream_level': /kisskb/src/sound/pci/mixart/mixart_mixer.c:767:46: note: byref variable will be forcibly initialized 767 | struct mixart_set_in_audio_level_req set_level; | ^~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:766:27: note: byref variable will be forcibly initialized 766 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'snd_mixart_create_mixer': /kisskb/src/sound/pci/mixart/mixart_mixer.c:1110:41: note: byref variable will be forcibly initialized 1110 | struct snd_kcontrol_new temp; | ^~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:25: note: byref variable will be forcibly initialized 254 | struct resource res; | ^~~ /kisskb/src/fs/ntfs/mft.c: In function 'ntfs_may_write_mft_record': /kisskb/src/fs/ntfs/mft.c:928:19: note: byref variable will be forcibly initialized 928 | ntfs_attr na; | ^~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_get_fences': /kisskb/src/drivers/dma-buf/st-dma-resv.c:279:25: note: byref variable will be forcibly initialized 279 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'sanitycheck': /kisskb/src/drivers/dma-buf/st-dma-resv.c:40:25: note: byref variable will be forcibly initialized 40 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each_unlocked': /kisskb/src/drivers/dma-buf/st-dma-resv.c:195:25: note: byref variable will be forcibly initialized 195 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:193:30: note: byref variable will be forcibly initialized 193 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each': /kisskb/src/drivers/dma-buf/st-dma-resv.c:123:25: note: byref variable will be forcibly initialized 123 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:121:30: note: byref variable will be forcibly initialized 121 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_signaling': /kisskb/src/drivers/dma-buf/st-dma-resv.c:63:25: note: byref variable will be forcibly initialized 63 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:297:36: note: byref variable will be forcibly initialized 297 | struct udmabuf_create_item list; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:296:36: note: byref variable will be forcibly initialized 296 | struct udmabuf_create_list head; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:295:31: note: byref variable will be forcibly initialized 295 | struct udmabuf_create create; | ^~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:314:36: note: byref variable will be forcibly initialized 314 | struct udmabuf_create_list head; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/sound/pci/oxygen/oxygen_io.c:8: /kisskb/src/sound/pci/oxygen/oxygen_io.c: In function 'oxygen_ac97_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/oxygen/oxygen_io.c:96:9: note: in expansion of macro 'wait_event_timeout' 96 | wait_event_timeout(chip->ac97_waitqueue, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/dp/drm_dp_aux_dev.c:29: /kisskb/src/drivers/gpu/drm/dp/drm_dp_aux_dev.c: In function 'drm_dp_aux_unregister_devnode': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp_aux_dev.c:292:9: note: in expansion of macro 'wait_var_event' 292 | wait_var_event(&aux_dev->usecount, !atomic_read(&aux_dev->usecount)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigo.c:42: /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:31: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:21: 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:21: 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:21: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:21: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigo.c:94: /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigo.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:40: note: byref variable will be forcibly initialized 308 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:968:40: note: byref variable will be forcibly initialized 968 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1083:40: note: byref variable will be forcibly initialized 1083 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c:1082:52: note: byref variable will be forcibly initialized 1082 | struct assoc_array_delete_collapse_context collapse; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:527:29: note: byref variable will be forcibly initialized 527 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:29: note: byref variable will be forcibly initialized 495 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:29: note: byref variable will be forcibly initialized 646 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:29: note: byref variable will be forcibly initialized 600 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:29: note: byref variable will be forcibly initialized 570 | struct fence_chains fc; | ^~ 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:700, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:9: note: in expansion of macro 'wait_var_event_timeout' 468 | wait_var_event_timeout(&data.children, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:26: note: byref variable will be forcibly initialized 440 | struct find_race data; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:29: note: byref variable will be forcibly initialized 339 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:29: note: byref variable will be forcibly initialized 295 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_signaled': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:257:29: note: byref variable will be forcibly initialized 257 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_seqno': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:29: note: byref variable will be forcibly initialized 179 | struct fence_chains fc; | ^~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/cxl/pci.c: In function 'cxl_pci_probe': /kisskb/src/drivers/cxl/pci.c:550:33: note: byref variable will be forcibly initialized 550 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:37: 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:37: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:21: note: byref variable will be forcibly initialized 161 | struct path target; | ^~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_dump_peer_log': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:244:32: note: byref variable will be forcibly initialized 244 | struct bcm_vk_peer_log log; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/indigoio.c:43: /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_load_image': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:950:25: note: byref variable will be forcibly initialized 950 | struct vk_image image; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3219:9: note: in expansion of macro 'wait_event' 3219 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigoio.c:95: /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_handle_notf': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:297:29: note: byref variable will be forcibly initialized 297 | struct bcm_vk_alert alert; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_reset': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:1142:25: note: byref variable will be forcibly initialized 1142 | struct vk_reset reset; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigoio.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:21: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/fs/ntfs/namei.c: In function 'ntfs_lookup': /kisskb/src/fs/ntfs/namei.c:168:21: note: byref variable will be forcibly initialized 168 | struct qstr nls_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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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/misc/genwqe/card_base.c:20: /kisskb/src/drivers/misc/genwqe/card_base.c: In function 'genwqe_health_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_base.c:921:22: note: in expansion of macro 'wait_event_interruptible_timeout' 921 | rc = wait_event_interruptible_timeout(cd->health_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/oxygen/oxygen_mixer.c: In function 'add_controls': /kisskb/src/sound/pci/oxygen/oxygen_mixer.c:1044:33: note: byref variable will be forcibly initialized 1044 | struct snd_kcontrol_new template; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_get_clock_reg': /kisskb/src/sound/pci/pcxhr/pcxhr.c:238:26: note: byref variable will be forcibly initialized 238 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_sub_set_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:312:26: note: byref variable will be forcibly initialized 312 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_hardware_timer': /kisskb/src/sound/pci/pcxhr/pcxhr.c:880:26: note: byref variable will be forcibly initialized 880 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_sub_get_external_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:416:26: note: byref variable will be forcibly initialized 416 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_format': /kisskb/src/sound/pci/pcxhr/pcxhr.c:546:26: note: byref variable will be forcibly initialized 546 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_stream_state': /kisskb/src/sound/pci/pcxhr/pcxhr.c:494:26: note: byref variable will be forcibly initialized 494 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_update_r_buffer': /kisskb/src/sound/pci/pcxhr/pcxhr.c:625:26: note: byref variable will be forcibly initialized 625 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_info': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1227:34: note: byref variable will be forcibly initialized 1227 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_ltc': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1380:26: note: byref variable will be forcibly initialized 1380 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:381:26: note: byref variable will be forcibly initialized 381 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsstat': /kisskb/src/fs/proc_namespace.c:201:21: 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 'show_vfsmnt': /kisskb/src/fs/proc_namespace.c:105:21: 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 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:21: 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:21: note: byref variable will be forcibly initialized 140 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1134:25: note: byref variable will be forcibly initialized 1134 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/btrfs/print-tree.c: In function 'print_extent_item': /kisskb/src/fs/btrfs/print-tree.c:86:31: note: byref variable will be forcibly initialized 86 | struct btrfs_disk_key key; | ^~~ /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_print_leaf': /kisskb/src/fs/btrfs/print-tree.c:213:26: note: byref variable will be forcibly initialized 213 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/print-tree.c:212:26: note: byref variable will be forcibly initialized 212 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_print_tree': /kisskb/src/fs/btrfs/print-tree.c:387:34: note: byref variable will be forcibly initialized 387 | struct btrfs_key first_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/print-tree.c:359:26: note: byref variable will be forcibly initialized 359 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:127:28: note: byref variable will be forcibly initialized 127 | struct scatterlist resp_sg; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:126:28: note: byref variable will be forcibly initialized 126 | struct scatterlist req_sg; | ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:49:30: note: byref variable will be forcibly initialized 49 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:465:28: note: byref variable will be forcibly initialized 465 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:669:35: note: byref variable will be forcibly initialized 669 | struct mpage_data mpd = { | ^~~ /kisskb/src/fs/mpage.c:661:25: note: byref variable will be forcibly initialized 661 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:688:27: note: byref variable will be forcibly initialized 688 | struct mpage_data mpd = { | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_report_zones_complete': /kisskb/src/drivers/ata/libata-scsi.c:3297:32: note: byref variable will be forcibly initialized 3297 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/drm/drm_device.h:7, from /kisskb/src/drivers/gpu/drm/via/via_irq.c:38: /kisskb/src/drivers/gpu/drm/via/via_irq.c: In function 'via_driver_irq_wait': /kisskb/src/drivers/gpu/drm/via/via_drv.h:164:27: note: byref variable will be forcibly initialized 164 | DECLARE_WAITQUEUE(entry, current); \ | ^~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/via/via_irq.c:243:17: note: in expansion of macro 'VIA_WAIT_ON' 243 | VIA_WAIT_ON(ret, cur_irq->irq_queue, 3 * HZ, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/via/via_drv.h:164:27: note: byref variable will be forcibly initialized 164 | DECLARE_WAITQUEUE(entry, current); \ | ^~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/via/via_irq.c:238:17: note: in expansion of macro 'VIA_WAIT_ON' 238 | VIA_WAIT_ON(ret, cur_irq->irq_queue, 3 * HZ, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_cmd_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:371:31: note: byref variable will be forcibly initialized 371 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_task_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:476:31: note: byref variable will be forcibly initialized 476 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/gpu/drm/via/via_irq.c: In function 'via_wait_irq': /kisskb/src/drivers/gpu/drm/via/via_irq.c:348:27: note: byref variable will be forcibly initialized 348 | struct timespec64 now; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_simulate': /kisskb/src/drivers/ata/libata-scsi.c:4045:30: note: byref variable will be forcibly initialized 4045 | struct ata_scsi_args args; | ^~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_tree_block_ref': /kisskb/src/fs/btrfs/extent-tree.c:692:26: note: byref variable will be forcibly initialized 692 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/cxl/mem.c: In function 'cxl_dvsec_decode_init': /kisskb/src/drivers/cxl/mem.c:85:33: note: byref variable will be forcibly initialized 85 | struct cxl_register_map map; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_tree_block_ref': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/extent-tree.c:716:26: note: byref variable will be forcibly initialized 716 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'run_delayed_extent_op': /kisskb/src/fs/btrfs/extent-tree.c:1573:26: note: byref variable will be forcibly initialized 1573 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'alloc_reserved_tree_block': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c:4696:26: note: byref variable will be forcibly initialized 4696 | struct btrfs_key extent_key; | ^~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'alloc_reserved_file_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'remove_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:603:26: note: byref variable will be forcibly initialized 603 | struct btrfs_key key; | ^~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_ail_empty_gl': /kisskb/src/fs/gfs2/glops.c:91:27: note: byref variable will be forcibly initialized 91 | struct gfs2_trans tr; | ^~ /kisskb/src/fs/gfs2/glops.c: In function 'freeze_go_xmote_bh': /kisskb/src/fs/gfs2/glops.c:604:37: note: byref variable will be forcibly initialized 604 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1607:24: note: byref variable will be forcibly initialized 1607 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:85:41: note: byref variable will be forcibly initialized 85 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_lookup_data_extent': /kisskb/src/fs/btrfs/extent-tree.c:92:26: note: byref variable will be forcibly initialized 92 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_lookup_extent_info': /kisskb/src/fs/btrfs/extent-tree.c:126:26: note: byref variable will be forcibly initialized 126 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:210:29: note: byref variable will be forcibly initialized 210 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:209:34: note: byref variable will be forcibly initialized 209 | struct nvme_passthru_cmd cmd; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'reada_walk_down': /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:131:29: note: byref variable will be forcibly initialized 131 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:130:29: note: byref variable will be forcibly initialized 130 | struct nvme_user_io io; | ^~ /kisskb/src/fs/btrfs/extent-tree.c:5018:26: note: byref variable will be forcibly initialized 5018 | struct btrfs_key key; | ^~~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:676:25: note: byref variable will be forcibly initialized 676 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:257:29: note: byref variable will be forcibly initialized 257 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:256:36: note: byref variable will be forcibly initialized 256 | struct nvme_passthru_cmd64 cmd; | ^~~ /kisskb/src/fs/buffer.c:673:26: note: byref variable will be forcibly initialized 673 | struct list_head tmp; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'extent_data_ref_count': /kisskb/src/fs/btrfs/extent-tree.c:647:26: note: byref variable will be forcibly initialized 647 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'check_committed_ref': /kisskb/src/fs/btrfs/extent-tree.c:2295:26: note: byref variable will be forcibly initialized 2295 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_inline_extent_backref': /kisskb/src/fs/btrfs/extent-tree.c:794:26: note: byref variable will be forcibly initialized 794 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_extent_data_ref': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/extent-tree.c:526:26: note: byref variable will be forcibly initialized 526 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_inc_extent_ref': /kisskb/src/fs/btrfs/extent-tree.c:1454:26: note: byref variable will be forcibly initialized 1454 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:450:26: note: byref variable will be forcibly initialized 450 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/fs/btrfs/extent-tree.c:2951:26: note: byref variable will be forcibly initialized 2951 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'run_delayed_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:1511:26: note: byref variable will be forcibly initialized 1511 | struct btrfs_key ins; | ^~~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2800:28: note: byref variable will be forcibly initialized 2800 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:134:25: note: byref variable will be forcibly initialized 134 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_exclude_logged_extents': /kisskb/src/fs/btrfs/extent-tree.c:2625:26: note: byref variable will be forcibly initialized 2625 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:328:25: note: byref variable will be forcibly initialized 328 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:235:18: note: byref variable will be forcibly initialized 235 | sigset_t sigmask; | ^~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:74:33: note: byref variable will be forcibly initialized 74 | struct signalfd_siginfo new; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_mod_ref': 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:567:19: note: byref variable will be forcibly initialized 567 | LIST_HEAD(done); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/extent-tree.c:2396:26: note: byref variable will be forcibly initialized 2396 | struct btrfs_key key; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:209:26: note: byref variable will be forcibly initialized 209 | kernel_siginfo_t info; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:305:18: note: byref variable will be forcibly initialized 305 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/signalfd.c:317:18: note: byref variable will be forcibly initialized 317 | sigset_t mask; | ^~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'do_walk_down': /kisskb/src/fs/btrfs/extent-tree.c:5213:26: note: byref variable will be forcibly initialized 5213 | struct btrfs_key first_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:5212:26: note: byref variable will be forcibly initialized 5212 | struct btrfs_key key; | ^~~ /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:496:25: note: byref variable will be forcibly initialized 496 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_alloc_tree_block': /kisskb/src/fs/btrfs/extent-tree.c:4906:26: note: byref variable will be forcibly initialized 4906 | struct btrfs_key ins; | ^~~ 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_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:729:19: note: byref variable will be forcibly initialized 729 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_drop_snapshot': /kisskb/src/fs/btrfs/extent-tree.c:5608:26: note: byref variable will be forcibly initialized 5608 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_execute_ssp_tmf': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1133:29: note: byref variable will be forcibly initialized 1133 | struct sas_ssp_task ssp_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_query_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1181:25: note: byref variable will be forcibly initialized 1181 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1175:29: note: byref variable will be forcibly initialized 1175 | struct sas_tmf_task tmf_task = { | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_abort_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1197:25: note: byref variable will be forcibly initialized 1197 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1191:29: note: byref variable will be forcibly initialized 1191 | struct sas_tmf_task tmf_task = { | ^~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'genwqe_ioctl': /kisskb/src/drivers/misc/genwqe/card_dev.c:1202:35: note: byref variable will be forcibly initialized 1202 | struct genwqe_mem m; | ^ /kisskb/src/drivers/misc/genwqe/card_dev.c:1193:35: note: byref variable will be forcibly initialized 1193 | struct genwqe_mem m; | ^ /kisskb/src/drivers/misc/genwqe/card_dev.c:1172:41: note: byref variable will be forcibly initialized 1172 | struct genwqe_bitstream load; | ^~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c:1151:41: note: byref variable will be forcibly initialized 1151 | struct genwqe_bitstream load; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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/scsi/snic/snic_ctl.c:19: /kisskb/src/drivers/scsi/snic/snic_ctl.c: In function 'snic_get_conf': /kisskb/src/drivers/scsi/snic/snic_ctl.c:233:36: note: byref variable will be forcibly initialized 233 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/snic/snic_ctl.c:233:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 233 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/drivers/target/target_core_pr.c:2826:19: note: byref variable will be forcibly initialized 2826 | LIST_HEAD(preempt_and_abort_list); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /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:19: note: byref variable will be forcibly initialized 1487 | LIST_HEAD(tid_dest_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_update': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:961:25: note: byref variable will be forcibly initialized 961 | struct drm_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_enable': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:877:25: note: byref variable will be forcibly initialized 877 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/sound/pci/riptide/riptide.c: In function 'snd_riptide_mixer': /kisskb/src/sound/pci/riptide/riptide.c:1946:34: note: byref variable will be forcibly initialized 1946 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:807:20: note: byref variable will be forcibly initialized 807 | 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:805:19: note: byref variable will be forcibly initialized 805 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_draw': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:921:49: note: byref variable will be forcibly initialized 921 | drm_savage_cmd_header_t cmd_header; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_bci_cmdbuf': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:1050:41: note: byref variable will be forcibly initialized 1050 | drm_savage_cmd_header_t cmd_header; | ^~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/fs/eventpoll.c:1372:30: note: byref variable will be forcibly initialized 1372 | struct name_snapshot n; | ^ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1450:26: note: byref variable will be forcibly initialized 1450 | struct ep_pqueue epq; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1569:20: note: byref variable will be forcibly initialized 1569 | poll_table pt; | ^~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1731:27: note: byref variable will be forcibly initialized 1731 | struct timespec64 now; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': /kisskb/src/fs/eventpoll.c:1642:20: note: byref variable will be forcibly initialized 1642 | 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:1641:19: note: byref variable will be forcibly initialized 1641 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1772:28: note: byref variable will be forcibly initialized 1772 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/fs/eventpoll.c:2244:27: note: byref variable will be forcibly initialized 2244 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2279:27: note: byref variable will be forcibly initialized 2279 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2290:27: note: byref variable will be forcibly initialized 2290 | struct timespec64 ts, *to = NULL; | ^~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': /kisskb/src/fs/eventpoll.c:2365:24: note: byref variable will be forcibly initialized 2365 | struct sysinfo si; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:42: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2186:28: note: byref variable will be forcibly initialized 2186 | struct epoll_event epds; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:94: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ 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:776:21: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:9: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:842:16: note: in expansion of macro '__wait_event_interruptible_locked' 842 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c:278:23: note: in expansion of macro 'wait_event_interruptible_locked_irq' 278 | res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:11: note: byref variable will be forcibly initialized 68 | } desc; | ^~~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:458:19: note: byref variable will be forcibly initialized 458 | struct fd f; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:562:34: note: byref variable will be forcibly initialized 562 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:562:29: note: byref variable will be forcibly initialized 562 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_gettime': /kisskb/src/fs/timerfd.c:528:19: note: byref variable will be forcibly initialized 528 | struct fd f; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime': /kisskb/src/fs/timerfd.c:578:29: note: byref variable will be forcibly initialized 578 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime32': /kisskb/src/fs/timerfd.c:590:34: note: byref variable will be forcibly initialized 590 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:590:29: note: byref variable will be forcibly initialized 590 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime32': /kisskb/src/fs/timerfd.c:606:29: note: byref variable will be forcibly initialized 606 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_sub_init': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:90:26: note: byref variable will be forcibly initialized 90 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_init_board': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:32:26: note: byref variable will be forcibly initialized 32 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_dsp_allocate_pipe': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:159:26: note: byref variable will be forcibly initialized 159 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_reset_board': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:123:26: note: byref variable will be forcibly initialized 123 | struct pcxhr_rmh rmh; | ^~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:349:15: note: in expansion of macro '___wait_event' 349 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:360:9: note: in expansion of macro '__io_wait_event' 360 | __io_wait_event(wq_head, condition); \ | ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/log.c:534:17: note: in expansion of macro 'io_wait_event' 534 | io_wait_event(sdp->sd_log_waitq, | ^~~~~~~~~~~~~ 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:19: note: byref variable will be forcibly initialized 720 | LIST_HEAD(written); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c: In function 'bcm_vk_drain_all_pend': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:347:26: note: byref variable will be forcibly initialized 347 | struct list_head del_q; | ^~~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ail1_flush': /kisskb/src/fs/gfs2/log.c:196:25: note: byref variable will be forcibly initialized 196 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_write_log_header': /kisskb/src/fs/gfs2/log.c:832:27: note: byref variable will be forcibly initialized 832 | struct timespec64 tv; | ^~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c: In function 'bcm_vk_read': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:1058:35: note: byref variable will be forcibly initialized 1058 | struct vk_msg_blk tmp_msg = entry->to_h_msg[0]; | ^~~~~~~ In file included from /kisskb/src/fs/btrfs/root-tree.c:8: /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_root': /kisskb/src/fs/btrfs/root-tree.c:66:26: note: byref variable will be forcibly initialized 66 | struct btrfs_key found_key; | ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/root-tree.c:8: /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_update_root': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_orphan_roots': /kisskb/src/fs/btrfs/root-tree.c:281:42: note: byref variable will be forcibly initialized 281 | struct btrfs_key drop_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/root-tree.c:210:26: note: byref variable will be forcibly initialized 210 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_del_root_ref': /kisskb/src/fs/btrfs/root-tree.c:338:26: note: byref variable will be forcibly initialized 338 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/root-tree.c:8: /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_add_root_ref': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/root-tree.c:408:26: note: byref variable will be forcibly initialized 408 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_update_root_times': /kisskb/src/fs/btrfs/root-tree.c:474:27: note: byref variable will be forcibly initialized 474 | struct timespec64 ct; | ^~ In file included from /kisskb/src/fs/btrfs/dir-item.c:6: /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'insert_with_overflow': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_xattr_item': /kisskb/src/fs/btrfs/dir-item.c:63:31: note: byref variable will be forcibly initialized 63 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/dir-item.c:62:31: note: byref variable will be forcibly initialized 62 | struct btrfs_key key, location; | ^~~~~~~~ /kisskb/src/fs/btrfs/dir-item.c:62:26: note: byref variable will be forcibly initialized 62 | struct btrfs_key key, location; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_dir_item': /kisskb/src/fs/btrfs/dir-item.c:118:31: note: byref variable will be forcibly initialized 118 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/dir-item.c:117:26: note: byref variable will be forcibly initialized 117 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_dir_item': /kisskb/src/fs/btrfs/dir-item.c:212:26: note: byref variable will be forcibly initialized 212 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_check_dir_item_collision': /kisskb/src/fs/btrfs/dir-item.c:230:26: note: byref variable will be forcibly initialized 230 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_dir_index_item': /kisskb/src/fs/btrfs/dir-item.c:310:26: note: byref variable will be forcibly initialized 310 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_xattr': /kisskb/src/fs/btrfs/dir-item.c:377:26: note: byref variable will be forcibly initialized 377 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_search_dir_index_item': /kisskb/src/fs/btrfs/dir-item.c:330:26: note: byref variable will be forcibly initialized 330 | struct btrfs_key key; | ^~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1411:36: note: byref variable will be forcibly initialized 1411 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1545:25: note: byref variable will be forcibly initialized 1545 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1573:25: note: byref variable will be forcibly initialized 1573 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1868:31: note: byref variable will be forcibly initialized 1868 | struct aio_poll_table apt; | ^~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1997:21: note: byref variable will be forcibly initialized 1997 | struct iocb iocb; | ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:2058:25: note: byref variable will be forcibly initialized 2058 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:552:17: note: in expansion of macro '___wait_event' 552 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:611:25: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:17: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1319 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:543:32: note: byref variable will be forcibly initialized 543 | struct hrtimer_sleeper __t; \ | ^~~ /kisskb/src/include/linux/wait.h:611:25: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:17: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1319 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2228:33: note: byref variable will be forcibly initialized 2228 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2256:33: note: byref variable will be forcibly initialized 2256 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2326:27: note: byref variable will be forcibly initialized 2326 | struct timespec64 t; | ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:889:28: note: byref variable will be forcibly initialized 889 | struct ctx_rq_wait wait; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(drain_tmr_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_state_list': /kisskb/src/drivers/target/target_core_tmr.c:263:19: note: byref variable will be forcibly initialized 263 | LIST_HEAD(drain_task_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_abort_task': /kisskb/src/drivers/target/target_core_tmr.c:110:19: note: byref variable will be forcibly initialized 110 | LIST_HEAD(aborted_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:1121:19: note: byref variable will be forcibly initialized 1121 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:1228:19: note: byref variable will be forcibly initialized 1228 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2299:24: note: byref variable will be forcibly initialized 2299 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2298:24: note: byref variable will be forcibly initialized 2298 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3715:27: note: byref variable will be forcibly initialized 3715 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3745:27: note: byref variable will be forcibly initialized 3745 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3780:27: note: byref variable will be forcibly initialized 3780 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3808:27: note: byref variable will be forcibly initialized 3808 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4600:32: note: byref variable will be forcibly initialized 4600 | struct dev_printk_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_printk': /kisskb/src/drivers/base/core.c:4636:26: note: byref variable will be forcibly initialized 4636 | struct va_format vaf; | ^~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4667:1: note: in expansion of macro 'define_dev_printk_level' 4667 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4668:1: note: in expansion of macro 'define_dev_printk_level' 4668 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4669:1: note: in expansion of macro 'define_dev_printk_level' 4669 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'create_mtd_partitions': /kisskb/src/drivers/mtd/parsers/ar7part.c:35:28: note: byref variable will be forcibly initialized 35 | struct ar7_bin_rec header; | ^~~~~~ /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4670:1: note: in expansion of macro 'define_dev_printk_level' 4670 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_warn': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4671:1: note: in expansion of macro 'define_dev_printk_level' 4671 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4672:1: note: in expansion of macro 'define_dev_printk_level' 4672 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4653:26: note: byref variable will be forcibly initialized 4653 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4673:1: note: in expansion of macro 'define_dev_printk_level' 4673 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_itmf_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1311:25: note: byref variable will be forcibly initialized 1311 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4711:26: note: byref variable will be forcibly initialized 4711 | struct va_format vaf; | ^~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_icmnd_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:171:25: note: byref variable will be forcibly initialized 171 | struct scsi_lun lun; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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/scsi/snic/snic_scsi.c:22: /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_issue_hba_reset': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2230:36: note: byref variable will be forcibly initialized 2230 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c:2230:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 2230 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:28: note: byref variable will be forcibly initialized 645 | struct reg_default key; | ^~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_abort_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1509:36: note: byref variable will be forcibly initialized 1509 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c:1509:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1509 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_dr_clean_single_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1731:36: note: byref variable will be forcibly initialized 1731 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c:1731:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1731 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_dr_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2026:36: note: byref variable will be forcibly initialized 2026 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c:2026:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 2026 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-transport.c: In function 'show_ata_dev_ering': /kisskb/src/drivers/ata/libata-transport.c:547:35: note: byref variable will be forcibly initialized 547 | struct ata_show_ering_arg arg = { buf, 0 }; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_set_lba_map': /kisskb/src/drivers/target/target_core_alua.c:1336:26: note: byref variable will be forcibly initialized 1336 | struct list_head old_lba_map_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_va_to_pa': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:542:32: note: byref variable will be forcibly initialized 542 | struct hl_mmu_hop_info hops; | ^~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_send_cmd': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:349:27: note: byref variable will be forcibly initialized 349 | struct completion trans_done; | ^~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_dma_transfer': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:475:27: note: byref variable will be forcibly initialized 475 | struct completion trans_done; | ^~~~~~~~~~ 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:68: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_complete_unfinished_transfer': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:882:27: note: byref variable will be forcibly initialized 882 | struct completion finish; | ^~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/fs/locks.c:1783:19: note: byref variable will be forcibly initialized 1783 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'generic_add_lease': /kisskb/src/fs/locks.c:1669:19: note: byref variable will be forcibly initialized 1669 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2579:19: note: byref variable will be forcibly initialized 2579 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1062:19: note: byref variable will be forcibly initialized 1062 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:986:19: note: byref variable will be forcibly initialized 986 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/locks.c:2556:26: note: byref variable will be forcibly initialized 2556 | struct file_lock fl; | ^~ 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:54: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1311:25: note: in expansion of macro 'wait_event_interruptible' 1311 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1995:25: note: in expansion of macro 'wait_event_interruptible' 1995 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1506:17: note: in expansion of macro 'wait_event_interruptible_timeout' 1506 | 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:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1437:19: note: byref variable will be forcibly initialized 1437 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/fs/locks.c:1594:19: note: byref variable will be forcibly initialized 1594 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2283:25: note: in expansion of macro 'wait_event_interruptible' 2283 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/fs/locks.c:2521:26: note: byref variable will be forcibly initialized 2521 | struct file_lock lock; | ^~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_write': /kisskb/src/fs/gfs2/lops.c:207:30: note: byref variable will be forcibly initialized 207 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_read': /kisskb/src/fs/gfs2/lops.c:399:30: note: byref variable will be forcibly initialized 399 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_jhead_pg_srch': /kisskb/src/fs/gfs2/lops.c:429:37: note: byref variable will be forcibly initialized 429 | struct gfs2_log_header_host lh; | ^~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_prepair_pipe_start': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:784:26: note: byref variable will be forcibly initialized 784 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_toggle_pipes': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:855:26: note: byref variable will be forcibly initialized 855 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_stop_pipes': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:823:26: note: byref variable will be forcibly initialized 823 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_stream_read_position': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:1119:26: note: byref variable will be forcibly initialized 1119 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_write_io_num_reg_cont': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:962:26: note: byref variable will be forcibly initialized 962 | struct pcxhr_rmh rmh; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/misc/genwqe/card_ddcb.c:22: /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function 'genwqe_card_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:1203:25: note: in expansion of macro 'wait_event_interruptible_timeout' 1203 | wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function '__genwqe_wait_ddcb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:495:14: note: in expansion of macro 'wait_event_interruptible_timeout' 495 | rc = wait_event_interruptible_timeout(queue->ddcb_waitqs[ddcb_no], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function '__genwqe_enqueue_ddcb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:799:22: note: in expansion of macro 'wait_event_interruptible' 799 | rc = wait_event_interruptible(queue->busy_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:8, 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:19: note: byref variable will be forcibly initialized 507 | LIST_HEAD(node_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hwdep_ioctl': /kisskb/src/sound/pci/rme9652/hdspm.c:6165:26: note: byref variable will be forcibly initialized 6165 | struct hdspm_ltc ltc; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6163:30: note: byref variable will be forcibly initialized 6163 | struct hdspm_version hdspm_version; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6162:29: note: byref variable will be forcibly initialized 6162 | struct hdspm_status status; | ^~~~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6161:29: note: byref variable will be forcibly initialized 6161 | struct hdspm_config info; | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6160:34: note: byref variable will be forcibly initialized 6160 | struct hdspm_mixer_ioctl mixer; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_audio_pipe_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:293:26: note: byref variable will be forcibly initialized 293 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_iec958_capture_byte': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:856:26: note: byref variable will be forcibly initialized 856 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_iec958_update_byte': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:956:26: note: byref variable will be forcibly initialized 956 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_playback_stream_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:249:26: note: byref variable will be forcibly initialized 249 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_analog_audio_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:43:26: note: byref variable will be forcibly initialized 43 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_set_audio_source': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:573:26: note: byref variable will be forcibly initialized 573 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_in_channels_rate': /kisskb/src/sound/pci/rme9652/hdspm.c:5892:37: note: byref variable will be forcibly initialized 5892 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5885:37: note: byref variable will be forcibly initialized 5885 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5878:37: note: byref variable will be forcibly initialized 5878 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_out_channels_rate': /kisskb/src/sound/pci/rme9652/hdspm.c:5927:37: note: byref variable will be forcibly initialized 5927 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5920:37: note: byref variable will be forcibly initialized 5920 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5913:37: note: byref variable will be forcibly initialized 5913 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_create_mixer': /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_rate_in_channels': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:1111:41: note: byref variable will be forcibly initialized 1111 | struct snd_kcontrol_new temp; | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:5962:37: note: byref variable will be forcibly initialized 5962 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5955:37: note: byref variable will be forcibly initialized 5955 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5948:37: note: byref variable will be forcibly initialized 5948 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_rate_out_channels': /kisskb/src/sound/pci/rme9652/hdspm.c:5996:37: note: byref variable will be forcibly initialized 5996 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5989:37: note: byref variable will be forcibly initialized 5989 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5982:37: note: byref variable will be forcibly initialized 5982 | struct snd_interval t = { | ^ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_park_issue_cmd': /kisskb/src/drivers/ata/libata-eh.c:2893:29: note: byref variable will be forcibly initialized 2893 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_maybe_retry_flush': /kisskb/src/drivers/ata/libata-eh.c:3166:29: note: byref variable will be forcibly initialized 3166 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1408:29: note: byref variable will be forcibly initialized 1408 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_add_disk': /kisskb/src/drivers/nvme/host/multipath.c:783:44: note: byref variable will be forcibly initialized 783 | struct nvme_ana_group_desc desc = { | ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_speed_down_verdict': /kisskb/src/drivers/ata/libata-eh.c:1739:39: note: byref variable will be forcibly initialized 1739 | struct speed_down_verdict_arg arg; | ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_tur': /kisskb/src/drivers/ata/libata-eh.c:1378:29: note: byref variable will be forcibly initialized 1378 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1462:29: note: byref variable will be forcibly initialized 1462 | struct ata_taskfile tf; | ^~ /kisskb/src/fs/io-wq.c: In function 'create_worker_cont': /kisskb/src/fs/io-wq.c:774:50: note: byref variable will be forcibly initialized 774 | struct io_cb_cancel_data match = { | ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_enqueue': /kisskb/src/fs/io-wq.c:917:34: note: byref variable will be forcibly initialized 917 | struct io_cb_cancel_data match; | ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_worker': /kisskb/src/fs/io-wq.c:659:40: note: byref variable will be forcibly initialized 659 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/io-wq.c: In function '__io_wq_cpu_online': /kisskb/src/fs/io-wq.c:1321:28: note: byref variable will be forcibly initialized 1321 | struct online_data od = { | ^~ /kisskb/src/fs/io-wq.c: In function 'io_wq_destroy': /kisskb/src/fs/io-wq.c:1283:42: note: byref variable will be forcibly initialized 1283 | struct io_cb_cancel_data match = { | ^~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/ata/libata-eh.c:15: /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_scsi_error': /kisskb/src/drivers/ata/libata-eh.c:534:19: note: byref variable will be forcibly initialized 534 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'ata_eh_analyze_ncq_error': /kisskb/src/drivers/ata/libata-sata.c:1444:29: note: byref variable will be forcibly initialized 1444 | struct ata_taskfile tf; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/indigodjx.c:42: /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/indigodjx.c:96: /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ 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:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigodjx.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_get_ext_arg': /kisskb/src/fs/io_uring.c:10823:39: note: byref variable will be forcibly initialized 10823 | 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:549, from /kisskb/src/fs/io_uring.c:87: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_create': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_register': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:188:1: note: in expansion of macro 'TRACE_EVENT' 188 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:323:1: note: in expansion of macro 'TRACE_EVENT' 323 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:411:1: note: in expansion of macro 'TRACE_EVENT' 411 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_add': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:451:1: note: in expansion of macro 'TRACE_EVENT' 451 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_req_failed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:488:1: note: in expansion of macro 'TRACE_EVENT' 488 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/lib/crc64-rocksoft.c: In function 'crc64_rocksoft_update': /kisskb/src/lib/crc64-rocksoft.c:62:11: note: byref variable will be forcibly initialized 62 | } desc; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_async_cancel_one': /kisskb/src/fs/io_uring.c:6772:31: note: byref variable will be forcibly initialized 6772 | struct io_cancel_data data = { .ctx = ctx, .user_data = user_data, }; | ^~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/fs/io_uring.c: In function 'io_ringfd_unregister': /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:28: 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:28: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ /kisskb/src/fs/io_uring.c:10703:37: note: byref variable will be forcibly initialized 10703 | struct io_uring_rsrc_update reg; | ^~~ In file included from /kisskb/src/include/linux/random.h:8, 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:973:19: note: byref variable will be forcibly initialized 973 | LIST_HEAD(qf_cmd_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/io_uring.c:3592:30: note: userspace variable will be forcibly initialized 3592 | struct iovec iovec; | ^~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'search_file_offset_in_bio': /kisskb/src/fs/btrfs/file-item.c:329:26: note: byref variable will be forcibly initialized 329 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/fs/btrfs/file-item.c:13: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csum': /kisskb/src/fs/btrfs/file-item.c:186:26: note: byref variable will be forcibly initialized 186 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c:185:26: note: byref variable will be forcibly initialized 185 | struct btrfs_key file_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'search_csum_tree': /kisskb/src/fs/btrfs/file-item.c:262:26: note: byref variable will be forcibly initialized 262 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file-item.c: In function 'find_next_csum_offset': /kisskb/src/fs/btrfs/file-item.c:948:26: note: byref variable will be forcibly initialized 948 | struct btrfs_key found_key; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, 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/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/seq_file.h:12, 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:123, 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:2889:36: note: byref variable will be forcibly initialized 2889 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/target/target_core_transport.c:2889:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 2889 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2922:36: note: byref variable will be forcibly initialized 2922 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/target/target_core_transport.c:2922:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 2922 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:12, 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:123, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3158:23: note: in expansion of macro 'wait_event_timeout' 3158 | ret = wait_event_timeout(se_sess->cmd_count_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/file-item.c:13: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_insert_file_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/file-item.c:141:26: note: byref variable will be forcibly initialized 141 | struct btrfs_key file_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_file_extent': /kisskb/src/fs/btrfs/file-item.c:236:26: note: byref variable will be forcibly initialized 236 | struct btrfs_key file_key; | ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/file-item.c:6: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csums_range': /kisskb/src/fs/btrfs/file-item.c:514:19: note: byref variable will be forcibly initialized 514 | LIST_HEAD(tmplist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/file-item.c:509:26: note: byref variable will be forcibly initialized 509 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_csum_one_bio': /kisskb/src/fs/btrfs/file-item.c:643:26: note: byref variable will be forcibly initialized 643 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_del_csums': /kisskb/src/fs/btrfs/file-item.c:866:58: note: byref variable will be forcibly initialized 866 | struct btrfs_key pk; | ^~ /kisskb/src/fs/btrfs/file-item.c:804:26: note: byref variable will be forcibly initialized 804 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/inode-item.c:6: /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ In file included from /kisskb/src/fs/btrfs/file-item.c:13: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_csum_file_blocks': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/file-item.c:980:26: note: byref variable will be forcibly initialized 980 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c:979:26: note: byref variable will be forcibly initialized 979 | struct btrfs_key file_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_del_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:106:26: note: byref variable will be forcibly initialized 106 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/inode-item.c:6: /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_extref': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/inode-item.c:258:26: note: byref variable will be forcibly initialized 258 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_file_extent_end': /kisskb/src/fs/btrfs/file-item.c:1276:26: note: byref variable will be forcibly initialized 1276 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_extent_item_to_extent_map': /kisskb/src/fs/btrfs/file-item.c:1209:26: note: byref variable will be forcibly initialized 1209 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_lookup_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:83:26: note: byref variable will be forcibly initialized 83 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_del_inode_ref': /kisskb/src/fs/btrfs/inode-item.c:176:26: note: byref variable will be forcibly initialized 176 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/inode-item.c:6: /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_ref': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/inode-item.c:310:26: note: byref variable will be forcibly initialized 310 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/inode-item.c:6: /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_empty_inode': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:964:43: note: byref variable will be forcibly initialized 964 | struct device_attach_data data = { | ^~~~ /kisskb/src/fs/btrfs/inode-item.c:385:26: note: byref variable will be forcibly initialized 385 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_lookup_inode': /kisskb/src/fs/btrfs/inode-item.c:405:26: note: byref variable will be forcibly initialized 405 | struct btrfs_key found_key; | ^~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:729:9: note: in expansion of macro 'wait_event' 729 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:723:9: note: in expansion of macro 'wait_event' 723 | wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_truncate_inode_items': /kisskb/src/fs/btrfs/inode-item.c:670:42: note: byref variable will be forcibly initialized 670 | struct btrfs_ref ref = { 0 }; | ^~~ /kisskb/src/fs/btrfs/inode-item.c:463:26: note: byref variable will be forcibly initialized 463 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c:462:26: note: byref variable will be forcibly initialized 462 | struct btrfs_key key; | ^~~ /kisskb/src/fs/io_uring.c: In function '__io_sqe_buffers_update': /kisskb/src/fs/io_uring.c:9865:22: note: byref variable will be forcibly initialized 9865 | struct iovec iov, __user *iovs = u64_to_user_ptr(up->data); | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc_update': /kisskb/src/fs/io_uring.c:11568:38: note: byref variable will be forcibly initialized 11568 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_buffers_register': /kisskb/src/fs/io_uring.c:9814:22: note: byref variable will be forcibly initialized 9814 | struct iovec iov; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_arm_poll_handler': /kisskb/src/fs/io_uring.c:6221:30: note: byref variable will be forcibly initialized 6221 | struct io_poll_table ipt; | ^~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:27: note: byref variable will be forcibly initialized 291 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:27: note: byref variable will be forcibly initialized 326 | struct klist_iter i; | ^ /kisskb/src/drivers/base/regmap/regmap-spi.c: In function 'regmap_spi_gather_write': /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:27: note: byref variable will be forcibly initialized 355 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:27: note: byref variable will be forcibly initialized 417 | struct klist_iter i; | ^ /kisskb/src/drivers/base/regmap/regmap-spi.c:42:28: note: byref variable will be forcibly initialized 42 | struct spi_message m; | ^ In file included from /kisskb/src/drivers/base/regmap/regmap-spi.c:10: /kisskb/src/drivers/base/regmap/regmap-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ 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:935:19: note: byref variable will be forcibly initialized 935 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1022:32: note: byref variable will be forcibly initialized 1022 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_read': /kisskb/src/fs/io_uring.c:3804:28: note: byref variable will be forcibly initialized 3804 | struct io_rw_state __s, *s = &__s; | ^~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1049:32: note: byref variable will be forcibly initialized 1049 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_write': /kisskb/src/fs/io_uring.c:3949:28: note: byref variable will be forcibly initialized 3949 | struct io_rw_state __s, *s = &__s; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_add': /kisskb/src/fs/io_uring.c:6402:30: note: byref variable will be forcibly initialized 6402 | struct io_poll_table ipt; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_files_update': /kisskb/src/fs/io_uring.c:6888:38: note: byref variable will be forcibly initialized 6888 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_openat2': /kisskb/src/fs/io_uring.c:4607:27: note: byref variable will be forcibly initialized 4607 | struct open_flags op; | ^~ 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:77, 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:10326:19: note: byref variable will be forcibly initialized 10326 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_check_events': /kisskb/src/fs/io_uring.c:5928:50: note: byref variable will be forcibly initialized 5928 | struct poll_table_struct pt = { ._key = req->cflags }; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_uring_try_cancel_requests': /kisskb/src/fs/io_uring.c:10376:31: note: byref variable will be forcibly initialized 10376 | struct io_task_cancel cancel = { .task = task, .all = cancel_all, }; | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_ring_exit_work': /kisskb/src/fs/io_uring.c:10182:29: note: byref variable will be forcibly initialized 10182 | struct io_tctx_exit exit; | ^~~~ /kisskb/src/fs/binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/fs/binfmt_elf.c:1549:37: note: byref variable will be forcibly initialized 1549 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_init_wq_offload': /kisskb/src/fs/io_uring.c:9262:27: note: byref variable will be forcibly initialized 9262 | struct io_wq_data data; | ^~~~ /kisskb/src/fs/binfmt_elf.c: In function 'writenote': /kisskb/src/fs/binfmt_elf.c:1480:25: note: byref variable will be forcibly initialized 1480 | struct elf_note en; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_ringfd_register': /kisskb/src/fs/binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2272:33: note: byref variable will be forcibly initialized 2272 | struct elf_phdr phdr; | ^~~~ /kisskb/src/fs/binfmt_elf.c:2199:23: note: byref variable will be forcibly initialized 2199 | struct elfhdr elf; | ^~~ /kisskb/src/fs/io_uring.c:10648:37: note: byref variable will be forcibly initialized 10648 | struct io_uring_rsrc_update reg; | ^~~ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_library': /kisskb/src/fs/binfmt_elf.c:1374:23: note: byref variable will be forcibly initialized 1374 | struct elfhdr elf_ex; | ^~~~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:505:32: note: byref variable will be forcibly initialized 505 | struct sg_mapping_iter m; | ^ /kisskb/src/fs/io_uring.c: In function 'io_register_files_update': /kisskb/src/fs/io_uring.c:11555:38: note: byref variable will be forcibly initialized 11555 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc': /kisskb/src/fs/io_uring.c:11582:39: note: byref variable will be forcibly initialized 11582 | struct io_uring_rsrc_register rr; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_cqring_wait': /kisskb/src/fs/io_uring.c:8283:35: note: byref variable will be forcibly initialized 8283 | struct timespec64 ts; | ^~ /kisskb/src/fs/io_uring.c:8245:30: note: byref variable will be forcibly initialized 8245 | struct io_wait_queue iowq; | ^~~~ In file included from /kisskb/src/fs/binfmt_elf_test.c:2, from /kisskb/src/fs/binfmt_elf.c:2349: /kisskb/src/fs/binfmt_elf.c: In function 'total_mapping_size_test': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:51:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 51 | KUNIT_EXPECT_EQ(test, total_mapping_size(unordered, ARRAY_SIZE(unordered)), mount_size); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:49:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 49 | KUNIT_EXPECT_EQ(test, total_mapping_size(mount, ARRAY_SIZE(mount)), mount_size); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:46:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 46 | KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 2), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:44:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 44 | KUNIT_EXPECT_EQ(test, total_mapping_size(&empty[1], 1), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:42:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 42 | KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 1), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:40:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 40 | KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 0), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1026:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1026 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1023:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 1023 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf_test.c:39:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 39 | KUNIT_EXPECT_EQ(test, total_mapping_size(NULL, 0), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sqd_handle_event': /kisskb/src/fs/io_uring.c:7984:24: note: byref variable will be forcibly initialized 7984 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_setup': /kisskb/src/fs/io_uring.c:11362:32: note: byref variable will be forcibly initialized 11362 | struct io_uring_params p; | ^ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/lib/genalloc.c:35: /kisskb/src/lib/genalloc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:35: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:35: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_irq_wait': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:763:28: note: byref variable will be forcibly initialized 763 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_mixer': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1787:34: note: byref variable will be forcibly initialized 1787 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_timer': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1946:29: note: byref variable will be forcibly initialized 1946 | struct snd_timer_id tid; | ^~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_dev_classify': /kisskb/src/drivers/ata/libata-sff.c:1819:29: note: byref variable will be forcibly initialized 1819 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-pata-timings.c: In function 'ata_timing_compute': /kisskb/src/drivers/ata/libata-pata-timings.c:120:27: note: byref variable will be forcibly initialized 120 | struct ata_timing p; | ^ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'sih_read_isr': /kisskb/src/drivers/mfd/twl4030-irq.c:565:11: note: byref variable will be forcibly initialized 565 | } isr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_sih_bus_sync_unlock': /kisskb/src/drivers/mfd/twl4030-irq.c:482:19: note: byref variable will be forcibly initialized 482 | } imr; | ^~~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_read': /kisskb/src/drivers/ata/libata-pmp.c:42:29: note: byref variable will be forcibly initialized 42 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_write': /kisskb/src/drivers/ata/libata-pmp.c:79:29: note: byref variable will be forcibly initialized 79 | struct ata_taskfile tf; | ^~ In file included from /kisskb/src/drivers/nvme/host/pci.c:23: /kisskb/src/drivers/nvme/host/pci.c: In function 'pci_bus_address': /kisskb/src/include/linux/pci.h:1448:31: note: byref variable will be forcibly initialized 1448 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_map_data': /kisskb/src/drivers/nvme/host/pci.c:847:32: note: byref variable will be forcibly initialized 847 | struct bio_vec bv = req_bvec(req); | ^~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read_endio': /kisskb/src/fs/gfs2/meta_io.c:197:30: note: byref variable will be forcibly initialized 197 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_bmap': /kisskb/src/fs/gfs2/aops.c:628:28: note: byref variable will be forcibly initialized 628 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_writepages': /kisskb/src/fs/gfs2/aops.c:207:36: 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:24: note: byref variable will be forcibly initialized 333 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:562:16: note: byref variable will be forcibly initialized 562 | uuid_t hostid; | ^~~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:27: 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:27: note: byref variable will be forcibly initialized 80 | struct klist_iter i; | ^ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:27: note: byref variable will be forcibly initialized 148 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:193:27: note: byref variable will be forcibly initialized 193 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:365:27: note: byref variable will be forcibly initialized 365 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:432:27: note: byref variable will be forcibly initialized 432 | union nvme_result res; | ^~~ /kisskb/src/fs/gfs2/dentry.c: In function 'gfs2_drevalidate': /kisskb/src/fs/gfs2/dentry.c:39:28: note: byref variable will be forcibly initialized 39 | struct gfs2_holder d_gh; | ^~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_get_name': /kisskb/src/fs/gfs2/export.c:95:28: note: byref variable will be forcibly initialized 95 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_parent': /kisskb/src/fs/gfs2/export.c:171:31: note: byref variable will be forcibly initialized 171 | struct gfs2_inum_host parent; | ^~~~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_dentry': /kisskb/src/fs/gfs2/export.c:149:31: note: byref variable will be forcibly initialized 149 | struct gfs2_inum_host this; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/drm/drm_device.h:7, from /kisskb/src/drivers/gpu/drm/via/via_video.c:28: /kisskb/src/drivers/gpu/drm/via/via_video.c: In function 'via_decoder_futex': /kisskb/src/drivers/gpu/drm/via/via_drv.h:164:27: note: byref variable will be forcibly initialized 164 | DECLARE_WAITQUEUE(entry, current); \ | ^~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/via/via_video.c:86:17: note: in expansion of macro 'VIA_WAIT_ON' 86 | VIA_WAIT_ON(ret, dev_priv->decoder_queue[fx->lock], | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_irq_thread': /kisskb/src/drivers/mfd/twl6030-irq.c:166:11: note: byref variable will be forcibly initialized 166 | } sts; | ^~~ 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:26: 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:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:43: note: byref variable will be forcibly initialized 1965 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: 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:43: note: byref variable will be forcibly initialized 1685 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: 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 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:292:30: note: byref variable will be forcibly initialized 292 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/scsi/aacraid/linit.c:20: /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'aac_safw_rescan_worker': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aacraid.h:2665:9: note: in expansion of macro 'wait_event' 2665 | wait_event(dev->scsi_host_ptr->host_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/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/gpu/drm/via/via_dmablit.c:37: /kisskb/src/drivers/gpu/drm/via/via_dmablit.c: In function 'via_dmablit_sync': /kisskb/src/drivers/gpu/drm/via/via_drv.h:164:27: note: byref variable will be forcibly initialized 164 | DECLARE_WAITQUEUE(entry, current); \ | ^~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/via/via_dmablit.c:436:17: note: in expansion of macro 'VIA_WAIT_ON' 436 | VIA_WAIT_ON(ret, *queue, 3 * HZ, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/via/via_dmablit.c: In function 'via_dmablit_grab_slot': /kisskb/src/drivers/gpu/drm/via/via_drv.h:164:27: note: byref variable will be forcibly initialized 164 | DECLARE_WAITQUEUE(entry, current); \ | ^~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/via/via_dmablit.c:690:17: note: in expansion of macro 'VIA_WAIT_ON' 690 | VIA_WAIT_ON(ret, blitq->busy_queue, HZ, blitq->num_free > 0); | ^~~~~~~~~~~ /kisskb/src/drivers/ata/acard-ahci.c: In function 'acard_ahci_init_one': /kisskb/src/drivers/ata/acard-ahci.c:356:30: note: byref variable will be forcibly initialized 356 | struct ata_port_info pi = acard_ahci_port_info[board_id]; | ^~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:101: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.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:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.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:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'inval_cache_and_wait_for_operation': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1296:43: note: byref variable will be forcibly initialized 1296 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1927:21: note: byref variable will be forcibly initialized 1927 | struct kvec vec; | ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:176:30: note: byref variable will be forcibly initialized 176 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_dev_classify': /kisskb/src/drivers/ata/libahci.c:1294:29: note: byref variable will be forcibly initialized 1294 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_softreset': /kisskb/src/drivers/ata/libahci.c:1414:29: note: byref variable will be forcibly initialized 1414 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_hardreset': /kisskb/src/drivers/ata/libahci.c:1557:29: note: byref variable will be forcibly initialized 1557 | struct ata_taskfile tf; | ^~ In file included from /kisskb/src/fs/ntfs/usnjrnl.c:18: /kisskb/src/fs/ntfs/usnjrnl.c: In function 'get_current_ntfs_time': /kisskb/src/fs/ntfs/time.h:52:27: note: byref variable will be forcibly initialized 52 | struct timespec64 ts; | ^~ /kisskb/src/sound/pci/ad1889.c: In function 'snd_ad1889_ac97_init': /kisskb/src/sound/pci/ad1889.c:747:34: note: byref variable will be forcibly initialized 747 | struct snd_ac97_template ac97; | ^~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:475:9: note: in expansion of macro 'wait_event_interruptible' 475 | wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:28: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:689:37: note: byref variable will be forcibly initialized 689 | struct path root; | ^~~~ /kisskb/src/fs/coredump.c:515:26: note: byref variable will be forcibly initialized 515 | struct core_name cn; | ^~ /kisskb/src/fs/coredump.c:514:27: note: byref variable will be forcibly initialized 514 | struct core_state core_state; | ^~~~~~~~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:31: 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:31: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:31: 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:31: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_report_luns': /kisskb/src/drivers/target/target_core_spc.c:1241:25: note: byref variable will be forcibly initialized 1241 | struct scsi_lun slun; | ^~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btree_csum_one_bio': /kisskb/src/fs/btrfs/disk-io.c:888:30: note: byref variable will be forcibly initialized 888 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_all_ordered_extents': /kisskb/src/fs/btrfs/disk-io.c:4920:26: note: byref variable will be forcibly initialized 4920 | struct list_head splice; | ^~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_delalloc_inodes': /kisskb/src/fs/btrfs/disk-io.c:5032:26: note: byref variable will be forcibly initialized 5032 | struct list_head splice; | ^~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_end_super_write': /kisskb/src/fs/btrfs/disk-io.c:3965:30: note: byref variable will be forcibly initialized 3965 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_verify_level_key': /kisskb/src/fs/btrfs/disk-io.c:316:26: note: byref variable will be forcibly initialized 316 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_get_global_root': /kisskb/src/fs/btrfs/disk-io.c:1663:26: note: byref variable will be forcibly initialized 1663 | struct btrfs_key key = { | ^~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_csum_root': /kisskb/src/fs/btrfs/disk-io.c:1330:26: note: byref variable will be forcibly initialized 1330 | struct btrfs_key key = { | ^~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_extent_root': /kisskb/src/fs/btrfs/disk-io.c:1341:26: note: byref variable will be forcibly initialized 1341 | struct btrfs_key key = { | ^~~ /kisskb/src/drivers/ata/libahci_platform.c: In function 'ahci_platform_init_host': /kisskb/src/drivers/ata/libahci_platform.c:576:30: note: byref variable will be forcibly initialized 576 | struct ata_port_info pi = *pi_template; | ^~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_all_delalloc_inodes': /kisskb/src/fs/btrfs/disk-io.c:5063:26: note: byref variable will be forcibly initialized 5063 | struct list_head splice; | ^~~~~~ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_execute_rw': /kisskb/src/drivers/target/target_core_rd.c:424:32: note: byref variable will be forcibly initialized 424 | struct sg_mapping_iter m; | ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_get_fs_root_commit_root': /kisskb/src/fs/btrfs/disk-io.c:1918:26: note: byref variable will be forcibly initialized 1918 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'load_global_roots_objectid': /kisskb/src/fs/btrfs/disk-io.c:2589:26: note: byref variable will be forcibly initialized 2589 | struct btrfs_key key = { | ^~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_create_tree': /kisskb/src/fs/btrfs/disk-io.c:1357:26: note: byref variable will be forcibly initialized 1357 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/disk-io.c:6: /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_cleanup_transaction': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:5272:25: note: in expansion of macro 'wait_event' 5272 | wait_event(t->writer_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'close_ctree': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:4659:9: note: in expansion of macro 'wait_event' 4659 | wait_event(fs_info->transaction_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_init_root_free_objectid': /kisskb/src/fs/btrfs/disk-io.c:5306:26: note: byref variable will be forcibly initialized 5306 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:5305:26: note: byref variable will be forcibly initialized 5305 | struct btrfs_key search_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_get_root_ref': /kisskb/src/fs/btrfs/disk-io.c:1801:26: note: byref variable will be forcibly initialized 1801 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_read_roots': /kisskb/src/fs/btrfs/disk-io.c:2694:26: note: byref variable will be forcibly initialized 2694 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/sound/pci/atiixp.c: In function 'snd_atiixp_mixer_new': /kisskb/src/sound/pci/atiixp.c:1403:34: note: byref variable will be forcibly initialized 1403 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_allocate_page_backing': /kisskb/src/fs/gfs2/file.c:392:30: note: byref variable will be forcibly initialized 392 | struct iomap iomap = { }; | ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'fallocate_chunk': /kisskb/src/fs/gfs2/file.c:1193:30: note: byref variable will be forcibly initialized 1193 | struct iomap iomap = { }; | ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1368:28: note: byref variable will be forcibly initialized 1368 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_page_mkwrite': /kisskb/src/fs/gfs2/file.c:424:28: note: byref variable will be forcibly initialized 424 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fault': /kisskb/src/fs/gfs2/file.c:553:28: note: byref variable will be forcibly initialized 553 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_mmap': /kisskb/src/fs/gfs2/file.c:594:36: note: byref variable will be forcibly initialized 594 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_write_iter': /kisskb/src/fs/gfs2/file.c:1106:28: note: byref variable will be forcibly initialized 1106 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_read_iter': /kisskb/src/fs/gfs2/file.c:941:28: note: byref variable will be forcibly initialized 941 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_llseek': /kisskb/src/fs/gfs2/file.c:60:28: 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:28: 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:28: 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:223:28: note: byref variable will be forcibly initialized 223 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_open': /kisskb/src/fs/gfs2/file.c:672:28: note: byref variable will be forcibly initialized 672 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_set_iop_datetime': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3854:19: note: byref variable will be forcibly initialized 3854 | struct tm tm; | ^~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:47: /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_bus_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4591:27: note: in expansion of macro 'wait_event_timeout' 4591 | timeout = wait_event_timeout(wait_q, (acb->acb_flags | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_fiemap': /kisskb/src/fs/gfs2/inode.c:2059:28: note: byref variable will be forcibly initialized 2059 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_getattr': /kisskb/src/fs/gfs2/inode.c:2024:28: note: byref variable will be forcibly initialized 2024 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'setattr_chown': /kisskb/src/fs/gfs2/inode.c:1890:33: note: byref variable will be forcibly initialized 1890 | struct gfs2_alloc_parms ap; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_setattr': /kisskb/src/fs/gfs2/inode.c:1962:28: note: byref variable will be forcibly initialized 1962 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_get_link': /kisskb/src/fs/gfs2/inode.c:1778:28: note: byref variable will be forcibly initialized 1778 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_permission': /kisskb/src/fs/gfs2/inode.c:1837:28: note: byref variable will be forcibly initialized 1837 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/drivers/ata/sata_inic162x.c: In function 'inic_qc_fill_rtf': /kisskb/src/drivers/ata/sata_inic162x.c:572:29: note: byref variable will be forcibly initialized 572 | struct ata_taskfile tf; | ^~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, 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/tifm.h:12, from /kisskb/src/drivers/misc/tifm_7xx1.c:8: /kisskb/src/drivers/misc/tifm_7xx1.c: In function 'tifm_7xx1_resume': /kisskb/src/drivers/misc/tifm_7xx1.c:237:36: note: byref variable will be forcibly initialized 237 | DECLARE_COMPLETION_ONSTACK(finish_resume); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/misc/tifm_7xx1.c:237:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 237 | DECLARE_COMPLETION_ONSTACK(finish_resume); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_jindex_hold': /kisskb/src/fs/gfs2/ops_fstype.c:566:21: note: byref variable will be forcibly initialized 566 | struct qstr name; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_link': /kisskb/src/fs/gfs2/inode.c:977:41: note: byref variable will be forcibly initialized 977 | struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_inode_lookup': /kisskb/src/fs/gfs2/inode.c:120:28: note: byref variable will be forcibly initialized 120 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/drivers/ata/sata_inic162x.c: In function 'inic_hardreset': /kisskb/src/drivers/ata/sata_inic162x.c:645:37: note: byref variable will be forcibly initialized 645 | struct ata_taskfile tf; | ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_journal': /kisskb/src/fs/gfs2/ops_fstype.c:731:28: note: byref variable will be forcibly initialized 731 | struct gfs2_holder ji_gh; | ^~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookupi': /kisskb/src/fs/gfs2/inode.c:286:28: note: byref variable will be forcibly initialized 286 | struct gfs2_holder d_gh; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function '__gfs2_lookup': /kisskb/src/fs/gfs2/inode.c:854:28: note: byref variable will be forcibly initialized 854 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_sb': /kisskb/src/fs/gfs2/ops_fstype.c:476:28: note: byref variable will be forcibly initialized 476 | struct gfs2_holder sb_gh; | ^~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_exchange': /kisskb/src/fs/gfs2/inode.c:1618:36: note: byref variable will be forcibly initialized 1618 | struct gfs2_holder ghs[4], r_gh; | ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_parse_param': /kisskb/src/fs/gfs2/ops_fstype.c:1435:32: note: byref variable will be forcibly initialized 1435 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_rename': /kisskb/src/fs/gfs2/inode.c:1535:41: note: byref variable will be forcibly initialized 1535 | struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; | ^~ /kisskb/src/fs/gfs2/inode.c:1371:42: note: byref variable will be forcibly initialized 1371 | struct gfs2_holder ghs[4], r_gh, rd_gh; | ^~~~~ /kisskb/src/fs/gfs2/inode.c:1371:36: note: byref variable will be forcibly initialized 1371 | struct gfs2_holder ghs[4], r_gh, rd_gh; | ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_meta_get_tree': /kisskb/src/fs/gfs2/ops_fstype.c:1673:21: note: byref variable will be forcibly initialized 1673 | struct path path; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookup_simple': /kisskb/src/fs/gfs2/inode.c:251:21: note: byref variable will be forcibly initialized 251 | struct qstr qstr; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_data': /kisskb/src/sound/pci/atiixp_modem.c: In function 'snd_atiixp_mixer_new': /kisskb/src/sound/pci/atiixp_modem.c:1045:34: note: byref variable will be forcibly initialized 1045 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/fs/gfs2/inode.c:2081:28: note: byref variable will be forcibly initialized 2081 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_reconfigure': /kisskb/src/fs/gfs2/ops_fstype.c:1583:36: note: byref variable will be forcibly initialized 1583 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_hole': /kisskb/src/fs/gfs2/inode.c:2100:28: note: byref variable will be forcibly initialized 2100 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_fill_super': /kisskb/src/fs/gfs2/ops_fstype.c:1141:28: note: byref variable will be forcibly initialized 1141 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1140:28: note: byref variable will be forcibly initialized 1140 | struct gfs2_holder mount_gh; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_sys_name_to_handle': /kisskb/src/fs/fhandle.c:22:28: note: byref variable will be forcibly initialized 22 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-spi.c: In function 'mc13xxx_spi_read': /kisskb/src/drivers/mfd/mc13xxx-spi.c:75:28: note: byref variable will be forcibly initialized 75 | struct spi_message m; | ^ /kisskb/src/drivers/mfd/mc13xxx-spi.c:69:29: note: byref variable will be forcibly initialized 69 | struct spi_transfer t = { | ^ /kisskb/src/fs/fhandle.c: In function '__do_sys_name_to_handle_at': /kisskb/src/fs/fhandle.c:97:21: note: byref variable will be forcibly initialized 97 | struct path path; | ^~~~ In file included from /kisskb/src/drivers/mfd/mc13xxx-spi.c:20: /kisskb/src/drivers/mfd/mc13xxx-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/fs/fhandle.c: In function 'handle_to_path': /kisskb/src/fs/fhandle.c:171:28: note: byref variable will be forcibly initialized 171 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_handle_open': /kisskb/src/fs/fhandle.c:219:21: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/device.c: In function 'nvif_device_time': /kisskb/src/drivers/gpu/drm/nouveau/nvif/device.c:31:42: note: byref variable will be forcibly initialized 31 | struct nv_device_time_v0 args = {}; | ^~~~ 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 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:19: note: byref variable will be forcibly initialized 515 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:19: note: byref variable will be forcibly initialized 667 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:30: note: byref variable will be forcibly initialized 756 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:30: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/drivers/ata/ahci_qoriq.c:101:29: note: byref variable will be forcibly initialized 101 | struct ata_taskfile tf; | ^~ 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:3778:19: note: byref variable will be forcibly initialized 3778 | LIST_HEAD(local_disc_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:3671:21: note: byref variable will be forcibly initialized 3671 | substring_t wwn = { name, &name[sizeof(name)-1] }; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3238:9: note: in expansion of macro 'wait_event_lock_irq' 3238 | wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1913:27: note: byref variable will be forcibly initialized 1913 | union nvme_result result; | ^~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:27: note: byref variable will be forcibly initialized 249 | 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:35: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:35: note: byref variable will be forcibly initialized 216 | 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:27: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'query_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3260:31: note: byref variable will be forcibly initialized 3260 | struct aac_query_disk qd; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'force_delete_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3301:32: note: byref variable will be forcibly initialized 3301 | struct aac_delete_disk dd; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'delete_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3326:32: note: byref variable will be forcibly initialized 3326 | struct aac_delete_disk dd; | ^~ /kisskb/src/drivers/misc/phantom.c: In function 'phantom_ioctl': /kisskb/src/drivers/misc/phantom.c:90:24: note: byref variable will be forcibly initialized 90 | struct phm_reg r; | ^ /kisskb/src/drivers/misc/phantom.c:89:25: note: byref variable will be forcibly initialized 89 | struct phm_regs rs; | ^~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3717:32: note: byref variable will be forcibly initialized 3717 | struct nvmet_fc_traddr raddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3716:32: note: byref variable will be forcibly initialized 3716 | struct nvmet_fc_traddr laddr = { 0L, 0L }; | ^~~~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_mixer': /kisskb/src/sound/pci/cs4281.c:1064:34: note: byref variable will be forcibly initialized 1064 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_safw_ciss_luns': /kisskb/src/drivers/scsi/aacraid/aachba.c:1831:29: note: byref variable will be forcibly initialized 1831 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_issue_safw_bmic_identify': /kisskb/src/drivers/scsi/aacraid/aachba.c:1783:29: note: byref variable will be forcibly initialized 1783 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_name_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:556:45: note: byref variable will be forcibly initialized 556 | struct inquiry_data inq; | ^~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_serial_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:1012:44: note: byref variable will be forcibly initialized 1012 | struct tvpd_page83 vpdpage83data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_scsi_cmd': /kisskb/src/drivers/scsi/aacraid/aachba.c:3117:34: note: byref variable will be forcibly initialized 3117 | aac_modep10_data mpd10; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3039:32: note: byref variable will be forcibly initialized 3039 | aac_modep_data mpd; | ^~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:2887:37: note: byref variable will be forcibly initialized 2887 | struct inquiry_data inq_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_pci_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1006:29: note: byref variable will be forcibly initialized 1006 | struct aac_pci_info pci_info; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'check_revision': /kisskb/src/drivers/scsi/aacraid/commctrl.c:452:25: note: byref variable will be forcibly initialized 452 | struct revision response; | ^~~~~~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_change': /kisskb/src/lib/dynamic_debug.c:159:25: note: byref variable will be forcibly initialized 159 | struct flagsbuf fbuf; | ^~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_hba_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1020:29: note: byref variable will be forcibly initialized 1020 | struct aac_hba_info hbainfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'next_getadapter_fib': /kisskb/src/drivers/scsi/aacraid/commctrl.c:254:41: note: byref variable will be forcibly initialized 254 | struct compat_fib_ioctl cf; | ^~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:246:26: note: byref variable will be forcibly initialized 246 | struct fib_ioctl f; | ^ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_proc_show': /kisskb/src/lib/dynamic_debug.c:889:25: note: byref variable will be forcibly initialized 889 | struct flagsbuf flags; | ^~~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_pr_debug': /kisskb/src/lib/dynamic_debug.c:634:26: note: byref variable will be forcibly initialized 634 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_dev_dbg': /kisskb/src/lib/dynamic_debug.c:654:26: note: byref variable will be forcibly initialized 654 | struct va_format vaf; | ^~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_raw_srb': /kisskb/src/drivers/scsi/aacraid/commctrl.c:948:38: note: byref variable will be forcibly initialized 948 | struct aac_srb_reply reply; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_reset_adapter': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1047:30: note: byref variable will be forcibly initialized 1047 | struct aac_reset_iop reset; | ^~~~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_1370_mixer': /kisskb/src/sound/pci/ens1370.c:1712:27: note: byref variable will be forcibly initialized 1712 | struct snd_ak4531 ak4531; | ^~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c:688:19: note: in expansion of macro 'wait_event_interruptible_timeout' 688 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/ezx-pcap.c: In function 'ezx_pcap_putget': /kisskb/src/drivers/mfd/ezx-pcap.c:58:28: note: byref variable will be forcibly initialized 58 | struct spi_message m; | ^ /kisskb/src/drivers/mfd/ezx-pcap.c:57:29: note: byref variable will be forcibly initialized 57 | struct spi_transfer t; | ^ /kisskb/src/drivers/mfd/ezx-pcap.c: In function 'pcap_adc_sync': /kisskb/src/drivers/mfd/ezx-pcap.c:350:38: note: byref variable will be forcibly initialized 350 | struct pcap_adc_sync_request sync_data; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c:633:19: note: in expansion of macro 'wait_event_interruptible_timeout' 633 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/fm801.c: In function 'snd_fm801_mixer': /kisskb/src/sound/pci/fm801.c:1033:34: note: byref variable will be forcibly initialized 1033 | struct snd_ac97_template ac97; | ^~~~ 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:19: note: byref variable will be forcibly initialized 166 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'update_qd': /kisskb/src/fs/gfs2/quota.c:977:27: 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:28: 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:28: 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:27: note: byref variable will be forcibly initialized 823 | struct gfs2_quota q; | ^ In file included from /kisskb/src/sound/pci/ens1371.c:2: /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_1371_mixer': /kisskb/src/sound/pci/ens1370.c:1590:34: note: byref variable will be forcibly initialized 1590 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'do_sync': /kisskb/src/fs/gfs2/quota.c:878:34: note: byref variable will be forcibly initialized 878 | struct gfs2_holder *ghs, i_gh; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:510:38: note: byref variable will be forcibly initialized 510 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_set_dqblk': /kisskb/src/fs/gfs2/quota.c:1727:41: note: byref variable will be forcibly initialized 1727 | struct gfs2_alloc_parms ap = { .aflags = 0, }; | ^~ /kisskb/src/fs/gfs2/quota.c:1668:34: note: byref variable will be forcibly initialized 1668 | struct gfs2_holder q_gh, i_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c:1668:28: note: byref variable will be forcibly initialized 1668 | struct gfs2_holder q_gh, i_gh; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1110:40: note: byref variable will be forcibly initialized 1110 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'update_statfs_inode': /kisskb/src/fs/gfs2/recovery.c:316:40: 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:53: note: byref variable will be forcibly initialized 223 | struct gfs2_log_header_host lh; | ^~ /kisskb/src/drivers/ata/sata_nv.c: In function '__ata_bmdma_stop': /kisskb/src/drivers/ata/sata_nv.c:1741:31: note: byref variable will be forcibly initialized 1741 | struct ata_queued_cmd qc; | ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recover_func': /kisskb/src/fs/gfs2/recovery.c:409:41: note: byref variable will be forcibly initialized 409 | struct gfs2_holder j_gh, ji_gh, thaw_gh; | ^~~~~~~ /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:28: note: byref variable will be forcibly initialized 409 | struct gfs2_holder j_gh, ji_gh, thaw_gh; | ^~~~ /kisskb/src/fs/gfs2/recovery.c:408:37: note: byref variable will be forcibly initialized 408 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_refresh': /kisskb/src/fs/gfs2/quota.c:1330:28: note: byref variable will be forcibly initialized 1330 | struct gfs2_holder q_gh; | ^~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_read_source': /kisskb/src/drivers/target/target_core_xcopy.c:587:29: note: byref variable will be forcibly initialized 587 | 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:632:29: note: byref variable will be forcibly initialized 632 | struct xcopy_pt_cmd xpt_cmd; | ^~~~~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_submit_bios': /kisskb/src/drivers/target/target_core_iblock.c:371:25: note: byref variable will be forcibly initialized 371 | 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:486:25: note: byref variable will be forcibly initialized 486 | 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:725:32: note: byref variable will be forcibly initialized 725 | struct sg_mapping_iter prot_miter; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_iblock.c:719:25: note: byref variable will be forcibly initialized 719 | struct bio_list list; | ^~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_free_extlen': /kisskb/src/fs/gfs2/rgrp.c:376:25: note: byref variable will be forcibly initialized 376 | struct gfs2_rbm rbm = *rrbm; | ^~~ /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_mixer': /kisskb/src/sound/pci/intel8x0.c:2124:34: note: byref variable will be forcibly initialized 2124 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'read_rindex_entry': /kisskb/src/fs/gfs2/rgrp.c:898:28: note: byref variable will be forcibly initialized 898 | struct gfs2_rindex buf; | ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'try_rgrp_unlink': /kisskb/src/fs/gfs2/rgrp.c:1849:25: note: byref variable will be forcibly initialized 1849 | 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:2264:25: note: byref variable will be forcibly initialized 2264 | struct gfs2_rbm rbm; | ^~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_geo': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:393:20: note: byref variable will be forcibly initialized 393 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_device': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:369:20: note: byref variable will be forcibly initialized 369 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_jedec': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:352:20: note: byref variable will be forcibly initialized 352 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_format': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:337:20: note: byref variable will be forcibly initialized 337 | cisparse_t parse; | ^~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rindex_update': /kisskb/src/fs/gfs2/rgrp.c:1036:28: note: byref variable will be forcibly initialized 1036 | struct gfs2_holder ri_gh; | ^~~~~ /kisskb/src/drivers/base/memory.c: In function 'for_each_memory_block': /kisskb/src/drivers/base/memory.c:1005:46: note: byref variable will be forcibly initialized 1005 | struct for_each_memory_block_cb_data cb_data = { | ^~~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_check_blk_type': /kisskb/src/fs/gfs2/rgrp.c:2614:25: note: byref variable will be forcibly initialized 2614 | struct gfs2_rbm rbm; | ^~~ /kisskb/src/fs/gfs2/rgrp.c:2613:28: note: byref variable will be forcibly initialized 2613 | struct gfs2_holder rgd_gh; | ^~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_fitrim': /kisskb/src/fs/gfs2/rgrp.c:1392:29: note: byref variable will be forcibly initialized 1392 | struct fstrim_range r; | ^ /kisskb/src/fs/gfs2/rgrp.c:1391:28: note: byref variable will be forcibly initialized 1391 | struct gfs2_holder gh; | ^~ /kisskb/src/drivers/base/node.c: In function 'node_read_meminfo': /kisskb/src/drivers/base/node.c:375:24: note: byref variable will be forcibly initialized 375 | struct sysinfo i; | ^ /kisskb/src/sound/pci/intel8x0m.c: In function 'snd_intel8x0m_mixer': /kisskb/src/sound/pci/intel8x0m.c:786:34: note: byref variable will be forcibly initialized 786 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c: In function 'nvif_mmu_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:93:41: note: byref variable will be forcibly initialized 93 | struct nvif_mmu_type_v0 args = { .index = i }; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:82:41: note: byref variable will be forcibly initialized 82 | struct nvif_mmu_heap_v0 args = { .index = i }; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:46:28: note: byref variable will be forcibly initialized 46 | struct nvif_mmu_v0 args; | ^~~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_set_piomode': /kisskb/src/drivers/ata/pata_ali.c:215:35: note: byref variable will be forcibly initialized 215 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_ali.c:210:27: note: byref variable will be forcibly initialized 210 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_set_dmamode': /kisskb/src/drivers/ata/pata_ali.c:264:43: note: byref variable will be forcibly initialized 264 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_ali.c:245:27: note: byref variable will be forcibly initialized 245 | struct ata_timing t; | ^ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_send_safw_hostttime': /kisskb/src/drivers/scsi/aacraid/commsup.c:2358:19: note: byref variable will be forcibly initialized 2358 | struct tm cur_tm; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_command_thread': /kisskb/src/drivers/scsi/aacraid/commsup.c:2469:43: note: byref variable will be forcibly initialized 2469 | struct timespec64 now; | ^~~ 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/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/drivers/scsi/aacraid/commsup.c:22: /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_src_reinit_aif_worker': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:1947:9: note: in expansion of macro 'wait_event' 1947 | wait_event(dev->scsi_host_ptr->host_wait, | ^~~~~~~~~~ /kisskb/src/sound/pci/via82xx_modem.c: In function 'snd_via82xx_mixer_new': /kisskb/src/sound/pci/via82xx_modem.c:876:34: note: byref variable will be forcibly initialized 876 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_write_same': /kisskb/src/drivers/target/target_core_file.c:436:25: note: byref variable will be forcibly initialized 436 | 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:271:25: note: byref variable will be forcibly initialized 271 | 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:316:25: note: byref variable will be forcibly initialized 316 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_atp867x.c: In function 'atp867x_set_piomode': /kisskb/src/drivers/ata/pata_atp867x.c:208:30: note: byref variable will be forcibly initialized 208 | struct ata_timing t, p; | ^ /kisskb/src/drivers/ata/pata_atp867x.c:208:27: note: byref variable will be forcibly initialized 208 | struct ata_timing t, p; | ^ /kisskb/src/drivers/scsi/aacraid/dpcsup.c: In function 'aac_command_normal': /kisskb/src/drivers/scsi/aacraid/dpcsup.c:173:28: note: byref variable will be forcibly initialized 173 | struct fib fibctx; | ^~~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs': /kisskb/src/fs/gfs2/super.c:883:40: note: byref variable will be forcibly initialized 883 | struct gfs2_statfs_change_host sc; | ^~ In file included from /kisskb/src/include/linux/mempool.h:8, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:1191:19: note: in expansion of macro 'wait_event_interruptible_timeout' 1191 | 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:1091:28: note: byref variable will be forcibly initialized 1091 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_evict_inode': /kisskb/src/fs/gfs2/super.c:1366:28: note: byref variable will be forcibly initialized 1366 | struct gfs2_holder gh; | ^~ In file included from /kisskb/src/drivers/misc/lattice-ecp3-config.c:11: /kisskb/src/drivers/misc/lattice-ecp3-config.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_jindex_free': /kisskb/src/fs/gfs2/super.c:61:26: 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:330:37: note: byref variable will be forcibly initialized 330 | struct gfs2_log_header_host lh; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c:329:19: note: byref variable will be forcibly initialized 329 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:133:37: note: byref variable will be forcibly initialized 133 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_init': /kisskb/src/fs/gfs2/super.c:183:28: note: byref variable will be forcibly initialized 183 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_sync': /kisskb/src/fs/gfs2/super.c:272:28: note: byref variable will be forcibly initialized 272 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dirty_inode': /kisskb/src/fs/gfs2/super.c:472:28: note: byref variable will be forcibly initialized 472 | struct gfs2_holder gh; | ^~ In file included from /kisskb/src/include/linux/mempool.h:8, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:548:17: note: in expansion of macro 'wait_event_timeout' 548 | wait_event_timeout(sdp->sd_log_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:543:17: note: in expansion of macro 'wait_event_timeout' 543 | wait_event_timeout(sdp->sd_log_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_freeze_func': /kisskb/src/fs/gfs2/super.c:652:28: note: byref variable will be forcibly initialized 652 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'wait_current_trans': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:543:17: note: in expansion of macro 'wait_event' 543 | wait_event(fs_info->transaction_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'wait_for_commit': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:862:17: note: in expansion of macro 'wait_event' 862 | wait_event(commit->commit_wait, commit->state >= min_state); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'cleanup_transaction': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1996:17: note: in expansion of macro 'wait_event' 1996 | wait_event(cur_trans->writer_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_write_and_wait_transaction': /kisskb/src/fs/btrfs/transaction.c:1204:25: note: byref variable will be forcibly initialized 1204 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'create_pending_snapshot': /kisskb/src/fs/btrfs/transaction.c:1621:26: note: byref variable will be forcibly initialized 1621 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_commit_transaction_async': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1969:9: note: in expansion of macro 'wait_event' 1969 | wait_event(fs_info->transaction_blocked_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_commit_transaction': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2269:9: note: in expansion of macro 'wait_event' 2269 | wait_event(cur_trans->writer_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2256:9: note: in expansion of macro 'wait_event' 2256 | wait_event(cur_trans->pending_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2241:9: note: in expansion of macro 'wait_event' 2241 | wait_event(cur_trans->writer_wait, | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_cmd64x.c: In function 'cmd64x_set_timing': /kisskb/src/drivers/ata/pata_cmd64x.c:127:43: note: byref variable will be forcibly initialized 127 | struct ata_timing tp; | ^~ /kisskb/src/drivers/ata/pata_cmd64x.c:97:27: note: byref variable will be forcibly initialized 97 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_cypress.c: In function 'cy82c693_set_piomode': /kisskb/src/drivers/ata/pata_cypress.c:59:27: note: byref variable will be forcibly initialized 59 | struct ata_timing t; | ^ /kisskb/src/fs/gfs2/util.c: In function 'check_journal_clean': /kisskb/src/fs/gfs2/util.c:56:37: note: byref variable will be forcibly initialized 56 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/gfs2/util.c:55:28: note: byref variable will be forcibly initialized 55 | struct gfs2_holder j_gh; | ^~~~ /kisskb/src/fs/gfs2/util.c: In function 'signal_our_withdraw': /kisskb/src/fs/gfs2/util.c:155:36: note: byref variable will be forcibly initialized 155 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_lm': /kisskb/src/fs/gfs2/util.c:308:26: note: byref variable will be forcibly initialized 308 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_pick_defrag_inode': /kisskb/src/fs/btrfs/file.c:193:29: note: byref variable will be forcibly initialized 193 | struct inode_defrag tmp; | ^~~ /kisskb/src/fs/btrfs/file.c: In function '__btrfs_run_defrag_inode': /kisskb/src/fs/btrfs/file.c:256:46: note: byref variable will be forcibly initialized 256 | struct btrfs_ioctl_defrag_range_args range; | ^~~~~ /kisskb/src/fs/btrfs/file.c: In function 'hole_mergeable': /kisskb/src/fs/btrfs/file.c:2417:26: note: byref variable will be forcibly initialized 2417 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file.c: In function 'extent_mergeable': /kisskb/src/fs/btrfs/file.c:1021:26: note: byref variable will be forcibly initialized 1021 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/file.c:20: /kisskb/src/fs/btrfs/file.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_insert_replace_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/file.c:2637:26: note: byref variable will be forcibly initialized 2637 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_controller': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_setup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_set_cs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_message': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_message_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'fill_holes': /kisskb/src/fs/btrfs/file.c:2452:26: note: byref variable will be forcibly initialized 2452 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_transfer': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_drop_extents': /kisskb/src/fs/btrfs/file.c:996:42: note: byref variable will be forcibly initialized 996 | struct btrfs_key slot_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/file.c:678:26: note: byref variable will be forcibly initialized 678 | struct btrfs_key new_key; | ^~~~~~~ /kisskb/src/fs/btrfs/file.c:677:26: note: byref variable will be forcibly initialized 677 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_mark_extent_written': /kisskb/src/fs/btrfs/file.c:1066:26: note: byref variable will be forcibly initialized 1066 | struct btrfs_key new_key; | ^~~~~~~ /kisskb/src/fs/btrfs/file.c:1065:26: note: byref variable will be forcibly initialized 1065 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'csum_exist_in_range': /kisskb/src/fs/btrfs/inode.c:1539:19: note: byref variable will be forcibly initialized 1539 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_fallocate': /kisskb/src/fs/btrfs/file.c:3407:26: note: byref variable will be forcibly initialized 3407 | struct list_head reserve_list; | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'start_ordered_ops': /kisskb/src/fs/btrfs/file.c:2146:25: note: byref variable will be forcibly initialized 2146 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_sync_file': /kisskb/src/fs/btrfs/file.c:2205:30: note: byref variable will be forcibly initialized 2205 | struct btrfs_log_ctx ctx; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_new_extent_direct': /kisskb/src/fs/btrfs/inode.c:7091:26: note: byref variable will be forcibly initialized 7091 | struct btrfs_key ins; | ^~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'insert_inline_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/inode.c:266:34: note: byref variable will be forcibly initialized 266 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_init': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:917:26: note: byref variable will be forcibly initialized 917 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_destroy': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:890:26: note: byref variable will be forcibly initialized 890 | struct iosys_map map; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_encoded_read_verify_csum': /kisskb/src/fs/btrfs/inode.c:10319:30: note: byref variable will be forcibly initialized 10319 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_set_inode_index_count': /kisskb/src/fs/btrfs/inode.c:5984:31: note: byref variable will be forcibly initialized 5984 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5984:26: note: byref variable will be forcibly initialized 5984 | struct btrfs_key key, found_key; | ^~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:201:28: note: byref variable will be forcibly initialized 201 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'fill_inode_item': /kisskb/src/fs/btrfs/inode.c:3951:32: note: byref variable will be forcibly initialized 3951 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'may_destroy_subvol': /kisskb/src/fs/btrfs/inode.c:4357:26: note: byref variable will be forcibly initialized 4357 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/spi/spi.c:8: /kisskb/src/drivers/spi/spi.c: In function '__spi_sync': /kisskb/src/drivers/spi/spi.c:3907:36: note: byref variable will be forcibly initialized 3907 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/spi/spi.c:3907:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 3907 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_iget_locked': /kisskb/src/fs/btrfs/inode.c:5537:32: note: byref variable will be forcibly initialized 5537 | struct btrfs_iget_args args; | ^~~~ /kisskb/src/drivers/spi/spi.c: In function 'spi_write_then_read': /kisskb/src/drivers/spi/spi.c:4099:33: note: byref variable will be forcibly initialized 4099 | struct spi_message message; | ^~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_insert_inode_locked': /kisskb/src/fs/btrfs/inode.c:6052:32: note: byref variable will be forcibly initialized 6052 | struct btrfs_iget_args args; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_real_readdir': /kisskb/src/fs/btrfs/inode.c:5796:26: note: byref variable will be forcibly initialized 5796 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5787:26: note: byref variable will be forcibly initialized 5787 | struct list_head del_list; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5786:26: note: byref variable will be forcibly initialized 5786 | struct list_head ins_list; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5783:26: note: byref variable will be forcibly initialized 5783 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5782:26: note: byref variable will be forcibly initialized 5782 | struct btrfs_key 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/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/firewire/nosy.c:7: /kisskb/src/drivers/firewire/nosy.c: In function 'packet_buffer_get': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:143:13: note: in expansion of macro 'wait_event_interruptible' 143 | if (wait_event_interruptible(buffer->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'acls_after_inode_item': /kisskb/src/fs/btrfs/inode.c:3684:26: note: byref variable will be forcibly initialized 3684 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_read_locked_inode': /kisskb/src/fs/btrfs/inode.c:3753:26: note: byref variable will be forcibly initialized 3753 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'bus_reset_irq_handler': /kisskb/src/drivers/firewire/nosy.c:441:27: note: byref variable will be forcibly initialized 441 | struct timespec64 ts64; | ^~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'packet_irq_handler': /kisskb/src/drivers/firewire/nosy.c:411:27: note: byref variable will be forcibly initialized 411 | struct timespec64 ts64; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'fixup_tree_root_location': /kisskb/src/fs/btrfs/inode.c:5401:26: note: byref variable will be forcibly initialized 5401 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/firewire/nosy.c: In function 'nosy_ioctl': /kisskb/src/drivers/firewire/nosy.c:348:27: note: byref variable will be forcibly initialized 348 | struct nosy_stats stats; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1989:43: note: byref variable will be forcibly initialized 1989 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1886:28: note: byref variable will be forcibly initialized 1886 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_check_read_dio_bio': /kisskb/src/fs/btrfs/inode.c:7807:26: note: byref variable will be forcibly initialized 7807 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_submit_direct': /kisskb/src/fs/btrfs/inode.c:7989:34: note: byref variable will be forcibly initialized 7989 | struct btrfs_io_geometry geom; | ^~~~ 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/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_encoded_read_regular_fill_pages': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:349:15: note: in expansion of macro '___wait_event' 349 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:360:9: note: in expansion of macro '__io_wait_event' 360 | __io_wait_event(wq_head, condition); \ | ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:10444:17: note: in expansion of macro 'io_wait_event' 10444 | io_wait_event(priv.wait, !atomic_read(&priv.pending)); | ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:10392:42: note: byref variable will be forcibly initialized 10392 | struct btrfs_io_geometry geom; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'last_err_open_dev_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:545:47: note: byref variable will be forcibly initialized 545 | struct hl_info_last_err_open_dev_time info = {0}; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c: In function 'etnaviv_cmd_validate_one': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c:152:38: note: byref variable will be forcibly initialized 152 | struct etna_validation_state state; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'total_energy_consumption_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:433:31: note: byref variable will be forcibly initialized 433 | struct hl_info_energy total_energy = {0}; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'power_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:473:30: note: byref variable will be forcibly initialized 473 | struct hl_power_info power_info = {0}; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'start_delalloc_inodes': /kisskb/src/fs/btrfs/inode.c:9575:26: note: byref variable will be forcibly initialized 9575 | struct list_head splice; | ^~~~~~ /kisskb/src/fs/btrfs/inode.c:9574:26: note: byref variable will be forcibly initialized 9574 | struct list_head works; | ^~~~~ 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/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_wait_on_delayed_iputs': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:3449:19: note: in expansion of macro 'wait_event_killable' 3449 | int ret = wait_event_killable(fs_info->delayed_iputs_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_for_each_slot_or_bus': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:614:35: note: byref variable will be forcibly initialized 614 | struct vfio_pci_walk_info walk = { | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_unlink_subvol': /kisskb/src/fs/btrfs/inode.c:4258:26: note: byref variable will be forcibly initialized 4258 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_feature_token': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1164:16: note: byref variable will be forcibly initialized 1164 | uuid_t uuid; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_delete_subvolume': /kisskb/src/fs/btrfs/inode.c:4474:32: note: byref variable will be forcibly initialized 4474 | struct btrfs_block_rsv block_rsv; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_evict_inode': /kisskb/src/fs/btrfs/inode.c:5289:47: note: byref variable will be forcibly initialized 5289 | struct btrfs_truncate_control control = { | ^~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_orphan_cleanup': /kisskb/src/fs/btrfs/inode.c:3493:31: note: byref variable will be forcibly initialized 3493 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:3493:26: note: byref variable will be forcibly initialized 3493 | struct btrfs_key key, found_key; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5642:26: note: byref variable will be forcibly initialized 5642 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_new_inode': /kisskb/src/fs/btrfs/inode.c:6109:33: note: byref variable will be forcibly initialized 6109 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_ioctl': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1133:46: note: byref variable will be forcibly initialized 1133 | struct vfio_device_ioeventfd ioeventfd; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1043:44: note: byref variable will be forcibly initialized 1043 | struct vfio_pci_group_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1040:43: note: byref variable will be forcibly initialized 1040 | struct vfio_pci_hot_reset hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:968:43: note: byref variable will be forcibly initialized 968 | struct vfio_pci_fill_info fill = { 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:967:48: note: byref variable will be forcibly initialized 967 | struct vfio_pci_hot_reset_info hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:907:37: note: byref variable will be forcibly initialized 907 | struct vfio_irq_set hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:871:38: note: byref variable will be forcibly initialized 871 | struct vfio_irq_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:814:58: note: byref variable will be forcibly initialized 814 | struct vfio_region_info_cap_type cap_type = { | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:728:38: note: byref variable will be forcibly initialized 728 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:727:41: note: byref variable will be forcibly initialized 727 | struct vfio_region_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:670:38: note: byref variable will be forcibly initialized 670 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:669:41: note: byref variable will be forcibly initialized 669 | struct vfio_device_info info; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_add_link': /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'ast_post_chip_2300': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:1602:35: note: byref variable will be forcibly initialized 1602 | struct ast2300_dram_param param; | ^~~~~ /kisskb/src/fs/btrfs/inode.c:6280:26: note: byref variable will be forcibly initialized 6280 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_match': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1657:16: note: byref variable will be forcibly initialized 1657 | uuid_t uuid; | ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_rename_exchange': /kisskb/src/fs/btrfs/inode.c:9067:33: note: byref variable will be forcibly initialized 9067 | struct btrfs_rename_ctx new_rename_ctx; | ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:9066:33: note: byref variable will be forcibly initialized 9066 | struct btrfs_rename_ctx old_rename_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/mm.h:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:80:23: note: in expansion of macro 'wait_event_timeout' 80 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_symlink': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/inode.c:9722:26: note: byref variable will be forcibly initialized 9722 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:250:9: note: in expansion of macro 'wait_event_timeout' 250 | wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_rename': /kisskb/src/fs/btrfs/inode.c:9330:33: note: byref variable will be forcibly initialized 9330 | struct btrfs_rename_ctx rename_ctx; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_get_extent': /kisskb/src/fs/btrfs/inode.c:6719:26: note: byref variable will be forcibly initialized 6719 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'can_nocow_extent': /kisskb/src/fs/btrfs/inode.c:7156:26: note: byref variable will be forcibly initialized 7156 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_start_delalloc_roots': /kisskb/src/fs/btrfs/inode.c:9669:26: note: byref variable will be forcibly initialized 9669 | struct list_head splice; | ^~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'cow_file_range': /kisskb/src/fs/btrfs/inode.c:1123:26: note: byref variable will be forcibly initialized 1123 | struct btrfs_key ins; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'run_delalloc_nocow': /kisskb/src/fs/btrfs/inode.c:1660:34: note: byref variable will be forcibly initialized 1660 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'submit_one_async_extent': /kisskb/src/fs/btrfs/inode.c:923:26: note: byref variable will be forcibly initialized 923 | struct btrfs_key ins; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_do_encoded_write': /kisskb/src/fs/btrfs/inode.c:10674:26: note: byref variable will be forcibly initialized 10674 | struct btrfs_key ins; | ^~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'insert_reserved_file_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/inode.c:2881:26: note: byref variable will be forcibly initialized 2881 | struct btrfs_key ins; | ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'insert_ordered_extent_file_extent': /kisskb/src/fs/btrfs/inode.c:2985:39: note: byref variable will be forcibly initialized 2985 | struct btrfs_file_extent_item stack_fi; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'insert_prealloc_file_extent': /kisskb/src/fs/btrfs/inode.c:9842:42: note: byref variable will be forcibly initialized 9842 | struct btrfs_replace_extent_info extent_info; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:9841:39: note: byref variable will be forcibly initialized 9841 | struct btrfs_file_extent_item stack_fi; | ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function '__btrfs_prealloc_file_range': /kisskb/src/fs/btrfs/inode.c:9920:26: note: byref variable will be forcibly initialized 9920 | struct btrfs_key ins; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c: In function 'vfio_msi_set_vector_signal': /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c:337:32: note: byref variable will be forcibly initialized 337 | struct msi_msg msg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetPortFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3247:34: note: byref variable will be forcibly initialized 3247 | PortFacts_t get_pfacts; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIocFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3073:34: note: byref variable will be forcibly initialized 3073 | IOCFacts_t get_facts; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendPortEnable': /kisskb/src/drivers/message/fusion/mptbase.c:3455:34: note: byref variable will be forcibly initialized 3455 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3454:34: note: byref variable will be forcibly initialized 3454 | PortEnable_t port_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendEventNotification': /kisskb/src/drivers/message/fusion/mptbase.c:6291:33: note: byref variable will be forcibly initialized 6291 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6290:33: note: byref variable will be forcibly initialized 6290 | EventNotification_t evn; | ^~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_search_running_cmds': /kisskb/src/drivers/message/fusion/mptscsih.c:1082:26: note: byref variable will be forcibly initialized 1082 | struct scsi_lun lun; | ^~~ /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:45: note: byref variable will be forcibly initialized 554 | struct backlight_properties props = { 0 }; | ^~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_synchronize_cache': /kisskb/src/drivers/message/fusion/mptscsih.c:3012:34: note: byref variable will be forcibly initialized 3012 | INTERNAL_CMD iocmd; | ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendIocInit': /kisskb/src/drivers/message/fusion/mptbase.c:3331:34: note: byref variable will be forcibly initialized 3331 | MPIDefaultReply_t init_reply; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3330:34: note: byref variable will be forcibly initialized 3330 | IOCInit_t ioc_init; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:860:30: note: byref variable will be forcibly initialized 860 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_aif': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:850:30: note: byref variable will be forcibly initialized 850 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_vsi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:874:30: note: byref variable will be forcibly initialized 874 | union hdmi_infoframe frame; | ^~~~~ 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/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:9: /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'read_edid_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1241:21: note: in expansion of macro 'wait_event_timeout' 1241 | i = wait_event_timeout(priv->wq_edid, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_edid_delay_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:767:16: note: in expansion of macro 'wait_event_killable' 767 | return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-defrag.c: In function 'btrfs_defrag_leaves': /kisskb/src/fs/btrfs/tree-defrag.c:23:26: note: byref variable will be forcibly initialized 23 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_create': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1811:31: note: byref variable will be forcibly initialized 1811 | struct i2c_board_info cec_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-lvds.c: In function 'panel_lvds_parse_dt': /kisskb/src/drivers/gpu/drm/panel/panel-lvds.c:119:31: note: byref variable will be forcibly initialized 119 | struct display_timing timing; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_is_discovery_complete': /kisskb/src/drivers/message/fusion/mptbase.c:285:21: note: byref variable will be forcibly initialized 285 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:284:36: note: byref variable will be forcibly initialized 284 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetLanConfigPages': /kisskb/src/drivers/message/fusion/mptbase.c:4943:34: note: byref variable will be forcibly initialized 4943 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:4942:34: note: byref variable will be forcibly initialized 4942 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_GetScsiPortSettings': /kisskb/src/drivers/message/fusion/mptbase.c:5365:34: note: byref variable will be forcibly initialized 5365 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5364:34: note: byref variable will be forcibly initialized 5364 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_readScsiDevicePageHeaders': /kisskb/src/drivers/message/fusion/mptbase.c:5583:34: note: byref variable will be forcibly initialized 5583 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5582:34: note: byref variable will be forcibly initialized 5582 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_1': /kisskb/src/drivers/message/fusion/mptbase.c:6152:34: note: byref variable will be forcibly initialized 6152 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6151:34: note: byref variable will be forcibly initialized 6151 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_4': /kisskb/src/drivers/message/fusion/mptbase.c:6097:34: note: byref variable will be forcibly initialized 6097 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6096:34: note: byref variable will be forcibly initialized 6096 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIoUnitPage2': /kisskb/src/drivers/message/fusion/mptbase.c:5293:34: note: byref variable will be forcibly initialized 5293 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5292:34: note: byref variable will be forcibly initialized 5292 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_get_manufacturing_pg_0': /kisskb/src/drivers/message/fusion/mptbase.c:6239:33: note: byref variable will be forcibly initialized 6239 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:6238:33: note: byref variable will be forcibly initialized 6238 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg0': /kisskb/src/drivers/message/fusion/mptbase.c:5742:41: note: byref variable will be forcibly initialized 5742 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5741:41: note: byref variable will be forcibly initialized 5741 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_get_num_paths': /kisskb/src/drivers/message/fusion/mptbase.c:5809:41: note: byref variable will be forcibly initialized 5809 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5808:41: note: byref variable will be forcibly initialized 5808 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg1': /kisskb/src/drivers/message/fusion/mptbase.c:5878:41: note: byref variable will be forcibly initialized 5878 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5877:41: note: byref variable will be forcibly initialized 5877 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_3': /kisskb/src/drivers/message/fusion/mptbase.c:6038:34: note: byref variable will be forcibly initialized 6038 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6037:34: note: byref variable will be forcibly initialized 6037 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_inactive_raid_volumes': /kisskb/src/drivers/message/fusion/mptbase.c:5657:41: note: byref variable will be forcibly initialized 5657 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5653:41: note: byref variable will be forcibly initialized 5653 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5652:41: note: byref variable will be forcibly initialized 5652 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_findImVolumes': /kisskb/src/drivers/message/fusion/mptbase.c:5968:34: note: byref variable will be forcibly initialized 5968 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5967:34: note: byref variable will be forcibly initialized 5967 | CONFIGPARMS cfg; | ^~~ In file included from /kisskb/src/include/linux/compiler_types.h:93, from : /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_put': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:69:68: note: byref variable will be forcibly initialized 69 | &(struct nvif_vmm_put_v0) { | ^ /kisskb/src/include/linux/compiler-gcc.h:86:47: note: in definition of macro 'asm_volatile_goto' 86 | #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) | ^ /kisskb/src/arch/powerpc/include/asm/bug.h:127:25: note: in expansion of macro 'WARN_ENTRY' 127 | WARN_ENTRY(PPC_TLNEI " %4, 0", \ | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:68:17: note: in expansion of macro 'WARN_ON' 68 | WARN_ON(nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PUT, | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_get': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:80:32: note: byref variable will be forcibly initialized 80 | struct nvif_vmm_get_v0 args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:150:41: note: byref variable will be forcibly initialized 150 | struct nvif_vmm_page_v0 args = { .index = i }; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:248:34: note: byref variable will be forcibly initialized 248 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:652:26: note: byref variable will be forcibly initialized 652 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:29: /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:784:31: note: byref variable will be forcibly initialized 784 | struct display_timing dt; | ^~ 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/etnaviv/etnaviv_cmdbuf.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c: In function 'etnaviv_cmdbuf_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:101:23: note: in expansion of macro 'wait_event_interruptible_timeout' 101 | ret = wait_event_interruptible_timeout(suballoc->free_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_probe': /kisskb/src/drivers/pcmcia/ds.c:256:25: note: byref variable will be forcibly initialized 256 | cistpl_config_t cis_config; | ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_query': /kisskb/src/drivers/pcmcia/ds.c:401:25: note: byref variable will be forcibly initialized 401 | cistpl_funcid_t func_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:400:25: note: byref variable will be forcibly initialized 400 | cistpl_manfid_t manf_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_load_firmware': /kisskb/src/drivers/pcmcia/ds.c:742:31: note: byref variable will be forcibly initialized 742 | cistpl_longlink_mfc_t mfc; | ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_fixup_iowidth': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:257:23: note: byref variable will be forcibly initialized 257 | pccard_io_map io_on; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:256:23: note: byref variable will be forcibly initialized 256 | pccard_io_map io_off = { 0, 0, 0, 0, 1 }; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_release_configuration': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:348:23: note: byref variable will be forcibly initialized 348 | pccard_io_map io = { 0, 0, 0, 0, 1 }; | ^~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_card_add': /kisskb/src/drivers/pcmcia/ds.c:604:31: note: byref variable will be forcibly initialized 604 | cistpl_longlink_mfc_t mfc; | ^~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_requery': /kisskb/src/drivers/pcmcia/ds.c:692:39: note: byref variable will be forcibly initialized 692 | cistpl_longlink_mfc_t mfc; | ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_enable_device': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:483:23: note: byref variable will be forcibly initialized 483 | pccard_io_map iomap; | ^~~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_extract_cis': /kisskb/src/drivers/pcmcia/cistpl.c:1476:17: note: byref variable will be forcibly initialized 1476 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'int_queue_schedule_job': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:336:22: note: byref variable will be forcibly initialized 336 | struct hl_bd bd; | ^~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_wait_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:465:39: note: byref variable will be forcibly initialized 465 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_cmd640.c: In function 'cmd640_set_piomode': /kisskb/src/drivers/ata/pata_cmd640.c:71:35: note: byref variable will be forcibly initialized 71 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_cmd640.c:56:27: note: byref variable will be forcibly initialized 56 | struct ata_timing t; | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mm_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:121:28: note: byref variable will be forcibly initialized 121 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mmu_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:132:28: note: byref variable will be forcibly initialized 132 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:88:17: note: byref variable will be forcibly initialized 88 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_read_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:38:17: note: byref variable will be forcibly initialized 38 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:325:32: note: byref variable will be forcibly initialized 325 | struct pcmcia_loop_mem loop = { | ^~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_get_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:377:32: note: byref variable will be forcibly initialized 377 | struct pcmcia_loop_get get = { | ^~~ /kisskb/src/fs/btrfs/sysfs.c: In function 'addrm_unknown_feature_attrs': /kisskb/src/fs/btrfs/sysfs.c:1128:40: note: byref variable will be forcibly initialized 1128 | struct attribute_group agroup = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_rd': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:195:11: note: byref variable will be forcibly initialized 195 | } v; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:90:28: note: byref variable will be forcibly initialized 90 | struct nvkm_oclass oclass; | ^~~~~~ /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:985:35: note: byref variable will be forcibly initialized 985 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'nonstatic_find_mem_region': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:811:34: note: byref variable will be forcibly initialized 811 | struct pcmcia_align_data data; | ^~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function '__nonstatic_find_io_region': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:689:34: note: byref variable will be forcibly initialized 689 | struct pcmcia_align_data data; | ^~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'checksum': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:297:24: note: byref variable will be forcibly initialized 297 | pccard_mem_map map; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'asd_free_queues': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:850:19: note: byref variable will be forcibly initialized 850 | LIST_HEAD(pending); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:7, 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:30, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c:44:9: note: in expansion of macro 'wait_event' 44 | wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c: In function 'etnaviv_core_dump': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c:116:35: note: byref variable will be forcibly initialized 116 | struct core_dump_iterator iter; | ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:19: note: byref variable will be forcibly initialized 345 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_post_ascb_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1190:19: note: byref variable will be forcibly initialized 1190 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/spi/spi-mem.c: In function 'spi_mem_exec_op': /kisskb/src/drivers/spi/spi-mem.c:308:28: note: byref variable will be forcibly initialized 308 | struct spi_message msg; | ^~~ /kisskb/src/drivers/spi/spi-mem.c: In function 'spi_mem_no_dirmap_read': /kisskb/src/drivers/spi/spi-mem.c:475:27: note: byref variable will be forcibly initialized 475 | struct spi_mem_op op = desc->info.op_tmpl; | ^~ /kisskb/src/drivers/spi/spi-mem.c: In function 'spi_mem_no_dirmap_write': /kisskb/src/drivers/spi/spi-mem.c:495:27: note: byref variable will be forcibly initialized 495 | struct spi_mem_op op = desc->info.op_tmpl; | ^~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:25: note: byref variable will be forcibly initialized 123 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:46: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/pcmcia/pd6729.c: In function 'pd6729_init': /kisskb/src/drivers/pcmcia/pd6729.c:547:23: note: byref variable will be forcibly initialized 547 | pccard_io_map io = { 0, 0, 0, 0, 1 }; | ^~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_update': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:547:35: note: byref variable will be forcibly initialized 547 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:547:25: note: byref variable will be forcibly initialized 547 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_clear_screen': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:431:25: note: byref variable will be forcibly initialized 431 | struct drm_rect fullscreen = { | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:18: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_pwm_enable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:170:26: note: byref variable will be forcibly initialized 170 | struct pwm_state pwmstate; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:212:26: note: byref variable will be forcibly initialized 212 | struct iosys_map map = IOSYS_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:562:26: note: byref variable will be forcibly initialized 562 | struct iosys_map map; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c: In function 'tce_iommu_ioctl': /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:1100:52: note: byref variable will be forcibly initialized 1100 | struct vfio_iommu_spapr_tce_remove remove; | ^~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:1059:52: note: byref variable will be forcibly initialized 1059 | struct vfio_iommu_spapr_tce_create create; | ^~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:998:57: note: byref variable will be forcibly initialized 998 | struct vfio_iommu_spapr_register_memory param; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:968:57: note: byref variable will be forcibly initialized 968 | struct vfio_iommu_spapr_register_memory param; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:924:51: note: byref variable will be forcibly initialized 924 | struct vfio_iommu_type1_dma_unmap param; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:857:49: note: byref variable will be forcibly initialized 857 | struct vfio_iommu_type1_dma_map param; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_spapr_tce.c:809:50: note: byref variable will be forcibly initialized 809 | struct vfio_iommu_spapr_tce_info info; | ^~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature_migration': /kisskb/src/drivers/vfio/vfio.c:1784:46: note: byref variable will be forcibly initialized 1784 | struct vfio_device_feature_migration mig = { | ^~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature_mig_device_state': /kisskb/src/drivers/vfio/vfio.c:1737:46: note: byref variable will be forcibly initialized 1737 | struct vfio_device_feature_mig_state mig; | ^~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature': /kisskb/src/drivers/vfio/vfio.c:1806:36: note: byref variable will be forcibly initialized 1806 | struct vfio_device_feature feature; | ^~~~~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1420:42: note: byref variable will be forcibly initialized 1420 | struct vfio_group_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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:958:17: note: in expansion of macro 'wait_event' 958 | wait_event(group->container_q, !group->container); | ^~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/auxdisplay/panel.c:36: /kisskb/src/drivers/auxdisplay/panel.c: In function 'keypad_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c:1034:21: note: in expansion of macro 'wait_event_interruptible' 1034 | if (wait_event_interruptible(keypad_read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'panel_attach': /kisskb/src/drivers/auxdisplay/panel.c:1523:26: note: byref variable will be forcibly initialized 1523 | struct pardev_cb panel_cb; | ^~~~~~~~ /kisskb/src/fs/btrfs/xattr.c: In function 'btrfs_listxattr': /kisskb/src/fs/btrfs/xattr.c:304:34: note: byref variable will be forcibly initialized 304 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/xattr.c:274:26: note: byref variable will be forcibly initialized 274 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_vmap_impl': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:80:26: note: byref variable will be forcibly initialized 80 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_release': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:65:26: note: byref variable will be forcibly initialized 65 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(etnaviv_obj->vaddr); | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:14:29: note: byref variable will be forcibly initialized 14 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:48:29: note: byref variable will be forcibly initialized 48 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:74:29: note: byref variable will be forcibly initialized 74 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:96:29: note: byref variable will be forcibly initialized 96 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:450:25: note: byref variable will be forcibly initialized 450 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_fb_blit_fullscreen': /kisskb/src/drivers/ata/pata_of_platform.c: In function 'pata_of_platform_probe': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:352:25: note: byref variable will be forcibly initialized 352 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:28:25: note: byref variable will be forcibly initialized 28 | struct resource irq_res; | ^~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:27:25: note: byref variable will be forcibly initialized 27 | struct resource ctl_res; | ^~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:26:25: note: byref variable will be forcibly initialized 26 | struct resource io_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/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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:462:17: note: in expansion of macro 'wait_event' 462 | wait_event(vgdev->cursorq.ack_queue, vq->num_free >= outcnt); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:444:37: note: byref variable will be forcibly initialized 444 | 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:199:26: note: byref variable will be forcibly initialized 199 | 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:250:26: note: byref variable will be forcibly initialized 250 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:335:17: note: in expansion of macro 'wait_event' 335 | 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:368:49: note: byref variable will be forcibly initialized 368 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:368:43: note: byref variable will be forcibly initialized 368 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:368:37: note: byref variable will be forcibly initialized 368 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:570:29: note: byref variable will be forcibly initialized 570 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:602:29: note: byref variable will be forcibly initialized 602 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:627:29: note: byref variable will be forcibly initialized 627 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:656:29: note: byref variable will be forcibly initialized 656 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_fan_speed': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:685:29: note: byref variable will be forcibly initialized 685 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:714:29: note: byref variable will be forcibly initialized 714 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:743:29: note: byref variable will be forcibly initialized 743 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:766:29: note: byref variable will be forcibly initialized 766 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:791:29: note: byref variable will be forcibly initialized 791 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:816:29: note: byref variable will be forcibly initialized 816 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:847:29: note: byref variable will be forcibly initialized 847 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_ms_get_phy_params': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:763:36: note: byref variable will be forcibly initialized 763 | struct asd_manuf_phy_param dflt_phy_param; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'etnaviv_ioctl_gem_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:435:31: note: byref variable will be forcibly initialized 435 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/vfio/vfio_spapr_eeh.c: In function 'vfio_spapr_iommu_eeh_ioctl': /kisskb/src/drivers/vfio/vfio_spapr_eeh.c:35:31: note: byref variable will be forcibly initialized 35 | struct vfio_eeh_pe_op op; | ^~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ctrl_a_user': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:974:39: note: byref variable will be forcibly initialized 974 | struct asd_ctrla_phy_settings dflt_ps; | ^~~~~~~ /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:85:28: note: byref variable will be forcibly initialized 85 | struct drm_printer p; | ^ /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:37: note: byref variable will be forcibly initialized 369 | struct backlight_properties props; | ^~~~~ /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:23: note: byref variable will be forcibly initialized 993 | struct dp_sdp psr_vsc; | ^~~~~~~ /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:23: note: byref variable will be forcibly initialized 1021 | struct dp_sdp psr_vsc; | ^~~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/drm/drm_prime.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:12: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/btrfs/ordered-data.c:6: /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_wait_ordered_extents': /kisskb/src/fs/btrfs/ordered-data.c:611:19: note: byref variable will be forcibly initialized 611 | LIST_HEAD(works); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ordered-data.c:610:19: note: byref variable will be forcibly initialized 610 | LIST_HEAD(skipped); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ordered-data.c:609:19: note: byref variable will be forcibly initialized 609 | LIST_HEAD(splice); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_wait_ordered_roots': /kisskb/src/fs/btrfs/ordered-data.c:665:26: note: byref variable will be forcibly initialized 665 | struct list_head splice; | ^~~~~~ 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/btrfs/ordered-data.c:6: /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_start_ordered_extent': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/ordered-data.c:719:17: note: in expansion of macro 'wait_event' 719 | wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, | ^~~~~~~~~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_read': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:241:33: note: byref variable will be forcibly initialized 241 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_write': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:306:33: note: byref variable will be forcibly initialized 306 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_erase': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:160:33: note: byref variable will be forcibly initialized 160 | struct spi_message 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/uaccess.h:8, from /kisskb/src/drivers/input/serio/serport.c:12: /kisskb/src/drivers/input/serio/serport.c: In function 'serport_ldisc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serport.c:187:9: note: in expansion of macro 'wait_event_interruptible' 187 | wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/mchp23k256.c: In function 'mchp23k256_write': /kisskb/src/drivers/mtd/devices/mchp23k256.c:65:28: note: byref variable will be forcibly initialized 65 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/mchp23k256.c: In function 'mchp23k256_read': /kisskb/src/drivers/mtd/devices/mchp23k256.c:104:28: note: byref variable will be forcibly initialized 104 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/mchp23k256.c: In function 'mchp23k256_set_mode': /kisskb/src/drivers/mtd/devices/mchp23k256.c:146:28: note: byref variable will be forcibly initialized 146 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_vram_mm_debugfs': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:960:28: note: byref variable will be forcibly initialized 960 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_vm_ctx_fini': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2615:26: note: byref variable will be forcibly initialized 2615 | struct hl_mem_in args; | ^~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:190:25: note: byref variable will be forcibly initialized 190 | struct rtc_time ret; | ^~~ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_message': /kisskb/src/drivers/spi/spidev.c:202:33: note: byref variable will be forcibly initialized 202 | struct spi_message msg; | ^~~ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_sync_write': /kisskb/src/drivers/spi/spidev.c:120:33: note: byref variable will be forcibly initialized 120 | struct spi_message m; | ^ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_sync_read': /kisskb/src/drivers/spi/spidev.c:135:33: note: byref variable will be forcibly initialized 135 | struct spi_message m; | ^ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_parser': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:225:29: note: byref variable will be forcibly initialized 225 | struct hl_cs_parser parser; | ^~~~~~ In file included from /kisskb/src/drivers/mtd/devices/mchp48l640.c:24: /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_spi_device_pg1': /kisskb/src/drivers/message/fusion/mptspi.c:859:36: note: byref variable will be forcibly initialized 859 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:858:32: note: byref variable will be forcibly initialized 858 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_width': /kisskb/src/drivers/message/fusion/mptspi.c:1084:43: note: byref variable will be forcibly initialized 1084 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_hold_mcs': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1056:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1056 | MPTSPI_SIMPLE_TRANSPORT_PARM(hold_mcs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_pcomp_en': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1057:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1057 | MPTSPI_SIMPLE_TRANSPORT_PARM(pcomp_en) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rti': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1055:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1055 | MPTSPI_SIMPLE_TRANSPORT_PARM(rti) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rd_strm': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1053:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1053 | MPTSPI_SIMPLE_TRANSPORT_PARM(rd_strm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_wr_flow': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1054:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1054 | MPTSPI_SIMPLE_TRANSPORT_PARM(wr_flow) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_qas': /kisskb/src/drivers/message/fusion/mptspi.c:1061:43: note: byref variable will be forcibly initialized 1061 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_spi_device_pg0': /kisskb/src/drivers/message/fusion/mptspi.c:523:36: note: byref variable will be forcibly initialized 523 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:522:32: note: byref variable will be forcibly initialized 522 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_parameters': /kisskb/src/drivers/message/fusion/mptspi.c:598:43: note: byref variable will be forcibly initialized 598 | struct _CONFIG_PAGE_SCSI_DEVICE_0 spi_dev_pg0; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_dt': /kisskb/src/drivers/message/fusion/mptspi.c:993:43: note: byref variable will be forcibly initialized 993 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_iu': /kisskb/src/drivers/message/fusion/mptspi.c:1016:43: note: byref variable will be forcibly initialized 1016 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_offset': /kisskb/src/drivers/message/fusion/mptspi.c:936:43: note: byref variable will be forcibly initialized 936 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_period': /kisskb/src/drivers/message/fusion/mptspi.c:961:43: note: byref variable will be forcibly initialized 961 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_dv_renegotiate_work': /kisskb/src/drivers/message/fusion/mptspi.c:1263:43: note: byref variable will be forcibly initialized 1263 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_slave_destroy': /kisskb/src/drivers/message/fusion/mptspi.c:810:51: note: byref variable will be forcibly initialized 810 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:382:27: note: byref variable will be forcibly initialized 382 | struct rtc_wkalrm alrm; | ^~~~ /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:175:25: note: byref variable will be forcibly initialized 175 | struct drm_rect rect; | ^~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:587:15: note: in expansion of macro 'wait_event_timeout' 587 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:301:29: note: byref variable will be forcibly initialized 301 | struct cpucp_packet pkt; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.h:11, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.h:10, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:20: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_heartbeat': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:407:29: note: byref variable will be forcibly initialized 407 | struct cpucp_packet hb_pkt; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pll_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:944:29: note: byref variable will be forcibly initialized 944 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_power_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:974:29: note: byref variable will be forcibly initialized 974 | struct cpucp_packet pkt; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_add_system_chunk': /kisskb/src/fs/btrfs/volumes.c:5009:31: note: byref variable will be forcibly initialized 5009 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dram_pending_row_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1042:29: note: byref variable will be forcibly initialized 1042 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_engine_core_asid_set': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1064:29: note: byref variable will be forcibly initialized 1064 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_debugfs': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:889:26: note: byref variable will be forcibly initialized 889 | struct dma_debug debug; | ^~~~~ 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/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_wait_obj_inactive': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1266:15: note: in expansion of macro 'wait_event_interruptible_timeout' 1266 | ret = wait_event_interruptible_timeout(gpu->fence_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_send_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2286:30: note: byref variable will be forcibly initialized 2286 | struct lkd_msg_comms msg; | ^~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:42: note: byref variable will be forcibly initialized 118 | struct pcf50633_adc_sync_request req; | ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'calc_bio_boundaries': /kisskb/src/fs/btrfs/extent_io.c:3257:34: note: byref variable will be forcibly initialized 3257 | struct btrfs_io_geometry geom; | ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'find_free_dev_extent_start': /kisskb/src/fs/btrfs/volumes.c:1561:26: note: byref variable will be forcibly initialized 1561 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_subpage_eb_writepage': /kisskb/src/fs/btrfs/extent_io.c:4406:30: note: byref variable will be forcibly initialized 4406 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'update_dev_time': /kisskb/src/fs/btrfs/volumes.c:1887:27: note: byref variable will be forcibly initialized 1887 | struct timespec64 now; | ^~~ /kisskb/src/fs/btrfs/volumes.c:1886:21: note: byref variable will be forcibly initialized 1886 | struct path path; | ^~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_buffer_writepage': /kisskb/src/fs/btrfs/extent_io.c:4464:30: note: byref variable will be forcibly initialized 4464 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_device_init_dev_stats': /kisskb/src/fs/btrfs/volumes.c:7753:26: note: byref variable will be forcibly initialized 7753 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_rm_dev_item': /kisskb/src/fs/btrfs/volumes.c:1904:26: note: byref variable will be forcibly initialized 1904 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_chunk': /kisskb/src/fs/btrfs/volumes.c:2943:26: note: byref variable will be forcibly initialized 2943 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/extent_io.c:5: /kisskb/src/fs/btrfs/extent_io.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:1270:18: note: byref variable will be forcibly initialized 1270 | XA_STATE(xas, &rac->mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1353:25: note: in definition of macro 'XA_STATE' 1353 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /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:40: 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:40: note: byref variable will be forcibly initialized 833 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/volumes.c:19: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'update_dev_stat_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/volumes.c:7829:26: note: byref variable will be forcibly initialized 7829 | struct btrfs_key key; | ^~~ /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:40: 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_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:433:48: note: byref variable will be forcibly initialized 433 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_update_device': /kisskb/src/fs/btrfs/volumes.c:2856:26: note: byref variable will be forcibly initialized 2856 | struct btrfs_key key; | ^~~ /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:40: note: byref variable will be forcibly initialized 525 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/volumes.c:19: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_add_dev_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/volumes.c:1829:26: note: byref variable will be forcibly initialized 1829 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_dev_extent': /kisskb/src/fs/btrfs/volumes.c:1711:26: note: byref variable will be forcibly initialized 1711 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1710:26: note: byref variable will be forcibly initialized 1710 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'find_next_devid': /kisskb/src/fs/btrfs/volumes.c:1780:26: note: byref variable will be forcibly initialized 1780 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1779:26: note: byref variable will be forcibly initialized 1779 | struct btrfs_key key; | ^~~ /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:45: note: byref variable will be forcibly initialized 1010 | struct drm_mode_set set = { | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_del_sys_chunk': /kisskb/src/fs/btrfs/volumes.c:2983:26: note: byref variable will be forcibly initialized 2983 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/volumes.c:19: /kisskb/src/fs/btrfs/volumes.c: In function 'insert_balance_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/volumes.c:3432:26: note: byref variable will be forcibly initialized 3432 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c:3429:40: note: byref variable will be forcibly initialized 3429 | struct btrfs_disk_balance_args disk_bargs; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'del_balance_item': /kisskb/src/fs/btrfs/volumes.c:3482:26: note: byref variable will be forcibly initialized 3482 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_uuid_scan_kthread': /kisskb/src/fs/btrfs/volumes.c:4643:32: note: byref variable will be forcibly initialized 4643 | struct btrfs_root_item root_item; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4638:26: note: byref variable will be forcibly initialized 4638 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_writepage': /kisskb/src/fs/btrfs/extent_io.c:2833:30: note: byref variable will be forcibly initialized 2833 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_readpage': /kisskb/src/fs/btrfs/extent_io.c:3005:30: note: byref variable will be forcibly initialized 3005 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_write_cache_pages': /kisskb/src/fs/btrfs/extent_io.c:4945:24: note: byref variable will be forcibly initialized 4945 | 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:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c:37:9: note: in expansion of macro 'wait_event' 37 | wait_event(vgdev->resp_wq, bo->uuid_state != STATE_INITIALIZING); | ^~~~~~~~~~ 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/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_close_devices': /kisskb/src/fs/btrfs/volumes.c:1176:19: note: byref variable will be forcibly initialized 1176 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_recover_balance': /kisskb/src/fs/btrfs/volumes.c:4490:26: note: byref variable will be forcibly initialized 4490 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c:4487:40: note: byref variable will be forcibly initialized 4487 | struct btrfs_disk_balance_args disk_bargs; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_pause_balance': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4569:17: note: in expansion of macro 'wait_event' 4569 | wait_event(fs_info->balance_wait_q, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_fiemap': /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_cancel_balance': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4609:17: note: in expansion of macro 'wait_event' 4609 | wait_event(fs_info->balance_wait_q, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:5540:26: note: byref variable will be forcibly initialized 5540 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_create_chunk': /kisskb/src/fs/btrfs/volumes.c:5477:32: note: byref variable will be forcibly initialized 5477 | struct alloc_chunk_ctl ctl; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_chunk_alloc_add_chunk_item': /kisskb/src/fs/btrfs/volumes.c:5541:26: note: byref variable will be forcibly initialized 5541 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_relocate_sys_chunks': /kisskb/src/fs/btrfs/volumes.c:3314:26: note: byref variable will be forcibly initialized 3314 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:3313:26: note: byref variable will be forcibly initialized 3313 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function '__btrfs_balance': /kisskb/src/fs/btrfs/volumes.c:3853:26: note: byref variable will be forcibly initialized 3853 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'btree_write_cache_pages': /kisskb/src/fs/btrfs/volumes.c:3852:26: note: byref variable will be forcibly initialized 3852 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/extent_io.c:4816:24: note: byref variable will be forcibly initialized 4816 | struct pagevec pvec; | ^~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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/fs/btrfs/volumes.c: In function 'btrfs_shrink_device': /kisskb/src/fs/btrfs/volumes.c:4830:26: note: byref variable will be forcibly initialized 4830 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function '__btrfs_map_block': /kisskb/src/fs/btrfs/volumes.c:6418:34: note: byref variable will be forcibly initialized 6418 | struct btrfs_io_geometry geom; | ^~~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:25: note: byref variable will be forcibly initialized 411 | struct rtc_time tm; | ^~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_finish_sprout': /kisskb/src/fs/btrfs/volumes.c:2527:26: note: byref variable will be forcibly initialized 2527 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:870:35: note: byref variable will be forcibly initialized 870 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:822:35: note: byref variable will be forcibly initialized 822 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:805:25: note: byref variable will be forcibly initialized 805 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:33: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~ /kisskb/src/drivers/rtc/interface.c:215:25: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'device_list_add': /kisskb/src/fs/btrfs/volumes.c:812:46: note: byref variable will be forcibly initialized 812 | struct btrfs_dev_lookup_args args = { | ^~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:496:25: note: byref variable will be forcibly initialized 496 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:585:33: note: byref variable will be forcibly initialized 585 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:936:35: note: byref variable will be forcibly initialized 936 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:902:25: note: byref variable will be forcibly initialized 902 | struct rtc_time tm; | ^~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_read_sys_array': /kisskb/src/fs/btrfs/volumes.c:7393:26: note: byref variable will be forcibly initialized 7393 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_read_chunk_tree': /kisskb/src/fs/btrfs/volumes.c:7579:26: note: byref variable will be forcibly initialized 7579 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:7578:26: note: byref variable will be forcibly initialized 7578 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_verify_dev_extents': /kisskb/src/fs/btrfs/volumes.c:8180:26: note: byref variable will be forcibly initialized 8180 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_find_iova': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:146:34: note: byref variable will be forcibly initialized 146 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:145:36: note: byref variable will be forcibly initialized 145 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_index': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_tag': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_initiate_ssp_tmf': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:563:36: note: byref variable will be forcibly initialized 563 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:563:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 563 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T_L': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:329:36: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:329:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 329 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_port': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_abort_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:397:36: note: byref variable will be forcibly initialized 397 | DECLARE_COMPLETION_ONSTACK(tascb_completion); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:397:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 397 | DECLARE_COMPLETION_ONSTACK(tascb_completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:396:36: note: byref variable will be forcibly initialized 396 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:396:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 396 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:19: note: byref variable will be forcibly initialized 345 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_execute_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:530:19: note: byref variable will be forcibly initialized 530 | LIST_HEAD(alist); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:159:30: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c:159:25: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_max_bad_blocks': /kisskb/src/drivers/mtd/nand/core.c:195:30: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c:195:25: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/spi/spi-axi-spi-engine.c: In function 'spi_engine_transfer_one_message': /kisskb/src/drivers/spi/spi-axi-spi-engine.c:418:35: note: byref variable will be forcibly initialized 418 | struct spi_engine_program p_dry, *p; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/locking.c:6: /kisskb/src/fs/btrfs/locking.c: In function 'btrfs_drew_write_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/locking.c:257:17: note: in expansion of macro 'wait_event' 257 | wait_event(lock->pending_writers, !atomic_read(&lock->readers)); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/locking.c: In function 'btrfs_drew_read_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/locking.c:279:9: note: in expansion of macro 'wait_event' 279 | wait_event(lock->pending_readers, | ^~~~~~~~~~ In file included 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/i2c/muxes/i2c-mux-gpmux.c:10: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:165:25: note: byref variable will be forcibly initialized 165 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:182:25: note: byref variable will be forcibly initialized 182 | struct drm_rect rect = { | ^~~~ In file included from /kisskb/src/drivers/rtc/lib_test.c:3: /kisskb/src/drivers/rtc/lib_test.c: In function 'rtc_time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:63:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 63 | KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:62:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 62 | KUNIT_ASSERT_EQ_MSG(test, mday, result.tm_mday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:61:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 61 | KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:37: note: byref variable will be forcibly initialized 783 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:883:9: note: in expansion of macro 'KUNIT_ASSERTION' 883 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:902:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 902 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1298:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1298 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:60:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 60 | KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:47:25: note: byref variable will be forcibly initialized 47 | struct rtc_time result; | ^~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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/pps/clients/pps-ldisc.c: In function 'pps_tty_open': /kisskb/src/drivers/pps/clients/pps-ldisc.c:43:32: 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:37: 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:31: note: byref variable will be forcibly initialized 19 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:26: note: byref variable will be forcibly initialized 117 | struct list_head tasks; | ^~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_features': /kisskb/src/fs/btrfs/ioctl.c:5034:42: note: byref variable will be forcibly initialized 5034 | struct btrfs_ioctl_feature_flags features; | ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_get_extent': /kisskb/src/fs/btrfs/ioctl.c:1065:26: note: byref variable will be forcibly initialized 1065 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_one_range': /kisskb/src/fs/btrfs/ioctl.c:1610:19: note: byref variable will be forcibly initialized 1610 | LIST_HEAD(target_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/fs/btrfs/ioctl.c:11: /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_one_cluster': /kisskb/src/include/linux/pagemap.h:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c:1692:19: note: byref variable will be forcibly initialized 1692 | LIST_HEAD(target_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_fitrim': /kisskb/src/fs/btrfs/ioctl.c:472:29: note: byref variable will be forcibly initialized 472 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_space_info': /kisskb/src/fs/btrfs/ioctl.c:3832:39: note: byref variable will be forcibly initialized 3832 | struct btrfs_ioctl_space_info space; | ^~~~~ /kisskb/src/fs/btrfs/ioctl.c:3831:39: note: byref variable will be forcibly initialized 3831 | struct btrfs_ioctl_space_args space_args; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'create_subvol': /kisskb/src/fs/btrfs/ioctl.c:560:32: note: byref variable will be forcibly initialized 560 | struct btrfs_block_rsv block_rsv; | ^~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:554:26: note: byref variable will be forcibly initialized 554 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_default_subvol': /kisskb/src/fs/btrfs/ioctl.c:3744:31: note: byref variable will be forcibly initialized 3744 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'key_in_sk': /kisskb/src/fs/btrfs/ioctl.c:2367:26: note: byref variable will be forcibly initialized 2367 | struct btrfs_key test; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'copy_to_sk': /kisskb/src/fs/btrfs/ioctl.c:2399:26: note: byref variable will be forcibly initialized 2399 | struct btrfs_key test; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c:2398:42: note: byref variable will be forcibly initialized 2398 | struct btrfs_ioctl_search_header sh; | ^~ /kisskb/src/fs/btrfs/ioctl.c: In function 'search_ioctl': /kisskb/src/fs/btrfs/ioctl.c:2528:26: note: byref variable will be forcibly initialized 2528 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_tree_search': /kisskb/src/fs/btrfs/ioctl.c:2589:39: note: byref variable will be forcibly initialized 2589 | struct btrfs_ioctl_search_key sk; | ^~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_tree_search_v2': /kisskb/src/fs/btrfs/ioctl.c:2621:43: note: byref variable will be forcibly initialized 2621 | struct btrfs_ioctl_search_args_v2 args; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_search_path_in_tree': /kisskb/src/fs/btrfs/ioctl.c:2659:26: note: byref variable will be forcibly initialized 2659 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_subvol_info': /kisskb/src/fs/btrfs/ioctl.c:2979:26: note: byref variable will be forcibly initialized 2979 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_subvol_rootref': /kisskb/src/fs/btrfs/ioctl.c:3097:26: note: byref variable will be forcibly initialized 3097 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_search_path_in_tree_user': /kisskb/src/fs/btrfs/ioctl.c:2747:31: note: byref variable will be forcibly initialized 2747 | struct btrfs_key key, key2; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c:2747:26: note: byref variable will be forcibly initialized 2747 | struct btrfs_key key, key2; | ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_encoded_read': /kisskb/src/fs/btrfs/ioctl.c:5228:22: note: byref variable will be forcibly initialized 5228 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/btrfs/ioctl.c:5226:25: note: byref variable will be forcibly initialized 5226 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_encoded_write': /kisskb/src/fs/btrfs/ioctl.c:5307:22: note: byref variable will be forcibly initialized 5307 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/btrfs/ioctl.c:5305:25: note: byref variable will be forcibly initialized 5305 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/btrfs/ioctl.c:5302:44: note: byref variable will be forcibly initialized 5302 | struct btrfs_ioctl_encoded_io_args args; | ^~~~ In file included from /kisskb/src/fs/btrfs/orphan.c:6: /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_insert_orphan_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/orphan.c:13:26: note: byref variable will be forcibly initialized 13 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_del_orphan_item': /kisskb/src/fs/btrfs/orphan.c:34:26: note: byref variable will be forcibly initialized 34 | struct btrfs_key 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/delay.h:23, from /kisskb/src/drivers/input/serio/libps2.c:10: /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_do_sendbyte': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:45:25: note: in expansion of macro 'wait_event_timeout' 45 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:136:9: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /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:25: 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:25: 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:25: 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:25: note: byref variable will be forcibly initialized 354 | struct rtc_time rtc_tm, *alarm_tm = &alarm->time; | ^~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:291:17: note: in expansion of macro 'wait_event_timeout' 291 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:285:19: note: in expansion of macro 'wait_event_timeout' 285 | timeout = wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_readtest': /kisskb/src/drivers/message/fusion/mptctl.c:1478:34: note: byref variable will be forcibly initialized 1478 | struct mpt_ioctl_test karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventquery': /kisskb/src/drivers/message/fusion/mptctl.c:1530:42: note: byref variable will be forcibly initialized 1530 | struct mpt_ioctl_eventquery karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventenable': /kisskb/src/drivers/message/fusion/mptctl.c:1560:42: note: byref variable will be forcibly initialized 1560 | struct mpt_ioctl_eventenable karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventreport': /kisskb/src/drivers/message/fusion/mptctl.c:1599:42: note: byref variable will be forcibly initialized 1599 | struct mpt_ioctl_eventreport karg; | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:489:25: note: in expansion of macro 'wait_event_interruptible' 489 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:479:31: note: in expansion of macro 'wait_event_interruptible_timeout' 479 | err = wait_event_interruptible_timeout(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_gettargetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:1368:37: note: byref variable will be forcibly initialized 1368 | struct mpt_ioctl_targetinfo karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_replace_fw': /kisskb/src/drivers/message/fusion/mptctl.c:1645:42: note: byref variable will be forcibly initialized 1645 | struct mpt_ioctl_replace_fw karg; | ^~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1491:32: note: byref variable will be forcibly initialized 1491 | struct cec_msg msg = {}; | ^~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_receive_notify': /kisskb/src/drivers/media/cec/core/cec-adap.c:1916:24: note: byref variable will be forcibly initialized 1916 | struct cec_msg tx_cec_msg = { }; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c: In function 'nvkm_falcon_cmdq_rewind': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c:61:32: note: byref variable will be forcibly initialized 61 | struct nvfw_falcon_cmd cmd; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1704:35: note: byref variable will be forcibly initialized 1704 | struct mpt_ioctl_command karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:751:34: note: byref variable will be forcibly initialized 751 | struct mpt_fw_xfer kfwdl; | ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_reset': /kisskb/src/drivers/message/fusion/mptctl.c:709:37: note: byref variable will be forcibly initialized 709 | struct mpt_ioctl_diag_reset krinfo; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_hostinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2332:33: note: byref variable will be forcibly initialized 2332 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2331:33: note: byref variable will be forcibly initialized 2331 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2330:33: note: byref variable will be forcibly initialized 2330 | hp_host_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_targetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2571:33: note: byref variable will be forcibly initialized 2571 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2570:33: note: byref variable will be forcibly initialized 2570 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2567:33: note: byref variable will be forcibly initialized 2567 | hp_target_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function '__mptctl_ioctl': /kisskb/src/drivers/message/fusion/mptctl.c:622:34: note: byref variable will be forcibly initialized 622 | mpt_ioctl_header khdr; | ^~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:187:33: note: in expansion of macro 'wait_event_interruptible' 187 | error = wait_event_interruptible(serio_raw->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2581:15: note: in expansion of macro 'wait_event_timeout' 2581 | ret = wait_event_timeout(mhdp->fw_load_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-butterfly.c: In function 'butterfly_attach': /kisskb/src/drivers/spi/spi-butterfly.c:183:33: note: byref variable will be forcibly initialized 183 | struct pardev_cb butterfly_cb; | ^~~~~~~~~~~~ /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:860:34: note: byref variable will be forcibly initialized 860 | union phy_configure_opts phy_cfg; | ^~~~~~~ /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:1157:34: note: byref variable will be forcibly initialized 1157 | union phy_configure_opts phy_cfg; | ^~~~~~~ /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:1031:34: note: byref variable will be forcibly initialized 1031 | union phy_configure_opts phy_cfg; | ^~~~~~~ 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_wait_for_sw_event': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2391:15: note: in expansion of macro 'wait_event_timeout' 2391 | ret = wait_event_timeout(mhdp->sw_events_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_attach': /kisskb/src/drivers/pps/clients/pps_parport.c:125:26: note: byref variable will be forcibly initialized 125 | struct pardev_cb pps_client_cb; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps_parport.c:23: /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_irq': /kisskb/src/drivers/pps/clients/pps_parport.c:55:42: note: byref variable will be forcibly initialized 55 | struct pps_event_time ts_assert, ts_clear; | ^~~~~~~~ /kisskb/src/drivers/pps/clients/pps_parport.c:55:31: note: byref variable will be forcibly initialized 55 | struct pps_event_time ts_assert, ts_clear; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/tiny/repaper.c:21: /kisskb/src/drivers/gpu/drm/tiny/repaper.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/repaper.c: In function 'repaper_fb_dirty': /kisskb/src/drivers/gpu/drm/tiny/repaper.c:515:25: note: byref variable will be forcibly initialized 515 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/repaper.c: In function 'repaper_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/repaper.c:819:25: note: byref variable will be forcibly initialized 819 | struct drm_rect rect; | ^~~~ /kisskb/src/fs/btrfs/export.c: In function 'btrfs_get_name': /kisskb/src/fs/btrfs/export.c:212:26: note: byref variable will be forcibly initialized 212 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/export.c: In function 'btrfs_get_parent': /kisskb/src/fs/btrfs/export.c:143:26: note: byref variable will be forcibly initialized 143 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/export.c:142:26: note: byref variable will be forcibly initialized 142 | struct btrfs_key key; | ^~~ /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:40: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /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:40: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ 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:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: 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/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:40: note: byref variable will be forcibly initialized 427 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:647:40: note: byref variable will be forcibly initialized 647 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /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:931:40: note: byref variable will be forcibly initialized 931 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/ecc.c:97: /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:104:30: note: byref variable will be forcibly initialized 104 | 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:139:30: note: byref variable will be forcibly initialized 139 | 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:161:30: note: byref variable will be forcibly initialized 161 | 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:179:30: note: byref variable will be forcibly initialized 179 | 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:201:30: note: byref variable will be forcibly initialized 201 | union i2c_smbus_data data; | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_if_ctrl_blocked': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:374:9: note: in expansion of macro 'wait_event' 374 | wait_event(ctrl_info->block_requests_wait, | ^~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:227:30: note: byref variable will be forcibly initialized 227 | 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:254:30: note: byref variable will be forcibly initialized 254 | 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:270:30: note: byref variable will be forcibly initialized 270 | 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:290:30: note: byref variable will be forcibly initialized 290 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_acknowledge_event': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3504:46: note: byref variable will be forcibly initialized 3504 | struct pqi_event_acknowledge_request request; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_submit_raid_request_synchronous': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4521:36: note: byref variable will be forcibly initialized 4521 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4521:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 4521 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_config_table_update': In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_wait_for_halt': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:247:15: note: in expansion of macro 'nvkm_wait_msec' 247 | ret = nvkm_wait_msec(device, ms, falcon->addr + 0x100, 0x10, 0x10); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_clear_interrupt': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:263:15: note: in expansion of macro 'nvkm_wait_msec' 263 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x008, mask, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7529:43: note: byref variable will be forcibly initialized 7529 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_host_memory_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8701:43: note: byref variable will be forcibly initialized 8701 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'falcon_v1_wait_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:276:15: note: in expansion of macro 'nvkm_wait_msec' 276 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x04c, 0xffff, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_enable': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:289:15: note: in expansion of macro 'nvkm_wait_msec' 289 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x10c, 0x6, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_send_scsi_raid_request': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:700:38: note: byref variable will be forcibly initialized 700 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_identify_physical_device': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:761:38: note: byref variable will be forcibly initialized 761 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_advanced_raid_bypass_config': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:815:38: note: byref variable will be forcibly initialized 815 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_configure_events': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4958:47: note: byref variable will be forcibly initialized 4958 | struct pqi_general_management_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_keep_device_offline': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1676:36: note: byref variable will be forcibly initialized 1676 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1675:38: note: byref variable will be forcibly initialized 1675 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1674:31: note: byref variable will be forcibly initialized 1674 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_raid_io_error': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3110:31: note: byref variable will be forcibly initialized 3110 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_device_lists': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1223:34: note: byref variable will be forcibly initialized 1223 | struct report_lun_header report_lun_header; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lun_reset': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6213:36: note: byref variable will be forcibly initialized 6213 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6213:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 6213 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_event_queue': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4742:43: note: byref variable will be forcibly initialized 4742 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4741:42: note: byref variable will be forcibly initialized 4741 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_queue_group': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4788:43: note: byref variable will be forcibly initialized 4788 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4787:42: note: byref variable will be forcibly initialized 4787 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_device_capability': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4622:43: note: byref variable will be forcibly initialized 4622 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4621:42: note: byref variable will be forcibly initialized 4621 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_config_table': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7849:46: note: byref variable will be forcibly initialized 7849 | struct pqi_config_table_section_info feature_section_info; | ^~~~~~~~~~~~~~~~~~~~ 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:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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/rtc/rtc-bd70528.c: In function 'bd71828_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:111:32: note: byref variable will be forcibly initialized 111 | struct bd71828_rtc_alm alm; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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/rtc/rtc-bd70528.c: In function 'bd71828_set_time': /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_remove': /kisskb/src/drivers/rtc/rtc-bd70528.c:163:33: note: byref variable will be forcibly initialized 163 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c:335:25: note: byref variable will be forcibly initialized 335 | struct resource r_mem; /* IO mem resources */ | ^~~~~ /kisskb/src/drivers/gpu/drm/tiny/st7586.c: In function 'st7586_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/st7586.c:153:25: note: byref variable will be forcibly initialized 153 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | 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/rtc/rtc-bd70528.c: In function 'bd71828_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:140:32: note: byref variable will be forcibly initialized 140 | struct bd71828_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_get_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:185:33: note: byref variable will be forcibly initialized 185 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/st7586.c: In function 'st7586_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/st7586.c:169:25: note: byref variable will be forcibly initialized 169 | struct drm_rect rect = { | ^~~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_probe': /kisskb/src/drivers/input/serio/xilinx_ps2.c:232:25: note: byref variable will be forcibly initialized 232 | struct resource r_mem; /* IO mem resources */ | ^~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_probe': /kisskb/src/drivers/rtc/rtc-bd70528.c:304:33: note: byref variable will be forcibly initialized 304 | struct rtc_time t; | ^ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_is_parity_write_stream': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5861:43: note: byref variable will be forcibly initialized 5861 | struct pqi_scsi_dev_raid_map_data rmd; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_device_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2126:19: note: byref variable will be forcibly initialized 2126 | LIST_HEAD(delete_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2125:19: note: byref variable will be forcibly initialized 2125 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2266:30: note: byref variable will be forcibly initialized 2266 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_scsi_devices': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2308:19: note: byref variable will be forcibly initialized 2308 | LIST_HEAD(new_device_list_head); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1180:31: note: byref variable will be forcibly initialized 1180 | 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:2294:31: note: byref variable will be forcibly initialized 2294 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_write_current_time_to_host_wellness': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1009:19: note: byref variable will be forcibly initialized 1009 | struct tm tm; | ^~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1925:33: note: byref variable will be forcibly initialized 1925 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2197:24: note: byref variable will be forcibly initialized 2197 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2225:30: note: byref variable will be forcibly initialized 2225 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getpciinfo_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6413:31: note: byref variable will be forcibly initialized 6413 | cciss_pci_info_struct pciinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_passthru_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6527:32: note: byref variable will be forcibly initialized 6527 | struct ciss_error_info ciss_error_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6526:36: note: byref variable will be forcibly initialized 6526 | struct pqi_raid_error_info pqi_error_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6525:38: note: byref variable will be forcibly initialized 6525 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6524:30: note: byref variable will be forcibly initialized 6524 | IOCTL_Command_struct iocommand; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_raid_bypass_submit_scsi_cmd': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2923:36: note: byref variable will be forcibly initialized 2923 | struct pqi_encryption_info encryption_info; | ^~~~~~~~~~~~~~~ /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:40: note: byref variable will be forcibly initialized 77 | 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:169:25: note: byref variable will be forcibly initialized 169 | struct drm_rect dest = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:163:25: note: byref variable will be forcibly initialized 163 | struct drm_rect src = { | ^~~ /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:37: note: byref variable will be forcibly initialized 365 | struct mipi_dsi_device_info info = { | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:31: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:23: 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:38: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:34: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:28: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'walk_down_log_tree': /kisskb/src/fs/btrfs/tree-log.c:2758:34: note: byref variable will be forcibly initialized 2758 | struct btrfs_key first_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'inode_logged': /kisskb/src/fs/btrfs/tree-log.c:3474:26: note: byref variable will be forcibly initialized 3474 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'logged_inode_size': /kisskb/src/fs/btrfs/tree-log.c:5036:26: note: byref variable will be forcibly initialized 5036 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_inode_items': /kisskb/src/fs/btrfs/tree-log.c:4180:26: note: byref variable will be forcibly initialized 4180 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:4179:26: note: byref variable will be forcibly initialized 4179 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'inode_in_dir': /kisskb/src/fs/btrfs/tree-log.c:985:26: note: byref variable will be forcibly initialized 985 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'count_inode_refs': /kisskb/src/fs/btrfs/tree-log.c:1701:26: note: byref variable will be forcibly initialized 1701 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_check_ref_name_override': /kisskb/src/fs/btrfs/tree-log.c:5358:42: note: byref variable will be forcibly initialized 5358 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'find_dir_range': /kisskb/src/fs/btrfs/tree-log.c:2202:26: note: byref variable will be forcibly initialized 2202 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'flush_dir_items_batch': /kisskb/src/fs/btrfs/tree-log.c:3746:26: note: byref variable will be forcibly initialized 3746 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:3742:33: note: byref variable will be forcibly initialized 3742 | struct btrfs_item_batch batch; | ^~~~~ 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/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c: In function 'log_extent_csums': /kisskb/src/fs/btrfs/tree-log.c:4619:19: note: byref variable will be forcibly initialized 4619 | LIST_HEAD(ordered_sums); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'fill_inode_item': /kisskb/src/fs/btrfs/tree-log.c:4246:32: note: byref variable will be forcibly initialized 4246 | struct btrfs_map_token token; | ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__lookup_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:58:31: note: byref variable will be forcibly initialized 58 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:57:26: note: byref variable will be forcibly initialized 57 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:56:26: note: byref variable will be forcibly initialized 56 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'copy_items': /kisskb/src/fs/btrfs/tree-log.c:4538:34: note: byref variable will be forcibly initialized 4538 | struct btrfs_key key; | ^~~ 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/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:4433:27: note: byref variable will be forcibly initialized 4433 | LIST_HEAD(ordered_sums); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c:4408:33: note: byref variable will be forcibly initialized 4408 | struct btrfs_item_batch batch; | ^~~~~ In file included from /kisskb/src/fs/btrfs/free-space-cache.c:15: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__create_free_space_inode': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/free-space-cache.c:144:31: note: byref variable will be forcibly initialized 144 | struct btrfs_disk_key disk_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:143:26: note: byref variable will be forcibly initialized 143 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/rtc/rtc-cpcap.c: In function 'cpcap_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-cpcap.c:195:27: note: byref variable will be forcibly initialized 195 | struct cpcap_time cpcap_tm; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cpcap.c: In function 'cpcap_rtc_set_time': /kisskb/src/drivers/rtc/rtc-cpcap.c:121:27: note: byref variable will be forcibly initialized 121 | struct cpcap_time cpcap_tm; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cpcap.c: In function 'cpcap_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-cpcap.c:172:27: note: byref variable will be forcibly initialized 172 | struct cpcap_time cpcap_tm; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_all_xattrs': /kisskb/src/fs/btrfs/tree-log.c:5089:26: note: byref variable will be forcibly initialized 5089 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/rtc/rtc-cpcap.c: In function 'cpcap_rtc_read_time': /kisskb/src/drivers/rtc/rtc-cpcap.c:94:27: note: byref variable will be forcibly initialized 94 | struct cpcap_time cpcap_tm; | ^~~~~~~~ In file included from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'readahead_cache': /kisskb/src/include/linux/pagemap.h:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:365:30: note: byref variable will be forcibly initialized 365 | struct file_ra_state ra; | ^~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'log_inode_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_prealloc_extents': /kisskb/src/fs/btrfs/tree-log.c:4810:26: note: byref variable will be forcibly initialized 4810 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_validate_alarm': /kisskb/src/drivers/rtc/rtc-cmos.c:450:33: note: byref variable will be forcibly initialized 450 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:426:33: note: byref variable will be forcibly initialized 426 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:409:25: note: byref variable will be forcibly initialized 409 | struct rtc_time now; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_holes': /kisskb/src/fs/btrfs/tree-log.c:5166:26: note: byref variable will be forcibly initialized 5166 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'log_one_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c:4726:26: note: byref variable will be forcibly initialized 4726 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_changed_extents': /kisskb/src/fs/btrfs/tree-log.c:4938:26: note: byref variable will be forcibly initialized 4938 | struct list_head extents; | ^~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'do_overwrite_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c:383:34: note: byref variable will be forcibly initialized 383 | struct btrfs_key found_key; | ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'insert_dir_log_key': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c:3716:26: note: byref variable will be forcibly initialized 3716 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'process_dir_items_leaf': /kisskb/src/fs/btrfs/tree-log.c:3888:42: note: byref variable will be forcibly initialized 3888 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3827:34: note: byref variable will be forcibly initialized 3827 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_dir_items': /kisskb/src/fs/btrfs/tree-log.c:4020:34: note: byref variable will be forcibly initialized 4020 | struct btrfs_key tmp; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:4007:42: note: byref variable will be forcibly initialized 4007 | struct btrfs_key tmp; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:3969:26: note: byref variable will be forcibly initialized 3969 | struct btrfs_key min_key; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_check_wkalrm': /kisskb/src/drivers/rtc/rtc-cmos.c:1095:25: note: byref variable will be forcibly initialized 1095 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/rtc-cmos.c:1091:27: note: byref variable will be forcibly initialized 1091 | struct rtc_wkalrm current_alarm; | ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_inode': /kisskb/src/fs/btrfs/tree-log.c:5745:26: note: byref variable will be forcibly initialized 5745 | struct btrfs_key max_key; | ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5744:26: note: byref variable will be forcibly initialized 5744 | struct btrfs_key min_key; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_aie_poweroff': /kisskb/src/drivers/rtc/rtc-cmos.c:1020:35: note: byref variable will be forcibly initialized 1020 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:991:25: note: byref variable will be forcibly initialized 991 | struct rtc_time now; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_conflicting_inodes': /kisskb/src/fs/btrfs/tree-log.c:5414:34: note: byref variable will be forcibly initialized 5414 | struct btrfs_key key; | ^~~ 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/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:5402:19: note: byref variable will be forcibly initialized 5402 | LIST_HEAD(inode_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_new_ancestors': /kisskb/src/fs/btrfs/tree-log.c:6351:34: note: byref variable will be forcibly initialized 6351 | struct btrfs_key search_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6343:26: note: byref variable will be forcibly initialized 6343 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_all_new_ancestors': /kisskb/src/fs/btrfs/tree-log.c:6476:34: note: byref variable will be forcibly initialized 6476 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6449:26: note: byref variable will be forcibly initialized 6449 | struct btrfs_key search_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_new_dir_dentries': /kisskb/src/fs/btrfs/tree-log.c:6152:42: note: byref variable will be forcibly initialized 6152 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6126:34: note: byref variable will be forcibly initialized 6126 | struct btrfs_key min_key; | ^~~~~~~ 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/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:6100:19: note: byref variable will be forcibly initialized 6100 | LIST_HEAD(dir_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_all_parents': /kisskb/src/fs/btrfs/tree-log.c:6223:26: note: byref variable will be forcibly initialized 6223 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'update_cache_item': /kisskb/src/fs/btrfs/free-space-cache.c:1131:34: note: byref variable will be forcibly initialized 1131 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1114:26: note: byref variable will be forcibly initialized 1114 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/drivers/pps/clients/pps-gpio.c:19: /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_gpio_irq_handler': /kisskb/src/drivers/pps/clients/pps-gpio.c:47:31: note: byref variable will be forcibly initialized 47 | struct pps_event_time ts; | ^~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_xattr_deletes': /kisskb/src/fs/btrfs/tree-log.c:2382:34: note: byref variable will be forcibly initialized 2382 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:2362:26: note: byref variable will be forcibly initialized 2362 | struct btrfs_key search_key; | ^~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'link_to_fixup_dir': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/tree-log.c:1882:26: note: byref variable will be forcibly initialized 1882 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'check_item_in_log': In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function '__btrfs_write_out_cache': /kisskb/src/fs/btrfs/tree-log.c:2288:26: note: byref variable will be forcibly initialized 2288 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1347:19: note: byref variable will be forcibly initialized 1347 | LIST_HEAD(bitmap_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_dir_deletes': /kisskb/src/fs/btrfs/tree-log.c:2474:26: note: byref variable will be forcibly initialized 2474 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2473:26: note: byref variable will be forcibly initialized 2473 | struct btrfs_key dir_key; | ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:940:26: note: byref variable will be forcibly initialized 940 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'delete_conflicting_dir_entry': /kisskb/src/fs/btrfs/tree-log.c:1954:26: note: byref variable will be forcibly initialized 1954 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_name': /kisskb/src/fs/btrfs/tree-log.c:2004:26: note: byref variable will be forcibly initialized 2004 | struct btrfs_key search_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2003:26: note: byref variable will be forcibly initialized 2003 | struct btrfs_key log_key; | ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:2172:34: note: byref variable will be forcibly initialized 2172 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'add_link': /kisskb/src/fs/btrfs/tree-log.c:1420:26: note: byref variable will be forcibly initialized 1420 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function '__add_inode_ref': /kisskb/src/fs/btrfs/tree-log.c:1075:26: note: byref variable will be forcibly initialized 1075 | struct btrfs_key search_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_inode_ref_exists': /kisskb/src/fs/btrfs/tree-log.c:1379:26: note: byref variable will be forcibly initialized 1379 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ 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/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:759:35: note: byref variable will be forcibly initialized 759 | LIST_HEAD(ordered_sums); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/tree-log.c:756:42: note: byref variable will be forcibly initialized 756 | struct btrfs_ref ref = { 0 }; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:720:34: note: byref variable will be forcibly initialized 720 | struct btrfs_key ins; | ^~~ /kisskb/src/fs/btrfs/tree-log.c:684:47: note: byref variable will be forcibly initialized 684 | struct btrfs_file_extent_item cmp2; | ^~~~ /kisskb/src/fs/btrfs/tree-log.c:683:47: note: byref variable will be forcibly initialized 683 | struct btrfs_file_extent_item cmp1; | ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_buffer': /kisskb/src/fs/btrfs/tree-log.c:2642:64: note: byref variable will be forcibly initialized 2642 | struct btrfs_drop_extents_args drop_args = { 0 }; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2574:26: note: byref variable will be forcibly initialized 2574 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_unmask_irq': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4828:29: note: byref variable will be forcibly initialized 4828 | struct cpucp_packet pkt; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'fixup_inode_link_counts': /kisskb/src/fs/btrfs/tree-log.c:1821:26: note: byref variable will be forcibly initialized 1821 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_sync_log': /kisskb/src/fs/btrfs/tree-log.c:3085:25: note: byref variable will be forcibly initialized 3085 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/btrfs/tree-log.c:3084:30: note: byref variable will be forcibly initialized 3084 | struct btrfs_log_ctx root_log_ctx; | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3082:32: note: byref variable will be forcibly initialized 3082 | struct btrfs_root_item new_root_item; | ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_recover_log_trees': /kisskb/src/fs/btrfs/tree-log.c:6685:26: note: byref variable will be forcibly initialized 6685 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6684:26: note: byref variable will be forcibly initialized 6684 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_remove_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:222:26: note: byref variable will be forcibly initialized 222 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_set_ddr_bar_base': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:511:38: note: byref variable will be forcibly initialized 511 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_iatu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:545:39: note: byref variable will be forcibly initialized 545 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:544:38: note: byref variable will be forcibly initialized 544 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_new_name': /kisskb/src/fs/btrfs/tree-log.c:6956:30: note: byref variable will be forcibly initialized 6956 | struct btrfs_log_ctx ctx; | ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_no_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:3686:41: note: byref variable will be forcibly initialized 3686 | struct btrfs_trim_range trim_entry; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_bitmaps': /kisskb/src/fs/btrfs/free-space-cache.c:3851:41: note: byref variable will be forcibly initialized 3851 | struct btrfs_trim_range trim_entry; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function '__load_free_space_cache': /kisskb/src/fs/btrfs/free-space-cache.c:732:19: note: byref variable will be forcibly initialized 732 | LIST_HEAD(bitmaps); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/free-space-cache.c:730:26: note: byref variable will be forcibly initialized 730 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-cache.c:729:29: note: byref variable will be forcibly initialized 729 | struct btrfs_io_ctl io_ctl; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_find_space_cluster': /kisskb/src/fs/btrfs/free-space-cache.c:3524:19: note: byref variable will be forcibly initialized 3524 | LIST_HEAD(bitmaps); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:35: note: byref variable will be forcibly initialized 352 | struct qt1050_key button; | ^~~~~~ /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:30: 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:30: note: byref variable will be forcibly initialized 170 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:31: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:31: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:23: 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:34: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /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:37: note: byref variable will be forcibly initialized 542 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:69:27: note: byref variable will be forcibly initialized 69 | struct lsb_header lsb; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:68:27: note: byref variable will be forcibly initialized 68 | struct wpr_header hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_build_lsb': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:114:27: note: byref variable will be forcibly initialized 114 | struct lsb_header hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:135:35: note: byref variable will be forcibly initialized 135 | struct wpr_header hdr = { | ^~~ /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_write': /kisskb/src/drivers/input/serio/userio.c:183:27: note: byref variable will be forcibly initialized 183 | struct userio_cmd cmd; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c:166:25: note: in expansion of macro 'wait_event_interruptible' 166 | error = wait_event_interruptible(userio->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/input/keyboard/sunkbd.c:13: /kisskb/src/drivers/input/keyboard/sunkbd.c: In function 'sunkbd_reinit': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:237:9: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:192:17: note: in expansion of macro 'wait_event_interruptible_timeout' 192 | wait_event_interruptible_timeout(sunkbd->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:183:9: note: in expansion of macro 'wait_event_interruptible_timeout' 183 | wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >= 0, HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:108:40: note: byref variable will be forcibly initialized 108 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /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:1647:35: note: byref variable will be forcibly initialized 1647 | struct hdmi_avi_infoframe frame; | ^~~~~ /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:1774:38: note: byref variable will be forcibly initialized 1774 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:26: note: byref variable will be forcibly initialized 164 | struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; | ^~~~~~~ /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:1828:35: note: byref variable will be forcibly initialized 1828 | struct hdmi_drm_infoframe frame; | ^~~~~ /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:2461:35: note: byref variable will be forcibly initialized 2461 | struct cec_connector_info conn_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:16: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1524:23: note: in expansion of macro 'wait_event_timeout' 1524 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3454:47: note: byref variable will be forcibly initialized 3454 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3438:43: note: byref variable will be forcibly initialized 3438 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3227:33: note: byref variable will be forcibly initialized 3227 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3225:37: note: byref variable will be forcibly initialized 3225 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3138:40: note: byref variable will be forcibly initialized 3138 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3183:40: note: byref variable will be forcibly initialized 3183 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3268:40: note: byref variable will be forcibly initialized 3268 | 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:3361:40: note: byref variable will be forcibly initialized 3361 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'trace_event_raw_event_i2c_slave': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /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:29: 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:32: 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:29: note: byref variable will be forcibly initialized 788 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/spi/spi-lm70llp.c: In function 'spi_lm70llp_attach': /kisskb/src/drivers/spi/spi-lm70llp.c:194:33: note: byref variable will be forcibly initialized 194 | struct pardev_cb lm70llp_cb; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1305.c: In function 'ds1305_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1305.c:323:25: note: byref variable will be forcibly initialized 323 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-ds1305.c: In function 'ds1305_nvram_write': /kisskb/src/drivers/rtc/rtc-ds1305.c:528:33: note: byref variable will be forcibly initialized 528 | struct spi_message m; | ^ /kisskb/src/drivers/rtc/rtc-ds1305.c: In function 'ds1305_nvram_read': /kisskb/src/drivers/rtc/rtc-ds1305.c:513:33: note: byref variable will be forcibly initialized 513 | struct spi_message m; | ^ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_alm_weekday': /kisskb/src/drivers/rtc/rtc-ds1307.c:761:25: note: byref variable will be forcibly initialized 761 | struct rtc_time tm_now; | ^~~~~~ /kisskb/src/fs/btrfs/compression.c: In function 'dec_and_test_compressed_bio': /kisskb/src/fs/btrfs/compression.c:211:30: note: byref variable will be forcibly initialized 211 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/compression.c: In function 'alloc_compressed_bio': /kisskb/src/fs/btrfs/compression.c:463:34: note: byref variable will be forcibly initialized 463 | struct btrfs_io_geometry geom; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_probe': /kisskb/src/drivers/rtc/rtc-ds1307.c:1986:37: note: byref variable will be forcibly initialized 1986 | struct nvmem_config nvmem_cfg = { | ^~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:31: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ /kisskb/src/fs/btrfs/compression.c: In function 'finish_compressed_bio_read': /kisskb/src/fs/btrfs/compression.c:255:38: note: byref variable will be forcibly initialized 255 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:36:30: note: byref variable will be forcibly initialized 36 | struct lsb_header_v1 lsb; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:35:30: note: byref variable will be forcibly initialized 35 | struct wpr_header_v1 hdr; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_submit_compressed_write': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/compression.c:623:9: note: in expansion of macro 'wait_var_event' 623 | wait_var_event(cb, refcount_read(&cb->pending_sectors) == | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_build_lsb': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:62:30: note: byref variable will be forcibly initialized 62 | struct lsb_header_v1 hdr; | ^~~ /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_submit_compressed_read': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/compression.c:975:9: note: in expansion of macro 'wait_var_event' 975 | wait_var_event(cb, refcount_read(&cb->pending_sectors) == | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:84:38: note: byref variable will be forcibly initialized 84 | struct wpr_header_v1 hdr = { | ^~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_get_workspace': /kisskb/src/fs/btrfs/compression.c:1196:29: note: byref variable will be forcibly initialized 1196 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/btrfs/compression.c:1196:17: note: in expansion of macro 'DEFINE_WAIT' 1196 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /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:26: note: byref variable will be forcibly initialized 52 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2195:30: note: byref variable will be forcibly initialized 2195 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_regulator_register': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2565:41: note: byref variable will be forcibly initialized 2565 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_calc_ws_mem_sizes': /kisskb/src/fs/btrfs/zstd.c:158:33: note: byref variable will be forcibly initialized 158 | zstd_parameters params = | ^~~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/zstd.c:8: /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_get_workspace': /kisskb/src/fs/btrfs/zstd.c:282:29: note: byref variable will be forcibly initialized 282 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/btrfs/zstd.c:282:17: note: in expansion of macro 'DEFINE_WAIT' 282 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_compress_pages': /kisskb/src/fs/btrfs/zstd.c:384:25: note: byref variable will be forcibly initialized 384 | zstd_parameters params = zstd_get_btrfs_parameters(workspace->req_level, | ^~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/drivers/mtd/nand/ecc-mxic.c:17: /kisskb/src/drivers/mtd/nand/ecc-mxic.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:96:24: note: byref variable will be forcibly initialized 96 | struct i2c_msg msg = { | ^~~ In file included 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/media/cec/core/cec-notifier.c:12: /kisskb/src/drivers/media/cec/core/cec-notifier.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c:9: /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1347.c: In function 'ds1347_probe': /kisskb/src/drivers/rtc/rtc-ds1347.c:131:30: note: byref variable will be forcibly initialized 131 | struct regmap_config config; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_ecc_event': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7571:40: note: byref variable will be forcibly initialized 7571 | struct ecc_info_extract_params params; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_master_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1184:39: note: byref variable will be forcibly initialized 1184 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_slave_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1233:39: note: byref variable will be forcibly initialized 1233 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:692:38: note: byref variable will be forcibly initialized 692 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_iatu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:721:39: note: byref variable will be forcibly initialized 721 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:720:38: note: byref variable will be forcibly initialized 720 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c: In function 'drm_gem_plane_helper_prepare_fb': /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c:146:30: note: byref variable will be forcibly initialized 146 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:35: note: byref variable will be forcibly initialized 75 | struct alert_data data; | ^~~~ /kisskb/src/drivers/spi/spi-pxa2xx-dma.c: In function 'pxa2xx_spi_dma_prepare_one': /kisskb/src/drivers/spi/spi-pxa2xx-dma.c:69:33: note: byref variable will be forcibly initialized 69 | struct dma_slave_config cfg; | ^~~ /kisskb/src/drivers/spi/spi-pxa2xx-dma.c: In function 'pxa2xx_spi_dma_setup': /kisskb/src/drivers/spi/spi-pxa2xx-dma.c:187:24: note: byref variable will be forcibly initialized 187 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/drivers/rtc/rtc-ds1390.c:17: /kisskb/src/drivers/rtc/rtc-ds1390.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1374.c: In function 'ds1374_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1374.c:227:25: note: byref variable will be forcibly initialized 227 | struct rtc_time now; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c: In function 'tu102_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:55:38: note: byref variable will be forcibly initialized 55 | struct wpr_header_v1 hdr = { | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'create_reloc_root': /kisskb/src/fs/btrfs/relocation.c:739:26: note: byref variable will be forcibly initialized 739 | struct btrfs_key root_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_insert_delayed_item': /kisskb/src/fs/btrfs/delayed-inode.c:687:33: note: byref variable will be forcibly initialized 687 | struct btrfs_item_batch batch; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/btrfs/delayed-inode.c:7: /kisskb/src/fs/btrfs/delayed-inode.c:683:19: note: byref variable will be forcibly initialized 683 | LIST_HEAD(item_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_batch_delete_items': /kisskb/src/fs/btrfs/delayed-inode.c:802:26: note: byref variable will be forcibly initialized 802 | struct list_head head; | ^~~~ /kisskb/src/fs/btrfs/delayed-inode.c:801:26: note: byref variable will be forcibly initialized 801 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'delete_orphan_inode': /kisskb/src/fs/btrfs/relocation.c:3779:26: note: byref variable will be forcibly initialized 3779 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function '__btrfs_update_delayed_inode': /kisskb/src/fs/btrfs/delayed-inode.c:937:26: note: byref variable will be forcibly initialized 937 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'find_next_extent': /kisskb/src/fs/btrfs/relocation.c:3440:26: note: byref variable will be forcibly initialized 3440 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'delete_v1_space_cache': /kisskb/src/fs/btrfs/relocation.c:3354:26: note: byref variable will be forcibly initialized 3354 | struct btrfs_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/btrfs/delayed-inode.c:7: /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_balance_delayed_items': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/delayed-inode.c:1342:17: note: in expansion of macro 'wait_event_interruptible' 1342 | wait_event_interruptible(delayed_root->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function '__add_tree_block': /kisskb/src/fs/btrfs/relocation.c:3243:26: note: byref variable will be forcibly initialized 3243 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_delete_delayed_dir_index': /kisskb/src/fs/btrfs/delayed-inode.c:1431:26: note: byref variable will be forcibly initialized 1431 | struct btrfs_key item_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'add_data_references': /kisskb/src/fs/btrfs/relocation.c:3397:31: note: byref variable will be forcibly initialized 3397 | struct ulist_iterator leaf_uiter; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_readdir_delayed_dir_index': /kisskb/src/fs/btrfs/delayed-inode.c:1603:26: note: byref variable will be forcibly initialized 1603 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'memcmp_node_keys': /kisskb/src/fs/btrfs/relocation.c:1182:31: note: byref variable will be forcibly initialized 1182 | struct btrfs_disk_key key2; | ^~~~ /kisskb/src/fs/btrfs/relocation.c:1181:31: note: byref variable will be forcibly initialized 1181 | struct btrfs_disk_key key1; | ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'do_relocation': /kisskb/src/fs/btrfs/relocation.c:2381:34: note: byref variable will be forcibly initialized 2381 | struct btrfs_ref ref = { 0 }; | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'link_to_upper': /kisskb/src/fs/btrfs/relocation.c:2519:26: note: byref variable will be forcibly initialized 2519 | struct btrfs_key key; | ^~~ 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/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'finish_pending_nodes': /kisskb/src/fs/btrfs/relocation.c:2529:19: note: byref variable will be forcibly initialized 2529 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'replace_path': /kisskb/src/fs/btrfs/relocation.c:1207:26: note: byref variable will be forcibly initialized 1207 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'replace_file_extents': /kisskb/src/fs/btrfs/relocation.c:1085:34: note: byref variable will be forcibly initialized 1085 | struct btrfs_ref ref = { 0 }; | ^~~ /kisskb/src/fs/btrfs/relocation.c:1060:26: note: byref variable will be forcibly initialized 1060 | struct btrfs_key key; | ^~~ 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/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'prepare_to_merge': /kisskb/src/fs/btrfs/relocation.c:1848:19: note: byref variable will be forcibly initialized 1848 | LIST_HEAD(reloc_roots); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_root': /kisskb/src/fs/btrfs/relocation.c:1681:26: note: byref variable will be forcibly initialized 1681 | struct btrfs_key next_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:1680:26: note: byref variable will be forcibly initialized 1680 | struct btrfs_key key; | ^~~ 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/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_roots': /kisskb/src/fs/btrfs/relocation.c:1952:19: note: byref variable will be forcibly initialized 1952 | LIST_HEAD(reloc_roots); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/fs/btrfs/relocation.c:7: /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_one_page': /kisskb/src/include/linux/pagemap.h:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_block_group': /kisskb/src/fs/btrfs/relocation.c:3581:26: note: byref variable will be forcibly initialized 3581 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/relocation.c:3580:24: note: byref variable will be forcibly initialized 3580 | struct rb_root blocks = RB_ROOT; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:36: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c:223:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:36: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c:254:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:36: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c:277:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_recover_relocation': /kisskb/src/fs/btrfs/relocation.c:4129:26: note: byref variable will be forcibly initialized 4129 | struct btrfs_key key; | ^~~ 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/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c:4128:19: note: byref variable will be forcibly initialized 4128 | LIST_HEAD(reloc_roots); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_reloc_clone_csums': /kisskb/src/fs/btrfs/relocation.c:4315:19: note: byref variable will be forcibly initialized 4315 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:31: 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:27: 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:39: note: byref variable will be forcibly initialized 793 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:27: 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:51: note: byref variable will be forcibly initialized 898 | struct w1_reg_num rn; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_temperature': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_cdev_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_zone_trip': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mraid_mm_get_adapter': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:238:25: note: byref variable will be forcibly initialized 238 | mimd_t mimd; | ^~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'handle_drvrcmd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:284:25: note: byref variable will be forcibly initialized 284 | mimd_t kmimd; | ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'kioc_to_mimd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:813:33: note: byref variable will be forcibly initialized 813 | mcontroller_t cinfo; | ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:806:33: note: byref variable will be forcibly initialized 806 | mimd_t kmimd; | ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mimd_to_kioc': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:362:33: note: byref variable will be forcibly initialized 362 | mimd_t mimd; | ^~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:24: note: byref variable will be forcibly initialized 49 | 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/drivers/scsi/megaraid/megaraid_mm.c:13: /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'lld_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:704:9: note: in expansion of macro 'wait_event' 704 | wait_event(wait_q, (kioc->status != -ENODATA)); | ^~~~~~~~~~ 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/input/joystick/iforce/iforce.h:10, from /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:10: /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_close': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:203:17: note: in expansion of macro 'wait_event_interruptible' 203 | wait_event_interruptible(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c: In function 'nv50_bar_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:39:9: note: in expansion of macro 'nvkm_msec' 39 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:111:40: note: byref variable will be forcibly initialized 111 | 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:310:25: note: byref variable will be forcibly initialized 310 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:309:46: note: byref variable will be forcibly initialized 309 | struct drm_atomic_helper_damage_iter iter; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/panel/panel-tpo-td028ttec1.c:22: /kisskb/src/drivers/gpu/drm/panel/panel-tpo-td028ttec1.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/spi-nor/sfdp.c: In function 'spi_nor_parse_bfpt': /kisskb/src/drivers/mtd/spi-nor/sfdp.c:438:26: note: byref variable will be forcibly initialized 438 | struct sfdp_bfpt bfpt; | ^~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function '__scrub_blocked_if_needed': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:271:17: note: in expansion of macro 'wait_event' 271 | wait_event(fs_info->scrub_pause_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'sync_write_pointer_for_zoned': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3151:9: note: in expansion of macro 'wait_event' 3151 | wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/sfdp.c: In function 'spi_nor_parse_sfdp': /kisskb/src/drivers/mtd/spi-nor/sfdp.c:1266:28: note: byref variable will be forcibly initialized 1266 | struct sfdp_header header; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_ctrl_properties': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:251:36: note: byref variable will be forcibly initialized 251 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_pqi_capabilities': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:280:36: note: byref variable will be forcibly initialized 280 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_init_base_struct_addr': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:303:36: note: byref variable will be forcibly initialized 303 | struct sis_sync_cmd_params params; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, 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/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_submit_raid56_bio_wait': /kisskb/src/fs/btrfs/scrub.c:1387:36: note: byref variable will be forcibly initialized 1387 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/fs/btrfs/scrub.c:1387:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1387 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_led_set': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:90:29: note: byref variable will be forcibly initialized 90 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:57:29: note: byref variable will be forcibly initialized 57 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:25:29: note: byref variable will be forcibly initialized 25 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_read_id': /kisskb/src/drivers/mtd/spi-nor/core.c:1655:35: note: byref variable will be forcibly initialized 1655 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_sfdp_init_params_deprecated': /kisskb/src/drivers/mtd/spi-nor/core.c:2510:40: note: byref variable will be forcibly initialized 2510 | struct spi_nor_flash_parameter sfdp_params; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_read_sr2': /kisskb/src/drivers/mtd/spi-nor/core.c:931:35: note: byref variable will be forcibly initialized 931 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spansion_set_4byte_addr_mode': /kisskb/src/drivers/mtd/spi-nor/core.c:503:35: note: byref variable will be forcibly initialized 503 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_erase_chip': /kisskb/src/drivers/mtd/spi-nor/core.c:964:35: note: byref variable will be forcibly initialized 964 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_write_enable': /kisskb/src/drivers/mtd/spi-nor/core.c:321:35: note: byref variable will be forcibly initialized 321 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_write_disable': /kisskb/src/drivers/mtd/spi-nor/core.c:352:35: note: byref variable will be forcibly initialized 352 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_read_sr': /kisskb/src/drivers/mtd/spi-nor/core.c:385:35: note: byref variable will be forcibly initialized 385 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_read_cr': /kisskb/src/drivers/mtd/spi-nor/core.c:429:35: note: byref variable will be forcibly initialized 429 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_set_4byte_addr_mode': /kisskb/src/drivers/mtd/spi-nor/core.c:462:35: note: byref variable will be forcibly initialized 462 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_write_ear': /kisskb/src/drivers/mtd/spi-nor/core.c:537:35: note: byref variable will be forcibly initialized 537 | struct spi_mem_op op = | ^~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning': /kisskb/src/fs/btrfs/scrub.c:722:30: note: byref variable will be forcibly initialized 722 | struct scrub_warning swarn; | ^~~~~ /kisskb/src/fs/btrfs/scrub.c:719:26: note: byref variable will be forcibly initialized 719 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_write_sr2': /kisskb/src/drivers/mtd/spi-nor/core.c:895:35: note: byref variable will be forcibly initialized 895 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_global_block_unlock': /kisskb/src/drivers/mtd/spi-nor/core.c:652:35: note: byref variable will be forcibly initialized 652 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_write_sr': /kisskb/src/drivers/mtd/spi-nor/core.c:691:35: note: byref variable will be forcibly initialized 691 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_erase_sector': /kisskb/src/drivers/mtd/spi-nor/core.c:1109:35: note: byref variable will be forcibly initialized 1109 | struct spi_mem_op op = | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/spi-nor/core.c:12: /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_erase_multi_sectors': /kisskb/src/drivers/mtd/spi-nor/core.c:1381:19: note: byref variable will be forcibly initialized 1381 | LIST_HEAD(erase_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning_inode': /kisskb/src/fs/btrfs/scrub.c:637:26: note: byref variable will be forcibly initialized 637 | struct btrfs_key key; | ^~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_add_page_to_rd_bio': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:2085:25: note: in expansion of macro 'wait_event' 2085 | wait_event(sctx->list_wait, sctx->first_free != -1); | ^~~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/core.c: In function 'spi_nor_probe': In file included 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/bridge/display-connector.c:7: /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/spi-nor/core.c:3122:37: note: byref variable will be forcibly initialized 3122 | const struct spi_nor_hwcaps hwcaps = { .mask = SNOR_HWCAPS_ALL }; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_set_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1220:36: note: byref variable will be forcibly initialized 1220 | union power_supply_propval val; | ^~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_supers': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3949:9: note: in expansion of macro 'wait_event' 3949 | wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:20: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'sync_replace_for_zoned': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3139:9: note: in expansion of macro 'wait_event' 3139 | wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); | ^~~~~~~~~~ /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:330:39: note: byref variable will be forcibly initialized 330 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_property_from_supplier': /kisskb/src/drivers/power/supply/power_supply_core.c:401:43: note: byref variable will be forcibly initialized 401 | struct psy_get_supplier_prop_data data = { | ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_raid56_parity': /kisskb/src/fs/btrfs/scrub.c:2901:26: note: byref variable will be forcibly initialized 2901 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:575:38: note: byref variable will be forcibly initialized 575 | struct fwnode_reference_args args; | ^~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_stripe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3297:25: note: in expansion of macro 'wait_event' 3297 | wait_event(sctx->list_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3253:9: note: in expansion of macro 'wait_event' 3253 | wait_event(sctx->list_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3192:26: note: byref variable will be forcibly initialized 3192 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/scrub.c:3179:25: note: byref variable will be forcibly initialized 3179 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:1131:36: note: byref variable will be forcibly initialized 1131 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1202:36: note: byref variable will be forcibly initialized 1202 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_max_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1184:36: note: byref variable will be forcibly initialized 1184 | union power_supply_propval val; | ^~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_enumerate_chunks': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3855:17: note: in expansion of macro 'wait_event' 3855 | wait_event(sctx->list_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3845:17: note: in expansion of macro 'wait_event' 3845 | wait_event(sctx->list_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3629:26: note: byref variable will be forcibly initialized 3629 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3628:26: note: byref variable will be forcibly initialized 3628 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c: In function 'g84_bar_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35:9: note: in expansion of macro 'nvkm_msec' 35 | nvkm_msec(device, 2000, | ^~~~~~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_dev': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4166:9: note: in expansion of macro 'wait_event' 4166 | wait_event(sctx->list_wait, atomic_read(&sctx->workers_pending) == 0); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4162:9: note: in expansion of macro 'wait_event' 4162 | wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_pause': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4198:17: note: in expansion of macro 'wait_event' 4198 | wait_event(fs_info->scrub_pause_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4223:17: note: in expansion of macro 'wait_event' 4223 | wait_event(fs_info->scrub_pause_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_cancel_dev': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4247:17: note: in expansion of macro 'wait_event' 4247 | wait_event(fs_info->scrub_pause_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_delayed_refs': /kisskb/src/fs/btrfs/backref.c:825:26: note: byref variable will be forcibly initialized 825 | struct btrfs_key tmp_op_key; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:824:26: note: byref variable will be forcibly initialized 824 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_inline_refs': /kisskb/src/fs/btrfs/backref.c:942:26: note: byref variable will be forcibly initialized 942 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:941:26: note: byref variable will be forcibly initialized 941 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_keyed_refs': /kisskb/src/fs/btrfs/backref.c:1063:26: note: byref variable will be forcibly initialized 1063 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'find_extent_in_eb': /kisskb/src/fs/btrfs/backref.c:82:26: note: byref variable will be forcibly initialized 82 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_all_parents': /kisskb/src/fs/btrfs/backref.c:425:26: note: byref variable will be forcibly initialized 425 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'resolve_indirect_ref': /kisskb/src/fs/btrfs/backref.c:546:26: note: byref variable will be forcibly initialized 546 | struct btrfs_key search_key = ref->key_for_search; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'resolve_indirect_refs': /kisskb/src/fs/btrfs/backref.c:676:31: note: byref variable will be forcibly initialized 676 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'find_parent_nodes': /kisskb/src/fs/btrfs/backref.c:1176:26: note: byref variable will be forcibly initialized 1176 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_find_all_roots_safe': /kisskb/src/fs/btrfs/backref.c:1465:31: note: byref variable will be forcibly initialized 1465 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'free_leaf_list': /kisskb/src/fs/btrfs/backref.c:1402:31: note: byref variable will be forcibly initialized 1402 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_inode_refs': /kisskb/src/fs/btrfs/backref.c:2073:26: note: byref variable will be forcibly initialized 2073 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_check_shared': /kisskb/src/fs/btrfs/backref.c:1543:28: note: byref variable will be forcibly initialized 1543 | struct share_check shared = { | ^~~~~~ /kisskb/src/fs/btrfs/backref.c:1541:31: note: byref variable will be forcibly initialized 1541 | struct btrfs_seq_list elem = BTRFS_SEQ_LIST_INIT(elem); | ^~~~ /kisskb/src/fs/btrfs/backref.c:1539:31: note: byref variable will be forcibly initialized 1539 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_find_one_extref': /kisskb/src/fs/btrfs/backref.c:1603:26: note: byref variable will be forcibly initialized 1603 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1602:26: note: byref variable will be forcibly initialized 1602 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_ref_to_path': /kisskb/src/fs/btrfs/backref.c:1688:26: note: byref variable will be forcibly initialized 1688 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'extent_from_logical': /kisskb/src/fs/btrfs/backref.c:1760:26: note: byref variable will be forcibly initialized 1760 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_extent_inodes': /kisskb/src/fs/btrfs/backref.c:1970:31: note: byref variable will be forcibly initialized 1970 | struct ulist_iterator root_uiter; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1969:31: note: byref variable will be forcibly initialized 1969 | struct ulist_iterator ref_uiter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1968:31: note: byref variable will be forcibly initialized 1968 | struct btrfs_seq_list seq_elem = BTRFS_SEQ_LIST_INIT(seq_elem); | ^~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_inodes_from_logical': /kisskb/src/fs/btrfs/backref.c:2039:26: note: byref variable will be forcibly initialized 2039 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_iter_start': /kisskb/src/fs/btrfs/backref.c:2345:26: note: byref variable will be forcibly initialized 2345 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_add_tree_node': /kisskb/src/fs/btrfs/backref.c:2910:34: note: byref variable will be forcibly initialized 2910 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/btrfs/backref.c:6: /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_finish_upper_links': /kisskb/src/fs/btrfs/backref.c:2991:19: note: byref variable will be forcibly initialized 2991 | LIST_HEAD(pending_edge); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:40: note: byref variable will be forcibly initialized 74 | struct drm_modeset_acquire_ctx 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/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serio.h:10, from /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c:9: /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c: In function 'iforce_serio_get_id': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c:84:9: note: in expansion of macro 'wait_event_interruptible_timeout' 84 | wait_event_interruptible_timeout(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:31: note: byref variable will be forcibly initialized 398 | struct iosys_map map, dst; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:26: note: byref variable will be forcibly initialized 398 | struct iosys_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:30: note: byref variable will be forcibly initialized 435 | struct drm_clip_rect clip_copy; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_deferred_io': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:721:25: note: byref variable will be forcibly initialized 721 | struct drm_rect damage_area; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'setcmap_atomic': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1058:40: note: byref variable will be forcibly initialized 1058 | 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:1545:43: note: byref variable will be forcibly initialized 1545 | struct drm_fb_helper_surface_size sizes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1544:40: note: byref variable will be forcibly initialized 1544 | 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:1800:40: note: byref variable will be forcibly initialized 1800 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fbdev_fb_write': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2259:25: note: byref variable will be forcibly initialized 2259 | struct drm_rect damage_area; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_sys_write': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:771:25: note: byref variable will be forcibly initialized 771 | struct drm_rect damage_area; | ^~~~~~~~~~~ /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:2364:26: note: byref variable will be forcibly initialized 2364 | struct iosys_map map; | ^~~ /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:43: note: byref variable will be forcibly initialized 541 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:31: 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:31: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c: In function 'pqi_sas_smp_handler': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c:523:36: note: byref variable will be forcibly initialized 523 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c: In function 'gm107_bar_bar1_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:30:9: note: in expansion of macro 'nvkm_msec' 30 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c: In function 'gm107_bar_bar2_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:40:9: note: in expansion of macro 'nvkm_msec' 40 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/mtd/ubi/vmt.c: In function 'ubi_create_volume': /kisskb/src/drivers/mtd/ubi/vmt.c:148:32: 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:32: note: byref variable will be forcibly initialized 416 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c: In function 'tu102_bar_bar2_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:31:9: note: in expansion of macro 'nvkm_msec' 31 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c: In function 'tu102_bar_bar1_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:58:9: note: in expansion of macro 'nvkm_msec' 58 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:325:36: note: byref variable will be forcibly initialized 325 | 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:279:36: note: byref variable will be forcibly initialized 279 | union power_supply_propval value; | ^~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:602:31: note: in expansion of macro 'wait_event_interruptible' 602 | ret = wait_event_interruptible(file_priv->event_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/upd.c: In function 'set_update_marker': /kisskb/src/drivers/mtd/ubi/upd.c:44:32: 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:32: note: byref variable will be forcibly initialized 78 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:464:43: note: byref variable will be forcibly initialized 464 | const struct mipi_dsi_device_info info = { .type = "lt8912", | ^~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_status_item': /kisskb/src/fs/btrfs/qgroup.c:857:26: note: byref variable will be forcibly initialized 857 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_info_item': /kisskb/src/fs/btrfs/qgroup.c:812:26: note: byref variable will be forcibly initialized 812 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_limit_item': /kisskb/src/fs/btrfs/qgroup.c:769:26: note: byref variable will be forcibly initialized 769 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'add_qgroup_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/qgroup.c:658:26: note: byref variable will be forcibly initialized 658 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'add_qgroup_relation_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c:601:26: note: byref variable will be forcibly initialized 601 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_clean_quota_tree': /kisskb/src/fs/btrfs/qgroup.c:900:26: note: byref variable will be forcibly initialized 900 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'del_qgroup_relation_item': /kisskb/src/fs/btrfs/qgroup.c:625:26: note: byref variable will be forcibly initialized 625 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'del_qgroup_item': /kisskb/src/fs/btrfs/qgroup.c:723:26: note: byref variable will be forcibly initialized 723 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'maybe_fs_roots': /kisskb/src/fs/btrfs/qgroup.c:2572:31: note: byref variable will be forcibly initialized 2572 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function '__qgroup_excl_accounting': /kisskb/src/fs/btrfs/qgroup.c:1322:31: note: byref variable will be forcibly initialized 1322 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_update_refcnt': /kisskb/src/fs/btrfs/qgroup.c:2391:31: note: byref variable will be forcibly initialized 2391 | struct ulist_iterator tmp_uiter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:2389:31: note: byref variable will be forcibly initialized 2389 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_convert_meta': /kisskb/src/fs/btrfs/qgroup.c:3997:31: note: byref variable will be forcibly initialized 3997 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_update_counters': /kisskb/src/fs/btrfs/qgroup.c:2480:31: note: byref variable will be forcibly initialized 2480 | struct ulist_iterator uiter; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/qgroup.c:6: /kisskb/src/fs/btrfs/qgroup.c: In function 'try_flush_qgroup': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:3643:17: note: in expansion of macro 'wait_event' 3643 | wait_event(root->qgroup_flush_wait, | ^~~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_reserve': /kisskb/src/fs/btrfs/qgroup.c:3041:31: note: byref variable will be forcibly initialized 3041 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_read_qgroup_config': /kisskb/src/fs/btrfs/qgroup.c:343:26: note: byref variable will be forcibly initialized 343 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:342:26: note: byref variable will be forcibly initialized 342 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_quota_enable': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c:947:26: note: byref variable will be forcibly initialized 947 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:946:26: note: byref variable will be forcibly initialized 946 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:545:24: note: byref variable will be forcibly initialized 545 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:613:24: note: byref variable will be forcibly initialized 613 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_trace_leaf_items': /kisskb/src/fs/btrfs/qgroup.c:1850:26: note: byref variable will be forcibly initialized 1850 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_trace_extent_swap': /kisskb/src/fs/btrfs/qgroup.c:2031:34: note: byref variable will be forcibly initialized 2031 | struct btrfs_key dst_key; | ^~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:2030:34: note: byref variable will be forcibly initialized 2030 | struct btrfs_key src_key; | ^~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:1999:26: note: byref variable will be forcibly initialized 1999 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:871:35: note: byref variable will be forcibly initialized 871 | struct hdmi_avi_infoframe avi_frame; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:760:43: note: byref variable will be forcibly initialized 760 | const struct mipi_dsi_device_info info = { "lt9611", 0, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add_implicit': /kisskb/src/drivers/gpu/drm/drm_gem.c:1344:30: note: byref variable will be forcibly initialized 1344 | struct dma_resv_iter cursor; | ^~~~~~ /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:1028:28: note: byref variable will be forcibly initialized 1028 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_rescan_leaf': /kisskb/src/fs/btrfs/qgroup.c:3203:26: note: byref variable will be forcibly initialized 3203 | struct btrfs_key found; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_free_refroot': /kisskb/src/fs/btrfs/qgroup.c:3123:31: note: byref variable will be forcibly initialized 3123 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_free_reserved_data': /kisskb/src/fs/btrfs/qgroup.c:3753:33: note: byref variable will be forcibly initialized 3753 | struct extent_changeset changeset; | ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:3752:31: note: byref variable will be forcibly initialized 3752 | struct ulist_iterator uiter; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function '__btrfs_qgroup_release_data': /kisskb/src/fs/btrfs/qgroup.c:3805:33: note: byref variable will be forcibly initialized 3805 | struct extent_changeset changeset; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c: In function 'nvkm_bios_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:148:26: note: byref variable will be forcibly initialized 148 | struct bit_entry bit_i; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:147:29: note: byref variable will be forcibly initialized 147 | struct nvbios_image image; | ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_check_reserved_leak': /kisskb/src/fs/btrfs/qgroup.c:4059:31: note: byref variable will be forcibly initialized 4059 | struct ulist_iterator iter; | ^~~~ /kisskb/src/fs/btrfs/qgroup.c:4057:33: note: byref variable will be forcibly initialized 4057 | struct extent_changeset changeset; | ^~~~~~~~~ /kisskb/src/drivers/watchdog/wdt_pci.c: In function 'wdtpci_ioctl': /kisskb/src/drivers/watchdog/wdt_pci.c:395:30: note: byref variable will be forcibly initialized 395 | struct watchdog_info ident = { | ^~~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'autoresize': /kisskb/src/drivers/mtd/ubi/build.c:780:40: note: byref variable will be forcibly initialized 780 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/build.c:763:32: 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:22: note: byref variable will be forcibly initialized 1134 | struct kstat stat; | ^~~~ /kisskb/src/drivers/mtd/ubi/build.c:1133:21: 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:33: 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:33: note: byref variable will be forcibly initialized 189 | struct ubi_notification nt; | ^~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'vol_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:572:40: note: byref variable will be forcibly initialized 572 | struct ubi_volume_info vi; | ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:562:40: note: byref variable will be forcibly initialized 562 | struct ubi_volume_info vi; | ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:538:45: note: byref variable will be forcibly initialized 538 | struct ubi_set_vol_prop_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:496:36: note: byref variable will be forcibly initialized 496 | struct ubi_map_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:431:43: 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:26: note: byref variable will be forcibly initialized 683 | struct list_head rename_list; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ubi_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:911:38: note: byref variable will be forcibly initialized 911 | struct ubi_rsvol_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:850:38: note: byref variable will be forcibly initialized 850 | struct ubi_mkvol_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ctrl_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:1016:39: note: byref variable will be forcibly initialized 1016 | struct ubi_attach_req req; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c: In function 'nvbios_boostTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /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:36: 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:36: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/drivers/mtd/ubi/kapi.c: In function 'ubi_open_volume_path': /kisskb/src/drivers/mtd/ubi/kapi.c:293:22: note: byref variable will be forcibly initialized 293 | struct kstat stat; | ^~~~ /kisskb/src/drivers/mtd/ubi/kapi.c:292:21: note: byref variable will be forcibly initialized 292 | struct path path; | ^~~~ /kisskb/src/fs/btrfs/send.c: In function 'send_header': /kisskb/src/fs/btrfs/send.c:686:36: note: byref variable will be forcibly initialized 686 | struct btrfs_stream_header hdr; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'tlv_put_btrfs_timespec': /kisskb/src/fs/btrfs/send.c:634:31: note: byref variable will be forcibly initialized 634 | struct btrfs_timespec bts; | ^~~ /kisskb/src/fs/btrfs/send.c: In function '__get_inode_info': /kisskb/src/fs/btrfs/send.c:842:26: note: byref variable will be forcibly initialized 842 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'get_last_extent': /kisskb/src/fs/btrfs/send.c:5771:26: note: byref variable will be forcibly initialized 5771 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'range_is_hole_in_parent': /kisskb/src/fs/btrfs/send.c:5802:26: note: byref variable will be forcibly initialized 5802 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'did_create_dir': /kisskb/src/fs/btrfs/send.c:2681:26: note: byref variable will be forcibly initialized 2681 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/send.c:2680:26: note: byref variable will be forcibly initialized 2680 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:2679:26: note: byref variable will be forcibly initialized 2679 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'lookup_dir_item_inode': /kisskb/src/fs/btrfs/send.c:1718:26: note: byref variable will be forcibly initialized 1718 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'get_first_ref': /kisskb/src/fs/btrfs/send.c:1752:26: note: byref variable will be forcibly initialized 1752 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1751:26: note: byref variable will be forcibly initialized 1751 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'is_ancestor': /kisskb/src/fs/btrfs/send.c:3595:26: note: byref variable will be forcibly initialized 3595 | struct btrfs_key key; | ^~~ 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/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'tail_append_pending_moves': /kisskb/src/fs/btrfs/send.c:3379:27: note: byref variable will be forcibly initialized 3379 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/send.c: In function 'get_inode_path': /kisskb/src/fs/btrfs/send.c:1150:31: note: byref variable will be forcibly initialized 1150 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1150:26: note: byref variable will be forcibly initialized 1150 | struct btrfs_key key, found_key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'find_iref': /kisskb/src/fs/btrfs/send.c:4465:29: note: byref variable will be forcibly initialized 4465 | struct find_ref_ctx ctx; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'is_extent_unchanged': /kisskb/src/fs/btrfs/send.c:5586:26: note: byref variable will be forcibly initialized 5586 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:5582:26: note: byref variable will be forcibly initialized 5582 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'read_symlink': /kisskb/src/fs/btrfs/send.c:1495:26: note: byref variable will be forcibly initialized 1495 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'send_subvol_begin': /kisskb/src/fs/btrfs/send.c:2353:26: note: byref variable will be forcibly initialized 2353 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_hi_priority_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4353:40: note: byref variable will be forcibly initialized 4353 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'btrfs_unlink_all_paths': /kisskb/src/fs/btrfs/send.c:6209:33: note: byref variable will be forcibly initialized 6209 | struct parent_paths_ctx ctx; | ^~~ /kisskb/src/fs/btrfs/send.c:6208:26: note: byref variable will be forcibly initialized 6208 | struct btrfs_key key; | ^~~ 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/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c:6206:19: note: byref variable will be forcibly initialized 6206 | LIST_HEAD(deleted_refs); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/btrfs/send.c: In function 'send_utimes': /kisskb/src/fs/btrfs/send.c:2535:26: note: byref variable will be forcibly initialized 2535 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'wait_for_dest_dir_move': /kisskb/src/fs/btrfs/send.c:3468:26: note: byref variable will be forcibly initialized 3468 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/fs/btrfs/send.c:3467:26: note: byref variable will be forcibly initialized 3467 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_config_dma_addressing': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:2992:24: note: byref variable will be forcibly initialized 2992 | struct sysinfo s; | ^ /kisskb/src/fs/btrfs/send.c: In function 'can_rmdir': /kisskb/src/fs/btrfs/send.c:2940:26: note: byref variable will be forcibly initialized 2940 | struct btrfs_key loc; | ^~~ /kisskb/src/fs/btrfs/send.c:2939:26: note: byref variable will be forcibly initialized 2939 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:2938:26: note: byref variable will be forcibly initialized 2938 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'process_recorded_refs': /kisskb/src/fs/btrfs/send.c:3889:26: note: byref variable will be forcibly initialized 3889 | struct list_head check_dirs; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_scsi_io': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4158:38: note: byref variable will be forcibly initialized 4158 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'process_all_refs': /kisskb/src/fs/btrfs/send.c:4558:26: note: byref variable will be forcibly initialized 4558 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_fast_path': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4181:38: note: byref variable will be forcibly initialized 4181 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4557:26: note: byref variable will be forcibly initialized 4557 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_fast_path_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4330:40: note: byref variable will be forcibly initialized 4330 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_scsi_io_atomic': 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/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'apply_dir_move': /kisskb/src/fs/btrfs/send.c:3270:27: note: byref variable will be forcibly initialized 3270 | LIST_HEAD(deleted_refs); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4308:40: note: byref variable will be forcibly initialized 4308 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_default_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4374:40: note: byref variable will be forcibly initialized 4374 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'apply_children_dir_moves': /kisskb/src/fs/btrfs/send.c:3393:26: note: byref variable will be forcibly initialized 3393 | struct list_head stack; | ^~~~~ /kisskb/src/fs/btrfs/send.c: In function 'find_extent_clone': /kisskb/src/fs/btrfs/send.c:1323:26: note: byref variable will be forcibly initialized 1323 | struct btrfs_key found_key; | ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/ctree.h:21, from /kisskb/src/fs/btrfs/send.h:10, from /kisskb/src/fs/btrfs/send.c:19: /kisskb/src/fs/btrfs/send.c: In function 'put_file_data': /kisskb/src/include/linux/pagemap.h:1186:26: note: byref variable will be forcibly initialized 1186 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1151:34: note: in definition of macro 'DEFINE_READAHEAD' 1151 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/btrfs/send.c: In function 'clone_range': /kisskb/src/fs/btrfs/send.c:5307:26: note: byref variable will be forcibly initialized 5307 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'process_all_extents': /kisskb/src/fs/btrfs/send.c:5972:26: note: byref variable will be forcibly initialized 5972 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:5971:26: note: byref variable will be forcibly initialized 5971 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function '__process_new_xattr': /kisskb/src/fs/btrfs/send.c:4675:39: note: byref variable will be forcibly initialized 4675 | struct posix_acl_xattr_header dummy_acl; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'iterate_dir_item': /kisskb/src/fs/btrfs/send.c:1025:26: note: byref variable will be forcibly initialized 1025 | struct btrfs_key di_key; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:40: note: byref variable will be forcibly initialized 645 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:29: note: byref variable will be forcibly initialized 643 | struct drm_mode_set set; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'process_all_new_xattrs': /kisskb/src/fs/btrfs/send.c:4877:26: note: byref variable will be forcibly initialized 4877 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4876:26: note: byref variable will be forcibly initialized 4876 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/send.c: In function 'find_xattr': /kisskb/src/fs/btrfs/send.c:4783:31: note: byref variable will be forcibly initialized 4783 | struct find_xattr_ctx ctx; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_assign_fw_reported_qd': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5370:32: note: byref variable will be forcibly initialized 5370 | Mpi26PCIeIOUnitPage1_t pcie_iounit_pg1; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5368:27: note: byref variable will be forcibly initialized 5368 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_update_ioc_page1_inlinewith_perf_mode': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4958:27: note: byref variable will be forcibly initialized 4958 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4957:24: note: byref variable will be forcibly initialized 4957 | Mpi2IOCPage1_t ioc_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_master_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5191:27: note: byref variable will be forcibly initialized 5191 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5190:35: note: byref variable will be forcibly initialized 5190 | Mpi26DriverTriggerPage1_t trigger_pg1; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'btrfs_compare_trees': /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:713:26: note: byref variable will be forcibly initialized 713 | struct videomode vm; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_event_diag_triggers': /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_panel_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:749:26: note: byref variable will be forcibly initialized 749 | struct videomode vm; | ^~ /kisskb/src/fs/btrfs/send.c:7067:26: note: byref variable will be forcibly initialized 7067 | struct btrfs_key right_key; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:748:31: note: byref variable will be forcibly initialized 748 | struct display_timing timing; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5035:27: note: byref variable will be forcibly initialized 5035 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5032:35: note: byref variable will be forcibly initialized 5032 | Mpi26DriverTriggerPage2_t trigger_pg2; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:7066:26: note: byref variable will be forcibly initialized 7066 | struct btrfs_key left_key; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_scsi_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5087:27: note: byref variable will be forcibly initialized 5087 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5084:35: note: byref variable will be forcibly initialized 5084 | Mpi26DriverTriggerPage3_t trigger_pg3; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:840:33: note: byref variable will be forcibly initialized 840 | struct drm_display_mode adjusted = *mode; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_mpi_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5139:27: note: byref variable will be forcibly initialized 5139 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5136:35: note: byref variable will be forcibly initialized 5136 | Mpi26DriverTriggerPage4_t trigger_pg4; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'full_send_tree': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_check_for_trigger_pages_support': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5234:27: note: byref variable will be forcibly initialized 5234 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5232:35: note: byref variable will be forcibly initialized 5232 | Mpi26DriverTriggerPage0_t trigger_pg0; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6742:26: note: byref variable will be forcibly initialized 6742 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_static_config_pages': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5432:27: note: byref variable will be forcibly initialized 5432 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/fs/btrfs/raid56.c: In function 'index_rbio_pages': /kisskb/src/fs/btrfs/raid56.c:1151:34: note: byref variable will be forcibly initialized 1151 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/btrfs/raid56.c: In function 'set_bio_pages_uptodate': /kisskb/src/fs/btrfs/raid56.c:1426:30: note: byref variable will be forcibly initialized 1426 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/btrfs/raid56.c: In function 'finish_rmw': /kisskb/src/fs/btrfs/raid56.c:1185:25: note: byref variable will be forcibly initialized 1185 | struct bio_list bio_list; | ^~~~~~~~ /kisskb/src/fs/btrfs/raid56.c: In function 'finish_parity_scrub': /kisskb/src/fs/btrfs/raid56.c:2322:25: note: byref variable will be forcibly initialized 2322 | struct bio_list bio_list; | ^~~~~~~~ /kisskb/src/fs/btrfs/raid56.c: In function 'raid56_parity_scrub_stripe': /kisskb/src/fs/btrfs/raid56.c:2569:25: note: byref variable will be forcibly initialized 2569 | struct bio_list bio_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_port_facts': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7132:30: note: byref variable will be forcibly initialized 7132 | Mpi2PortFactsReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7131:32: note: byref variable will be forcibly initialized 7131 | Mpi2PortFactsRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/raid56.c: In function '__raid56_parity_recover': /kisskb/src/fs/btrfs/raid56.c:2024:25: note: byref variable will be forcibly initialized 2024 | struct bio_list bio_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_send_ioc_init': /kisskb/src/fs/btrfs/raid56.c: In function 'raid56_rmw_stripe': /kisskb/src/fs/btrfs/raid56.c:1479:25: note: byref variable will be forcibly initialized 1479 | struct bio_list bio_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7336:28: note: byref variable will be forcibly initialized 7336 | Mpi2IOCInitReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7335:30: note: byref variable will be forcibly initialized 7335 | Mpi2IOCInitRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_mpi_ep_scsi_io': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4130:38: note: byref variable will be forcibly initialized 4130 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_hi_priority': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4204:38: note: byref variable will be forcibly initialized 4204 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_default': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4266:38: note: byref variable will be forcibly initialized 4266 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/dev-replace.c:13: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/dev-replace.c: In function 'mark_block_group_to_copy': /kisskb/src/fs/btrfs/dev-replace.c:472:26: note: byref variable will be forcibly initialized 472 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/dev-replace.c:471:26: note: byref variable will be forcibly initialized 471 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_rm_dev_replace_blocked': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/dev-replace.c:805:9: note: in expansion of macro 'wait_event' 805 | wait_event(fs_info->dev_replace.replace_wait, !percpu_counter_sum( | ^~~~~~~~~~ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_init_dev_replace': /kisskb/src/fs/btrfs/dev-replace.c:74:26: note: byref variable will be forcibly initialized 74 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/dev-replace.c:13: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_run_dev_replace': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/dev-replace.c:357:26: note: byref variable will be forcibly initialized 357 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_base_put_smid_nvme_encap': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4245:38: note: byref variable will be forcibly initialized 4245 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_base_update_missing_delay': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4875:27: note: byref variable will be forcibly initialized 4875 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_bio_counter_inc_blocked': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/dev-replace.c:1332:17: note: in expansion of macro 'wait_event' 1332 | wait_event(fs_info->dev_replace.replace_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_display_fwpkg_version': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4646:29: note: byref variable will be forcibly initialized 4646 | Mpi2FWUploadReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_ioc_facts': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7233:29: note: byref variable will be forcibly initialized 7233 | Mpi2IOCFactsReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7232:31: note: byref variable will be forcibly initialized 7232 | Mpi2IOCFactsRequest_t mpi_request; | ^~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:47: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_wait_for_commands_to_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:8597:9: note: in expansion of macro 'wait_event_timeout' 8597 | wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_i2c_write': /kisskb/src/drivers/input/joystick/as5011.c:74:24: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/thermal/thermal_of.c:13: /kisskb/src/drivers/thermal/thermal_of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_bind_params': /kisskb/src/drivers/thermal/thermal_of.c:681:32: note: byref variable will be forcibly initialized 681 | struct of_phandle_args cooling_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_get_sensor_id': /kisskb/src/drivers/thermal/thermal_of.c:432:32: note: byref variable will be forcibly initialized 432 | struct of_phandle_args sensor_specs; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:7: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_wait_for_edid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:464:16: note: in expansion of macro 'wait_event_interruptible_timeout' 464 | return wait_event_interruptible_timeout(lt9611uxc->wq, lt9611uxc->edid_read, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:258:43: note: byref variable will be forcibly initialized 258 | const struct mipi_dsi_device_info info = { "lt9611uxc", 0, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:609:28: note: byref variable will be forcibly initialized 609 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c: In function 'nvbios_cstepTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_sb800_smba': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:349:31: note: byref variable will be forcibly initialized 349 | struct sb800_mmio_cfg mmio_cfg; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_sb800': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:396:31: note: byref variable will be forcibly initialized 396 | struct sb800_mmio_cfg mmio_cfg; | ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'nor_erase_prepare': /kisskb/src/drivers/mtd/ubi/io.c:465:28: note: byref variable will be forcibly initialized 465 | struct ubi_vid_hdr vid_hdr; | ^~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c:456:31: note: byref variable will be forcibly initialized 456 | struct ubi_vid_io_buf vidb; | ^~~~ /kisskb/src/drivers/mtd/ubi/io.c:455:27: note: byref variable will be forcibly initialized 455 | struct ubi_ec_hdr ec_hdr; | ^~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/io.c:310:27: note: byref variable will be forcibly initialized 310 | struct erase_info ei; | ^~ 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:27: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:881:36: note: byref variable will be forcibly initialized 881 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1002:29: note: byref variable will be forcibly initialized 1002 | struct sg_page_iter page_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:1028:33: note: byref variable will be forcibly initialized 1028 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1850:31: note: byref variable will be forcibly initialized 1850 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:519:29: note: byref variable will be forcibly initialized 519 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1770:31: note: byref variable will be forcibly initialized 1770 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1813:31: note: byref variable will be forcibly initialized 1813 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1489:33: note: byref variable will be forcibly initialized 1489 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1487:28: note: byref variable will be forcibly initialized 1487 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1230:27: note: byref variable will be forcibly initialized 1230 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1547:30: note: byref variable will be forcibly initialized 1547 | struct mtd_ecc_stats old_stats = master->ecc_stats; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: In function 'nvbios_disp_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry U; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: In function 'nvbios_outp_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:85:28: note: byref variable will be forcibly initialized 85 | struct nvbios_disp info; | ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'flush_pending_writes': /kisskb/src/drivers/md/raid10.c:860:33: note: byref variable will be forcibly initialized 860 | 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/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'freeze_array': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1006:9: note: in expansion of macro '__wait_event_lock_irq' 1006 | __wait_event_lock_irq(wq_head, condition, lock, cmd); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1027:9: note: in expansion of macro 'wait_event_lock_irq_cmd' 1027 | wait_event_lock_irq_cmd(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'wait_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:976:25: note: in expansion of macro 'wait_event_lock_irq' 976 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'regular_request_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1119:17: note: in expansion of macro 'wait_event' 1119 | wait_event(conf->wait_barrier, | ^~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raise_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:938:9: note: in expansion of macro 'wait_event_lock_irq' 938 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:931:9: note: in expansion of macro 'wait_event_lock_irq' 931 | wait_event_lock_irq(conf->wait_barrier, force || !conf->nr_waiting, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c: In function 'flush_pending_writes': /kisskb/src/drivers/md/raid1.c:823:33: note: byref variable will be forcibly initialized 823 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/mtd/ubi/wl.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/wl.c:623:25: note: byref variable will be forcibly initialized 623 | struct ubi_work wl_wrk; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'raid10d': /kisskb/src/drivers/md/raid10.c:3054:27: note: byref variable will be forcibly initialized 3054 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/raid10.c:3048:25: note: byref variable will be forcibly initialized 3048 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_check_reshape': /kisskb/src/drivers/md/raid1.c: In function 'process_checks': /kisskb/src/drivers/md/raid10.c:4406:21: note: byref variable will be forcibly initialized 4406 | struct geom geo; | ^~~ /kisskb/src/drivers/md/raid1.c:2185:38: note: byref variable will be forcibly initialized 2185 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'setup_conf': /kisskb/src/drivers/md/raid10.c:3965:21: note: byref variable will be forcibly initialized 3965 | struct geom geo; | ^~~ 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/md/raid1.c:26: /kisskb/src/drivers/md/raid1.c: In function 'freeze_array': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1006:9: note: in expansion of macro '__wait_event_lock_irq' 1006 | __wait_event_lock_irq(wq_head, condition, lock, cmd); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:1104:9: note: in expansion of macro 'wait_event_lock_irq_cmd' 1104 | wait_event_lock_irq_cmd( | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c: In function 'wait_read_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:1032:17: note: in expansion of macro 'wait_event_lock_irq' 1032 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c: In function '_wait_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:988:17: note: in expansion of macro 'wait_event_lock_irq' 988 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c: In function 'raise_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:900:9: note: in expansion of macro 'wait_event_lock_irq' 900 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:877:9: note: in expansion of macro 'wait_event_lock_irq' 877 | wait_event_lock_irq(conf->wait_barrier, | ^~~~~~~~~~~~~~~~~~~ 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/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'reshape_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:4847:17: note: in expansion of macro 'wait_event' 4847 | wait_event(mddev->sb_wait, mddev->sb_flags == 0 || | ^~~~~~~~~~ /kisskb/src/drivers/md/raid1.c: In function 'raid1_read_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:1294:17: note: in expansion of macro 'wait_event' 1294 | wait_event(bitmap->behind_wait, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/md/raid1.c:26: /kisskb/src/drivers/md/raid1.c: In function 'raid1d': /kisskb/src/drivers/md/raid1.c:2561:27: note: byref variable will be forcibly initialized 2561 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/md/raid1.c:2554:25: note: byref variable will be forcibly initialized 2554 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3479:41: note: byref variable will be forcibly initialized 3479 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_mso': /kisskb/src/drivers/gpu/drm/drm_edid.c:5317:31: note: byref variable will be forcibly initialized 5317 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_start_reshape': /kisskb/src/drivers/md/raid10.c:4511:21: note: byref variable will be forcibly initialized 4511 | struct geom new; | ^~~ /kisskb/src/drivers/md/raid1.c: In function 'raid1_reshape': /kisskb/src/drivers/md/raid1.c:3261:28: note: byref variable will be forcibly initialized 3261 | mempool_t newpool, oldpool; | ^~~~~~~ /kisskb/src/drivers/md/raid1.c:3261:19: note: byref variable will be forcibly initialized 3261 | mempool_t newpool, oldpool; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': 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/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'raid10_write_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1402:17: note: in expansion of macro 'wait_event' 1402 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1365:29: note: byref variable will be forcibly initialized 1365 | DEFINE_WAIT(w); | ^ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/raid10.c:1365:17: note: in expansion of macro 'DEFINE_WAIT' 1365 | DEFINE_WAIT(w); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5521:31: note: byref variable will be forcibly initialized 5521 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3895:26: note: byref variable will be forcibly initialized 3895 | struct list_head stereo_modes; | ^~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/uuid-tree.c:8: /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_lookup': /kisskb/src/fs/btrfs/uuid-tree.c:31:26: note: byref variable will be forcibly initialized 31 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/uuid-tree.c:8: /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_add': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/uuid-tree.c:89:26: note: byref variable will be forcibly initialized 89 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_remove': /kisskb/src/fs/btrfs/uuid-tree.c:153:26: note: byref variable will be forcibly initialized 153 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_iterate': /kisskb/src/fs/btrfs/uuid-tree.c:293:26: note: byref variable will be forcibly initialized 293 | struct btrfs_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/drivers/md/raid1.c:26: /kisskb/src/drivers/md/raid1.c: In function 'wait_for_serialization': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid1.c:92:9: note: in expansion of macro 'wait_event' 92 | wait_event(serial->serial_io_wait, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3359:31: note: byref variable will be forcibly initialized 3359 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/md/raid1.c: In function 'raid1_write_request': /kisskb/src/drivers/md/raid1.c:1353:29: note: byref variable will be forcibly initialized 1353 | DEFINE_WAIT(w); | ^ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/raid1.c:1353:17: note: in expansion of macro 'DEFINE_WAIT' 1353 | DEFINE_WAIT(w); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3518:41: note: byref variable will be forcibly initialized 3518 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ 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:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3645:19: note: byref variable will be forcibly initialized 3645 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:6168:31: note: byref variable will be forcibly initialized 6168 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'timestamp0_show': /kisskb/src/drivers/rtc/rtc-isl1208.c:552:25: note: byref variable will be forcibly initialized 552 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_i2c_set_alarm': /kisskb/src/drivers/rtc/rtc-isl1208.c:399:25: note: byref variable will be forcibly initialized 399 | struct rtc_time rtc_tm; | ^~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:25: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ In file included from /kisskb/src/drivers/mfd/syscon.c:17: /kisskb/src/drivers/mfd/syscon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:32: note: byref variable will be forcibly initialized 235 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_set': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:70:24: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1682:40: note: byref variable will be forcibly initialized 1682 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1739:28: note: byref variable will be forcibly initialized 1739 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1219:40: note: byref variable will be forcibly initialized 1219 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c: In function 'nvbios_dp_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry d; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c: In function 'nvbios_fan_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_msg': /kisskb/src/drivers/mtd/ubi/misc.c:147:26: 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:26: 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:26: note: byref variable will be forcibly initialized 180 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_infoframes': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1100:30: note: byref variable will be forcibly initialized 1100 | union hdmi_infoframe frm; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1099:31: note: byref variable will be forcibly initialized 1099 | struct mhl3_infoframe mhl_frm; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c: In function 'nvbios_imagen': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:34:29: note: byref variable will be forcibly initialized 34 | struct nvbios_npdeT npde; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:33:29: note: byref variable will be forcibly initialized 33 | struct nvbios_pcirT pcir; | ^~~~ /kisskb/src/drivers/power/supply/cpcap-battery.c: In function 'cpcap_battery_external_power_changed': /kisskb/src/drivers/power/supply/cpcap-battery.c:616:36: note: byref variable will be forcibly initialized 616 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/power/supply/cpcap-battery.c: In function 'cpcap_battery_update_charger': /kisskb/src/drivers/power/supply/cpcap-battery.c:805:36: note: byref variable will be forcibly initialized 805 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/cpcap-battery.c:804:36: note: byref variable will be forcibly initialized 804 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/power/supply/cpcap-battery.c: In function 'cpcap_battery_get_charger_status': /kisskb/src/drivers/power/supply/cpcap-battery.c:480:36: note: byref variable will be forcibly initialized 480 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/power/supply/cpcap-battery.c: In function 'cpcap_battery_update_status': /kisskb/src/drivers/power/supply/cpcap-battery.c:550:41: note: byref variable will be forcibly initialized 550 | struct cpcap_battery_state_data state, *latest, *previous, | ^~~~~ /kisskb/src/fs/btrfs/props.c: In function 'iterate_object_props': /kisskb/src/fs/btrfs/props.c:130:34: note: byref variable will be forcibly initialized 130 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: In function 'nvbios_iccsense_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:33:26: note: byref variable will be forcibly initialized 33 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: In function 'nvbios_iccsense_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:82:43: note: byref variable will be forcibly initialized 82 | struct nvbios_extdev_func extdev; | ^~~~~~ In file included from /kisskb/src/drivers/rtc/rtc-m41t94.c:12: /kisskb/src/drivers/rtc/rtc-m41t94.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/rtc/rtc-m41t93.c:14: /kisskb/src/drivers/rtc/rtc-m41t93.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:955:40: note: byref variable will be forcibly initialized 955 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:35: note: byref variable will be forcibly initialized 777 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:43: note: byref variable will be forcibly initialized 465 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:28: note: byref variable will be forcibly initialized 1208 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'chunk_err': /kisskb/src/fs/btrfs/tree-checker.c:733:26: note: byref variable will be forcibly initialized 733 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'generic_err': /kisskb/src/fs/btrfs/tree-checker.c:55:26: note: byref variable will be forcibly initialized 55 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'dir_item_err': /kisskb/src/fs/btrfs/tree-checker.c:141:26: note: byref variable will be forcibly initialized 141 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:140:26: note: byref variable will be forcibly initialized 140 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'file_extent_err': /kisskb/src/fs/btrfs/tree-checker.c:81:26: note: byref variable will be forcibly initialized 81 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:80:26: note: byref variable will be forcibly initialized 80 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_key': /kisskb/src/fs/btrfs/tree-checker.c:439:26: note: byref variable will be forcibly initialized 439 | struct btrfs_key item_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_inode_key': /kisskb/src/fs/btrfs/tree-checker.c:387:26: note: byref variable will be forcibly initialized 387 | struct btrfs_key item_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'block_group_err': /kisskb/src/fs/btrfs/tree-checker.c:622:26: note: byref variable will be forcibly initialized 622 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:621:26: note: byref variable will be forcibly initialized 621 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'dev_item_err': /kisskb/src/fs/btrfs/tree-checker.c:964:26: note: byref variable will be forcibly initialized 964 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:963:26: note: byref variable will be forcibly initialized 963 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'extent_err': /kisskb/src/fs/btrfs/tree-checker.c:1210:26: note: byref variable will be forcibly initialized 1210 | struct va_format vaf; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:1209:26: note: byref variable will be forcibly initialized 1209 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_dir_item': /kisskb/src/fs/btrfs/tree-checker.c:494:34: note: byref variable will be forcibly initialized 494 | struct btrfs_key location_key; | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_block_group_item': /kisskb/src/fs/btrfs/tree-checker.c:643:39: note: byref variable will be forcibly initialized 643 | struct btrfs_block_group_item bgi; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_leaf': /kisskb/src/fs/btrfs/tree-checker.c:1643:26: note: byref variable will be forcibly initialized 1643 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/tree-checker.c:1642:26: note: byref variable will be forcibly initialized 1642 | struct btrfs_key prev_key = {0, 0, 0}; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_check_node': /kisskb/src/fs/btrfs/tree-checker.c:1804:31: note: byref variable will be forcibly initialized 1804 | struct btrfs_key key, next_key; | ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c:1804:26: note: byref variable will be forcibly initialized 1804 | struct btrfs_key key, next_key; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c: In function 'mxm_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry x; | ^ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:610:40: note: byref variable will be forcibly initialized 610 | 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:621:40: note: byref variable will be forcibly initialized 621 | 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:2596:42: note: byref variable will be forcibly initialized 2596 | 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:2662:34: note: byref variable will be forcibly initialized 2662 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_gpio_ne': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2195:30: note: byref variable will be forcibly initialized 2195 | struct dcb_gpio_func func; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/space-info.c:3: /kisskb/src/fs/btrfs/space-info.c: In function 'shrink_delalloc': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/space-info.c:575:17: note: in expansion of macro 'wait_event' 575 | wait_event(fs_info->async_submit_wait, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_zm_i2c': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1078:32: note: byref variable will be forcibly initialized 1078 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c: In function 'nvbios_npdeTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c:31:29: note: byref variable will be forcibly initialized 31 | struct nvbios_pcirT pcir; | ^~~~ /kisskb/src/fs/btrfs/space-info.c: In function '__reserve_bytes': /kisskb/src/fs/btrfs/space-info.c:1485:31: note: byref variable will be forcibly initialized 1485 | struct reserve_ticket ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:361:26: note: byref variable will be forcibly initialized 361 | struct bit_entry bit_I; | ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'btrfs_free_space_root': /kisskb/src/fs/btrfs/free-space-tree.c:22:26: note: byref variable will be forcibly initialized 22 | struct btrfs_key key = { | ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'add_new_free_space_info': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/free-space-tree.c:70:26: note: byref variable will be forcibly initialized 70 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'search_free_space_info': /kisskb/src/fs/btrfs/free-space-tree.c:103:26: note: byref variable will be forcibly initialized 103 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_next_bitmap': /kisskb/src/fs/btrfs/free-space-tree.c:576:26: note: byref variable will be forcibly initialized 576 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'clear_free_space_tree': /kisskb/src/fs/btrfs/free-space-tree.c:1215:26: note: byref variable will be forcibly initialized 1215 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'convert_free_space_to_bitmaps': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:207:31: note: byref variable will be forcibly initialized 207 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:207:26: note: byref variable will be forcibly initialized 207 | struct btrfs_key key, found_key; | ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'convert_free_space_to_extents': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:345:31: note: byref variable will be forcibly initialized 345 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:345:26: note: byref variable will be forcibly initialized 345 | struct btrfs_key key, found_key; | ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'add_free_space_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:869:31: note: byref variable will be forcibly initialized 869 | struct btrfs_key key, new_key; | ^~~~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:869:26: note: byref variable will be forcibly initialized 869 | struct btrfs_key key, new_key; | ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'remove_free_space_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/free-space-tree.c:717:26: note: byref variable will be forcibly initialized 717 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_set_bits': /kisskb/src/fs/btrfs/free-space-tree.c:537:26: note: byref variable will be forcibly initialized 537 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_test_bit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_conn': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:125:29: note: byref variable will be forcibly initialized 125 | struct nvbios_connE connE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_generic_condition': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:799:29: note: byref variable will be forcibly initialized 799 | struct nvbios_dpout info; | ^~~~ /kisskb/src/fs/btrfs/free-space-tree.c:513:26: note: byref variable will be forcibly initialized 513 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'modify_free_space_bitmap': /kisskb/src/fs/btrfs/free-space-tree.c:604:26: note: byref variable will be forcibly initialized 604 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'nvbios_post': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2341:23: note: in expansion of macro 'nvbios_init' 2341 | ret = nvbios_init(subdev, data, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2332:23: note: in expansion of macro 'nvbios_init' 2332 | ret = nvbios_init(subdev, data, | ^~~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'populate_free_space_tree': /kisskb/src/fs/btrfs/free-space-tree.c:1065:26: note: byref variable will be forcibly initialized 1065 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'load_free_space_bitmaps': /kisskb/src/fs/btrfs/free-space-tree.c:1426:26: note: byref variable will be forcibly initialized 1426 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'load_free_space_extents': /kisskb/src/fs/btrfs/free-space-tree.c:1507:26: note: byref variable will be forcibly initialized 1507 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'btrfs_clear_free_space_tree': /kisskb/src/fs/btrfs/free-space-tree.c:1254:26: note: byref variable will be forcibly initialized 1254 | struct btrfs_key key = { | ^~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'remove_block_group_free_space': /kisskb/src/fs/btrfs/free-space-tree.c:1348:31: note: byref variable will be forcibly initialized 1348 | struct btrfs_key key, found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-tree.c:1348:26: note: byref variable will be forcibly initialized 1348 | struct btrfs_key key, found_key; | ^~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:28: 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:28: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c: In function 'nvbios_perf_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:33:26: note: byref variable will be forcibly initialized 33 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:40: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/micron-st.c: In function 'micron_st_nor_read_fsr': /kisskb/src/drivers/mtd/spi-nor/micron-st.c:325:35: note: byref variable will be forcibly initialized 325 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/micron-st.c: In function 'micron_st_nor_clear_fsr': /kisskb/src/drivers/mtd/spi-nor/micron-st.c:364:35: note: byref variable will be forcibly initialized 364 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/micron-st.c: In function 'micron_st_nor_octal_dtr_enable': /kisskb/src/drivers/mtd/spi-nor/micron-st.c:33:27: note: byref variable will be forcibly initialized 33 | struct spi_mem_op op; | ^~ 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:328:19: note: byref variable will be forcibly initialized 328 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:244:30: note: byref variable will be forcibly initialized 244 | struct mtd_partition part; | ^~~~ /kisskb/src/drivers/mtd/spi-nor/spansion.c: In function 'spansion_nor_clear_sr': /kisskb/src/drivers/mtd/spi-nor/spansion.c:320:35: note: byref variable will be forcibly initialized 320 | struct spi_mem_op op = | ^~ /kisskb/src/drivers/mtd/spi-nor/spansion.c: In function 'cypress_nor_octal_dtr_enable': /kisskb/src/drivers/mtd/spi-nor/spansion.c:38:27: note: byref variable will be forcibly initialized 38 | struct spi_mem_op op; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal_power_allocator.h:88, from /kisskb/src/drivers/thermal/gov_power_allocator.c:16: /kisskb/src/drivers/thermal/gov_power_allocator.c: In function 'trace_event_raw_event_thermal_power_allocator': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_power_allocator.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_power_allocator, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/gov_power_allocator.c: In function 'trace_event_raw_event_thermal_power_allocator_pid': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_power_allocator.h:58:1: note: in expansion of macro 'TRACE_EVENT' 58 | TRACE_EVENT(thermal_power_allocator_pid, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:518:40: note: byref variable will be forcibly initialized 518 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:486:40: note: byref variable will be forcibly initialized 486 | struct drm_modeset_acquire_ctx ctx; | ^~~ /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:438:40: note: byref variable will be forcibly initialized 438 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: In function 'nvbios_pmuTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_p; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: In function 'nvbios_pmuRm': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:80:28: note: byref variable will be forcibly initialized 80 | struct nvbios_pmuE pmuE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: In function 'pll_limits_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:83:26: note: byref variable will be forcibly initialized 83 | struct bit_entry bit_C; | ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'activate_bit_delay': /kisskb/src/drivers/md/raid5.c:5279:26: note: byref variable will be forcibly initialized 5279 | struct list_head head; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c: In function 'nvbios_power_budget_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'async_copy_data': /kisskb/src/drivers/md/raid5.c:1309:33: note: byref variable will be forcibly initialized 1309 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c:1306:26: note: byref variable will be forcibly initialized 1306 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_biofill': /kisskb/src/drivers/md/raid5.c:1406:33: note: byref variable will be forcibly initialized 1406 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute5': /kisskb/src/drivers/md/raid5.c:1502:33: note: byref variable will be forcibly initialized 1502 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_prexor5': /kisskb/src/drivers/md/raid5.c:1794:33: note: byref variable will be forcibly initialized 1794 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute6_1': /kisskb/src/drivers/md/raid5.c:1596:33: note: byref variable will be forcibly initialized 1596 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_prexor6': /kisskb/src/drivers/md/raid5.c:1835:33: note: byref variable will be forcibly initialized 1835 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute6_2': /kisskb/src/drivers/md/raid5.c:1665:33: note: byref variable will be forcibly initialized 1665 | struct async_submit_ctl submit; | ^~~~~~ 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:26: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:936:40: note: byref variable will be forcibly initialized 936 | 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:1100:40: note: byref variable will be forcibly initialized 1100 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_check_p': /kisskb/src/drivers/md/raid5.c:2152:33: note: byref variable will be forcibly initialized 2152 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1179:33: note: byref variable will be forcibly initialized 1179 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/md/raid5.c: In function 'ops_run_check_pq': /kisskb/src/drivers/gpu/drm/drm_plane.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/md/raid5.c:2187:33: note: byref variable will be forcibly initialized 2187 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/include/drm/drm_print.h:108:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:241:26: 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:26: note: byref variable will be forcibly initialized 262 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/raid5.c: In function 'defer_issue_bios': /kisskb/src/drivers/md/raid5.c:1033:25: note: byref variable will be forcibly initialized 1033 | struct bio_list tmp = BIO_EMPTY_LIST; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:285:26: 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:26: note: byref variable will be forcibly initialized 304 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_io': /kisskb/src/drivers/md/raid5.c:1062:25: note: byref variable will be forcibly initialized 1062 | struct bio_list pending_bios = BIO_EMPTY_LIST; | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'flush_deferred_bios': /kisskb/src/drivers/md/raid5.c:1017:25: note: byref variable will be forcibly initialized 1017 | struct bio_list tmp = BIO_EMPTY_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/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_quiesce': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:15: note: in expansion of macro '___wait_event' 453 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:9: note: in expansion of macro '__wait_event_cmd' 474 | __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:8381:17: note: in expansion of macro 'wait_event_cmd' 8381 | wait_event_cmd(conf->wait_for_quiescent, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'get_cpu_idle_time_jiffy': /kisskb/src/drivers/cpufreq/cpufreq.c:124:31: note: byref variable will be forcibly initialized 124 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_release_stripe': /kisskb/src/drivers/md/raid5.c:386:26: note: byref variable will be forcibly initialized 386 | struct list_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/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/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:422:9: note: in expansion of macro 'wait_event' 422 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1682:30: note: byref variable will be forcibly initialized 1682 | struct cpufreq_freqs freqs; | ^~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'resize_stripes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:15: note: in expansion of macro '___wait_event' 453 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:9: note: in expansion of macro '__wait_event_cmd' 474 | __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:2520:17: note: in expansion of macro 'wait_event_cmd' 2520 | wait_event_cmd(conf->wait_for_stripe, | ^~~~~~~~~~~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c:2475:19: note: byref variable will be forcibly initialized 2475 | LIST_HEAD(newstripes); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2514:36: note: byref variable will be forcibly initialized 2514 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:346:28: note: byref variable will be forcibly initialized 346 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:638:36: note: byref variable will be forcibly initialized 638 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:597:30: note: byref variable will be forcibly initialized 597 | struct mtd_write_req req; | ^~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_reconstruct5': /kisskb/src/drivers/md/raid5.c:1976:33: note: byref variable will be forcibly initialized 1976 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:31: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:31: note: byref variable will be forcibly initialized 446 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_reconstruct6': /kisskb/src/drivers/md/raid5.c:2071:33: note: byref variable will be forcibly initialized 2071 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:32: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ In file included from /kisskb/src/drivers/md/raid5-cache.c:7: /kisskb/src/drivers/md/raid5-cache.c: In function 'r5c_disable_writeback_async': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c:694:9: note: in expansion of macro 'wait_event' 694 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5l_recovery_fetch_ra_pool': /kisskb/src/drivers/md/raid5-cache.c:1674:20: note: byref variable will be forcibly initialized 1674 | struct bio bio; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1069:40: note: byref variable will be forcibly initialized 1069 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1000:33: note: byref variable will be forcibly initialized 1000 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:920:37: note: byref variable will be forcibly initialized 920 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:908:40: note: byref variable will be forcibly initialized 908 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:897:40: note: byref variable will be forcibly initialized 897 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:886:40: note: byref variable will be forcibly initialized 886 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:865:38: note: byref variable will be forcibly initialized 865 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:851:38: note: byref variable will be forcibly initialized 851 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:837:36: note: byref variable will be forcibly initialized 837 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:823:36: note: byref variable will be forcibly initialized 823 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:804:56: note: byref variable will be forcibly initialized 804 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:794:58: note: byref variable will be forcibly initialized 794 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:695:30: note: byref variable will be forcibly initialized 695 | struct mtd_info_user info; | ^~~~ In file included from /kisskb/src/drivers/md/raid5-cache.c:7: /kisskb/src/drivers/md/raid5-cache.c: In function 'r5c_recovery_flush_data_only_stripes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c:2447:9: note: in expansion of macro 'wait_event' 2447 | wait_event(conf->wait_for_quiescent, | ^~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:44: 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:44: note: byref variable will be forcibly initialized 169 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c: In function 'nvbios_ramcfg_count': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:38:26: note: byref variable will be forcibly initialized 38 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c: In function 'nvbios_ramcfg_index': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:57:30: note: byref variable will be forcibly initialized 57 | struct nvbios_M0203E M0203E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:56:26: note: byref variable will be forcibly initialized 56 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5l_do_reclaim': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c:1523:17: note: in expansion of macro 'wait_event_lock_irq' 1523 | wait_event_lock_irq(log->iounit_wait, | ^~~~~~~~~~~~~~~~~~~ /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:366:40: note: byref variable will be forcibly initialized 366 | struct drm_modeset_acquire_ctx ctx; | ^~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_read_one_chunk': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5454:17: note: in expansion of macro 'wait_event_lock_irq' 5454 | wait_event_lock_irq(conf->wait_for_quiescent, conf->quiesce == 0, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_compute_blocknr': /kisskb/src/drivers/md/raid5.c:3118:28: note: byref variable will be forcibly initialized 3118 | struct stripe_head sh2; | ^~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_get_active_stripe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:735:33: note: in expansion of macro 'wait_event_lock_irq' 735 | wait_event_lock_irq( | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:715:17: note: in expansion of macro 'wait_event_lock_irq' 715 | wait_event_lock_irq(conf->wait_for_quiescent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'make_discard_request': /kisskb/src/drivers/md/raid5.c:5698:29: note: byref variable will be forcibly initialized 5698 | DEFINE_WAIT(w); | ^ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/raid5.c:5698:17: note: in expansion of macro 'DEFINE_WAIT' 5698 | DEFINE_WAIT(w); | ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'handle_stripe_expansion': /kisskb/src/drivers/md/raid5.c:4511:49: note: byref variable will be forcibly initialized 4511 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'handle_stripe': /kisskb/src/drivers/md/raid5.c:4865:34: note: byref variable will be forcibly initialized 4865 | struct stripe_head_state s; | ^ In file included from /kisskb/src/drivers/hwmon/ad7314.c:13: /kisskb/src/drivers/hwmon/ad7314.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5d': /kisskb/src/drivers/md/raid5.c:6478:25: note: byref variable will be forcibly initialized 6478 | 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/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_do_work': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6448:17: note: in expansion of macro 'wait_event_lock_irq' 6448 | wait_event_lock_irq(mddev->sb_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6430:25: note: byref variable will be forcibly initialized 6430 | 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/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'reshape_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6199:17: note: in expansion of macro 'wait_event' 6199 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6181:17: note: in expansion of macro 'wait_event' 6181 | wait_event(conf->wait_for_overlap, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6093:17: note: in expansion of macro 'wait_event' 6093 | wait_event(mddev->sb_wait, mddev->sb_flags == 0 || | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6074:17: note: in expansion of macro 'wait_event' 6074 | wait_event(conf->wait_for_overlap, | ^~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5968:26: note: byref variable will be forcibly initialized 5968 | struct list_head stripes; | ^~~~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_sync_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6243:9: note: in expansion of macro 'wait_event' 6243 | wait_event(conf->wait_for_overlap, conf->quiesce != 2); | ^~~~~~~~~~ /kisskb/src/drivers/mtd/spi-nor/xilinx.c: In function 'xilinx_nor_read_sr': /kisskb/src/drivers/mtd/spi-nor/xilinx.c:75:35: note: byref variable will be forcibly initialized 75 | struct spi_mem_op op = | ^~ In file included from /kisskb/src/fs/btrfs/reflink.c:6: /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/reflink.c: In function 'clone_copy_inline_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/reflink.c:180:26: note: byref variable will be forcibly initialized 180 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_clone': /kisskb/src/fs/btrfs/reflink.c:468:58: note: byref variable will be forcibly initialized 468 | struct btrfs_replace_extent_info clone_info; | ^~~~~~~~~~ /kisskb/src/fs/btrfs/reflink.c:371:34: note: byref variable will be forcibly initialized 371 | struct btrfs_key new_key; | ^~~~~~~ /kisskb/src/fs/btrfs/reflink.c:341:26: note: byref variable will be forcibly initialized 341 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c: In function 'nvbios_rammapTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:40: note: byref variable will be forcibly initialized 103 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'remove_block_group_item': /kisskb/src/fs/btrfs/block-group.c:851:26: note: byref variable will be forcibly initialized 851 | struct btrfs_key key; | ^~~ /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:40: 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 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:36: 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:40: note: byref variable will be forcibly initialized 480 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'read_bg_from_eb': /kisskb/src/fs/btrfs/block-group.c:1642:39: note: byref variable will be forcibly initialized 1642 | struct btrfs_block_group_item bg; | ^~ /kisskb/src/fs/btrfs/block-group.c: In function 'find_first_block_group': /kisskb/src/fs/btrfs/block-group.c:1694:26: note: byref variable will be forcibly initialized 1694 | struct btrfs_key found_key; | ^~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'insert_block_group_item': /kisskb/src/fs/btrfs/block-group.c:2293:26: note: byref variable will be forcibly initialized 2293 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/block-group.c:2291:39: note: byref variable will be forcibly initialized 2291 | struct btrfs_block_group_item bgi; | ^~~ In file included from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'insert_dev_extent': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/block-group.c:2317:26: note: byref variable will be forcibly initialized 2317 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/block-group.c: In function 'update_block_group_item': /kisskb/src/fs/btrfs/block-group.c:2709:26: note: byref variable will be forcibly initialized 2709 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/block-group.c:2708:39: note: byref variable will be forcibly initialized 2708 | struct btrfs_block_group_item bgi; | ^~~ 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:700, from /kisskb/src/fs/btrfs/ctree.h:9, from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_nocow_writers': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:332:9: note: in expansion of macro 'wait_var_event' 332 | wait_var_event(&bg->nocow_writers, !atomic_read(&bg->nocow_writers)); | ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_reservations': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: 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:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:369:9: note: in expansion of macro 'wait_var_event' 369 | wait_var_event(&bg->reservations, !atomic_read(&bg->reservations)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_progress': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:417:9: note: in expansion of macro 'wait_event' 417 | wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || | ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_done': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:432:9: note: in expansion of macro 'wait_event' 432 | wait_event(caching_ctl->wait, btrfs_block_group_done(cache)); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_space_cache_v1_finished': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:453:9: note: in expansion of macro 'wait_event' 453 | wait_event(caching_ctl->wait, space_cache_v1_done(cache)); | ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'load_extent_tree_free': /kisskb/src/fs/btrfs/block-group.c:529:26: note: byref variable will be forcibly initialized 529 | struct btrfs_key key; | ^~~ /kisskb/src/drivers/mtd/mtd_blkdevs.c: In function 'do_blktrans_request': /kisskb/src/drivers/mtd/mtd_blkdevs.c:49:29: note: byref variable will be forcibly initialized 49 | struct req_iterator iter; | ^~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_read_block_groups': /kisskb/src/fs/btrfs/block-group.c:2207:47: note: byref variable will be forcibly initialized 2207 | struct btrfs_block_group_item bgi; | ^~~ /kisskb/src/fs/btrfs/block-group.c:2185:26: note: byref variable will be forcibly initialized 2185 | struct btrfs_key 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/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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:15: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ 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/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_start_dirty_block_groups': /kisskb/src/fs/btrfs/block-group.c:2947:19: note: byref variable will be forcibly initialized 2947 | LIST_HEAD(dirty); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_write_dirty_block_groups': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:3201:33: note: in expansion of macro 'wait_event' 3201 | wait_event(cur_trans->writer_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_request': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:304:31: note: byref variable will be forcibly initialized 304 | struct config_request mem; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1977:29: note: byref variable will be forcibly initialized 1977 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1843:29: note: byref variable will be forcibly initialized 1843 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg2': /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2128:29: note: byref variable will be forcibly initialized 2128 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2288:29: note: byref variable will be forcibly initialized 2288 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2445:29: note: byref variable will be forcibly initialized 2445 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:24: note: in expansion of macro 'wait_event_interruptible_timeout' 1856 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:517:29: note: byref variable will be forcibly initialized 517 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg7': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:555:29: note: byref variable will be forcibly initialized 555 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg10': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:592:29: note: byref variable will be forcibly initialized 592 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg11': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:629:29: note: byref variable will be forcibly initialized 629 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_manufacturing_pg11': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:666:29: note: byref variable will be forcibly initialized 666 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_bios_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:702:29: note: byref variable will be forcibly initialized 702 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_bios_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:738:29: note: byref variable will be forcibly initialized 738 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:774:29: note: byref variable will be forcibly initialized 774 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:810:29: note: byref variable will be forcibly initialized 810 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:846:29: note: byref variable will be forcibly initialized 846 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:883:29: note: byref variable will be forcibly initialized 883 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg8': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:918:29: note: byref variable will be forcibly initialized 918 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_ioc_pg8': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:954:29: note: byref variable will be forcibly initialized 954 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_ioc_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:989:29: note: byref variable will be forcibly initialized 989 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_ioc_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1025:29: note: byref variable will be forcibly initialized 1025 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_device_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1064:29: note: byref variable will be forcibly initialized 1064 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_device_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1105:29: note: byref variable will be forcibly initialized 1105 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_device_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1146:29: note: byref variable will be forcibly initialized 1146 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1186:29: note: byref variable will be forcibly initialized 1186 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_device_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1224:29: note: byref variable will be forcibly initialized 1224 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_number_hba_phys': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1264:30: note: byref variable will be forcibly initialized 1264 | Mpi2SasIOUnitPage0_t config_page; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1263:27: note: byref variable will be forcibly initialized 1263 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1260:29: note: byref variable will be forcibly initialized 1260 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_iounit_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1312:29: note: byref variable will be forcibly initialized 1312 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1353:29: note: byref variable will be forcibly initialized 1353 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_sas_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1394:29: note: byref variable will be forcibly initialized 1394 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_expander_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1435:29: note: byref variable will be forcibly initialized 1435 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_expander_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1476:29: note: byref variable will be forcibly initialized 1476 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_enclosure_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1518:29: note: byref variable will be forcibly initialized 1518 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phy_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1557:29: note: byref variable will be forcibly initialized 1557 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phy_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1597:29: note: byref variable will be forcibly initialized 1597 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_raid_volume_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1639:29: note: byref variable will be forcibly initialized 1639 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_number_pds': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1678:27: note: byref variable will be forcibly initialized 1678 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1677:28: note: byref variable will be forcibly initialized 1677 | Mpi2RaidVolPage0_t config_page; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1676:29: note: byref variable will be forcibly initialized 1676 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_raid_volume_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1729:29: note: byref variable will be forcibly initialized 1729 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phys_disk_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1768:29: note: byref variable will be forcibly initialized 1768 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1805:29: note: byref variable will be forcibly initialized 1805 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1886:27: note: byref variable will be forcibly initialized 1886 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1885:35: note: byref variable will be forcibly initialized 1885 | Mpi26DriverTriggerPage0_t tg_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1939:29: note: byref variable will be forcibly initialized 1939 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2020:27: note: byref variable will be forcibly initialized 2020 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2019:35: note: byref variable will be forcibly initialized 2019 | Mpi26DriverTriggerPage1_t tg_pg1; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2090:29: note: byref variable will be forcibly initialized 2090 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2171:27: note: byref variable will be forcibly initialized 2171 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2170:35: note: byref variable will be forcibly initialized 2170 | Mpi26DriverTriggerPage2_t tg_pg2; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2250:29: note: byref variable will be forcibly initialized 2250 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2331:27: note: byref variable will be forcibly initialized 2331 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2330:35: note: byref variable will be forcibly initialized 2330 | Mpi26DriverTriggerPage3_t tg_pg3; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2407:29: note: byref variable will be forcibly initialized 2407 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2488:27: note: byref variable will be forcibly initialized 2488 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2487:35: note: byref variable will be forcibly initialized 2487 | Mpi26DriverTriggerPage4_t tg_pg4; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_volume_handle': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2568:27: note: byref variable will be forcibly initialized 2568 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2567:29: note: byref variable will be forcibly initialized 2567 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_volume_wwid': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2657:28: note: byref variable will be forcibly initialized 2657 | Mpi2RaidVolPage1_t raid_vol_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2656:27: note: byref variable will be forcibly initialized 2656 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_xor': /kisskb/src/drivers/md/raid5-ppl.c:709:33: note: byref variable will be forcibly initialized 709 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_recover_entry': /kisskb/src/drivers/md/raid5-ppl.c:847:36: note: byref variable will be forcibly initialized 847 | struct stripe_head sh; | ^~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:35: note: byref variable will be forcibly initialized 387 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ops_run_partial_parity': /kisskb/src/drivers/md/raid5-ppl.c:164:33: note: byref variable will be forcibly initialized 164 | struct async_submit_ctl submit; | ^~~~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/raid5-ppl.c:8: /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_quiesce': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-ppl.c:674:25: note: in expansion of macro 'wait_event_lock_irq' 674 | wait_event_lock_irq(conf->wait_for_quiescent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:1013:44: note: byref variable will be forcibly initialized 1013 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_probe': /kisskb/src/drivers/power/supply/sbs-battery.c:1199:44: note: byref variable will be forcibly initialized 1199 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c: In function 'shadow_image': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c:55:29: note: byref variable will be forcibly initialized 55 | struct nvbios_image image; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_create_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:479:20: note: byref variable will be forcibly initialized 479 | struct idr leases; | ^~~~~~ /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_leaf': /kisskb/src/fs/btrfs/ref-verify.c:507:26: note: byref variable will be forcibly initialized 507 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/include/linux/blkdev.h:17, from /kisskb/src/fs/btrfs/check-integrity.c:81: /kisskb/src/fs/btrfs/check-integrity.c: In function 'bio_segments': /kisskb/src/include/linux/bio.h:176:26: note: byref variable will be forcibly initialized 176 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/btrfs/verity.c: In function 'drop_verity_items': /kisskb/src/fs/btrfs/verity.c:108:26: note: byref variable will be forcibly initialized 108 | struct btrfs_key key; | ^~~ In file included from /kisskb/src/fs/btrfs/verity.c:13: /kisskb/src/fs/btrfs/verity.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized 3024 | struct btrfs_item_batch batch; | ^~~~~ /kisskb/src/fs/btrfs/verity.c: In function 'write_key_bytes': /kisskb/src/fs/btrfs/ctree.h:3024:33: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/verity.c:218:26: note: byref variable will be forcibly initialized 218 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/verity.c: In function 'read_key_bytes': /kisskb/src/fs/btrfs/verity.c:297:26: note: byref variable will be forcibly initialized 297 | struct btrfs_key key; | ^~~ /kisskb/src/fs/btrfs/verity.c: In function 'btrfs_get_verity_descriptor': /kisskb/src/fs/btrfs/verity.c:667:45: note: byref variable will be forcibly initialized 667 | struct btrfs_verity_descriptor_item item; | ^~~~ /kisskb/src/fs/btrfs/verity.c: In function 'finish_verity': /kisskb/src/fs/btrfs/verity.c:523:45: note: byref variable will be forcibly initialized 523 | struct btrfs_verity_descriptor_item item; | ^~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_written_superblock': /kisskb/src/fs/btrfs/check-integrity.c:2118:47: note: byref variable will be forcibly initialized 2118 | struct btrfsic_block_data_ctx tmp_next_block_ctx; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_cmp_log_and_dev_bytenr': /kisskb/src/fs/btrfs/check-integrity.c:2588:39: note: byref variable will be forcibly initialized 2588 | struct btrfsic_block_data_ctx block_ctx; | ^~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_handle_extent_data': /kisskb/src/fs/btrfs/check-integrity.c:1387:55: note: byref variable will be forcibly initialized 1387 | struct btrfsic_block_data_ctx next_block_ctx; | ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:1315:39: note: byref variable will be forcibly initialized 1315 | struct btrfs_file_extent_item file_extent_item; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_metablock': /kisskb/src/fs/btrfs/check-integrity.c:1051:46: note: byref variable will be forcibly initialized 1051 | struct btrfs_key_ptr key_ptr; | ^~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:954:56: note: byref variable will be forcibly initialized 954 | struct btrfs_root_item root_item; | ^~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:926:43: note: byref variable will be forcibly initialized 926 | struct btrfs_item disk_item; | ^~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_written_block': /kisskb/src/fs/btrfs/check-integrity.c:1691:39: note: byref variable will be forcibly initialized 1691 | struct btrfsic_block_data_ctx block_ctx; | ^~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function '__btrfsic_submit_bio': /kisskb/src/fs/btrfs/check-integrity.c:2655:34: note: byref variable will be forcibly initialized 2655 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock_dev_mirror': /kisskb/src/fs/btrfs/check-integrity.c:817:55: note: byref variable will be forcibly initialized 817 | struct btrfsic_block_data_ctx tmp_next_block_ctx; | ^~~~~~~~~~~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:393:23: note: in expansion of macro 'wait_event_timeout' 393 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock': /kisskb/src/fs/btrfs/check-integrity.c:646:55: note: byref variable will be forcibly initialized 646 | struct btrfsic_block_data_ctx tmp_next_block_ctx; | ^~~~~~~~~~~~~~~~~~ /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:69:34: note: byref variable will be forcibly initialized 69 | struct drm_mode_modeinfo umode; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:485:28: note: byref variable will be forcibly initialized 485 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1331:28: note: byref variable will be forcibly initialized 1331 | struct drm_printer p = drm_info_printer(dev->dev); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1327:40: note: byref variable will be forcibly initialized 1327 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:464:38: note: byref variable will be forcibly initialized 464 | struct drm_clip_rect clip = { | ^~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:458:34: note: byref variable will be forcibly initialized 458 | struct iqs62x_event_data event_data; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:55: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:46: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:37: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:898:28: note: byref variable will be forcibly initialized 898 | struct iqs62x_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdblock.c: In function 'erase_write': /kisskb/src/drivers/mtd/mtdblock.c:47:27: note: byref variable will be forcibly initialized 47 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:577:40: note: byref variable will be forcibly initialized 577 | struct drm_modeset_acquire_ctx ctx; | ^~~ /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:1186:40: note: byref variable will be forcibly initialized 1186 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:769:40: note: byref variable will be forcibly initialized 769 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /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:979:40: note: byref variable will be forcibly initialized 979 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/mtd/ftl.c: In function 'scan_header': /kisskb/src/drivers/mtd/ftl.c:153:25: note: byref variable will be forcibly initialized 153 | erase_unit_header_t header; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'build_maps': /kisskb/src/drivers/mtd/ftl.c:194:25: note: byref variable will be forcibly initialized 194 | erase_unit_header_t header; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'prepare_xfer': /kisskb/src/drivers/mtd/ftl.c:372:25: note: byref variable will be forcibly initialized 372 | erase_unit_header_t header; | ^~~~~~ In file included from /kisskb/src/drivers/hwmon/ads7871.c:57: /kisskb/src/drivers/hwmon/ads7871.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:460:32: note: byref variable will be forcibly initialized 460 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_cqe_recovery': /kisskb/src/drivers/mmc/core/core.c:537:28: note: byref variable will be forcibly initialized 537 | struct mmc_command cmd; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:27: note: byref variable will be forcibly initialized 784 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_write': /kisskb/src/drivers/mtd/nftlcore.c:171:28: note: byref variable will be forcibly initialized 171 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_read_oob': /kisskb/src/drivers/mtd/nftlcore.c:127:28: note: byref variable will be forcibly initialized 127 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_readblock': /kisskb/src/drivers/mtd/nftlcore.c:711:25: note: byref variable will be forcibly initialized 711 | struct nftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_write_oob': /kisskb/src/drivers/mtd/nftlcore.c:148:28: note: byref variable will be forcibly initialized 148 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'NFTL_foldchain': /kisskb/src/drivers/mtd/nftlcore.c:241:25: note: byref variable will be forcibly initialized 241 | struct nftl_oob oob; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'NFTL_findwriteunit': /kisskb/src/drivers/mtd/nftlcore.c:545:41: note: byref variable will be forcibly initialized 545 | struct nftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c:531:25: note: byref variable will be forcibly initialized 531 | struct nftl_oob oob; | ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_writeblock': /kisskb/src/drivers/mtd/nftlcore.c:680:25: note: byref variable will be forcibly initialized 680 | struct nftl_oob oob; | ^~~ In file included from /kisskb/src/drivers/hwmon/adt7310.c:12: /kisskb/src/drivers/hwmon/adt7310.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:31: note: byref variable will be forcibly initialized 326 | struct ms_id_register id_reg; | ^~~~~~ 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:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:9: 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/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventquery': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1210:38: note: byref variable will be forcibly initialized 1210 | struct mpt3_ioctl_eventquery karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_master': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:179:44: note: byref variable will be forcibly initialized 179 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventreport': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1279:39: note: byref variable will be forcibly initialized 1279 | struct mpt3_ioctl_eventreport karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_btdh_mapping': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1462:40: note: byref variable will be forcibly initialized 1462 | struct mpt3_ioctl_btdh_mapping karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_query': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2029:32: note: byref variable will be forcibly initialized 2029 | struct mpt3_diag_query karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:259:44: note: byref variable will be forcibly initialized 259 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_scsi': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:339:44: note: byref variable will be forcibly initialized 339 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_mpi': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:413:44: note: byref variable will be forcibly initialized 413 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_addnl_diag_query': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2490:38: note: byref variable will be forcibly initialized 2490 | struct mpt3_addnl_diag_query karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_do_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1323:38: note: byref variable will be forcibly initialized 1323 | struct mpt3_ioctl_diag_reset karg; | ^~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'get_fold_mark': /kisskb/src/drivers/mtd/nftlmount.c:552:26: note: byref variable will be forcibly initialized 552 | struct nftl_uci2 uci; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_read_buffer': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2308:38: note: byref variable will be forcibly initialized 2308 | struct mpt3_diag_read_buffer karg; | ^~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'check_and_mark_free_block': /kisskb/src/drivers/mtd/nftlmount.c:491:26: note: byref variable will be forcibly initialized 491 | struct nftl_uci1 h1; | ^~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'check_sectors_in_chain': /kisskb/src/drivers/mtd/nftlmount.c:373:25: note: byref variable will be forcibly initialized 373 | struct nftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'find_boot_record': /kisskb/src/drivers/mtd/nftlmount.c:27:26: note: byref variable will be forcibly initialized 27 | struct nftl_uci1 h1; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_register': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1915:35: note: byref variable will be forcibly initialized 1915 | struct mpt3_diag_register karg; | ^~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'NFTL_formatblock': /kisskb/src/drivers/mtd/nftlmount.c:306:26: note: byref variable will be forcibly initialized 306 | struct nftl_uci1 uci; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_unregister': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1945:37: note: byref variable will be forcibly initialized 1945 | struct mpt3_diag_unregister karg; | ^~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'NFTL_mount': /kisskb/src/drivers/mtd/nftlmount.c:569:26: note: byref variable will be forcibly initialized 569 | struct nftl_uci1 h1; | ^~ /kisskb/src/drivers/mtd/nftlmount.c:568:26: note: byref variable will be forcibly initialized 568 | struct nftl_uci0 h0; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'BRM_status_show': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3206:27: note: byref variable will be forcibly initialized 3206 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3205:27: note: byref variable will be forcibly initialized 3205 | Mpi2IOUnitPage3_t io_unit_pg3; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_getiocinfo': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1156:35: note: byref variable will be forcibly initialized 1156 | struct mpt3_ioctl_iocinfo karg; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_context.c: In function 'drm_legacy_resctx': /kisskb/src/drivers/gpu/drm/drm_context.c:335:24: note: byref variable will be forcibly initialized 335 | struct drm_ctx ctx; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_set_identify': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:206:27: note: byref variable will be forcibly initialized 206 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:205:30: note: byref variable will be forcibly initialized 205 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_do_mpt_command': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:971:43: note: byref variable will be forcibly initialized 971 | Mpi2SGESimple64_t tmp, *src = NULL, *dst = NULL; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventenable': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1241:39: note: byref variable will be forcibly initialized 1241 | struct mpt3_ioctl_eventenable karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1701:39: note: byref variable will be forcibly initialized 1701 | Mpi2SasIoUnitControlRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1700:37: note: byref variable will be forcibly initialized 1700 | Mpi2SasIoUnitControlReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_speed': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1896:27: note: byref variable will be forcibly initialized 1896 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1895:27: note: byref variable will be forcibly initialized 1895 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_enable': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1756:27: note: byref variable will be forcibly initialized 1756 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'mpt3sas_enable_diag_buffer': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1808:35: note: byref variable will be forcibly initialized 1808 | struct mpt3_diag_register diag_register; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'host_trace_buffer_enable_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3409:35: note: byref variable will be forcibly initialized 3409 | struct mpt3_diag_register diag_register; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_get_linkerrors': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1413:27: note: byref variable will be forcibly initialized 1413 | Mpi2SasPhyPage1_t phy_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1412:27: note: byref variable will be forcibly initialized 1412 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_release': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2224:34: note: byref variable will be forcibly initialized 2224 | struct mpt3_diag_release karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_ioctl_main': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2641:43: note: byref variable will be forcibly initialized 2641 | struct mpt3_ioctl_command karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2593:34: note: byref variable will be forcibly initialized 2593 | struct mpt3_ioctl_header ioctl_header; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function '_warpdrive_disable_ddio': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:57:27: note: byref variable will be forcibly initialized 57 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:56:28: note: byref variable will be forcibly initialized 56 | Mpi2RaidVolPage1_t vol_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function 'mpt3sas_get_num_volumes': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:89:27: note: byref variable will be forcibly initialized 89 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:88:28: note: byref variable will be forcibly initialized 88 | Mpi2RaidVolPage1_t vol_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function 'mpt3sas_init_warpdrive_properties': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:119:27: note: byref variable will be forcibly initialized 119 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:118:33: note: byref variable will be forcibly initialized 118 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c: In function 'nvbios_timingTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_attach_host': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:665:43: note: byref variable will be forcibly initialized 665 | const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge", | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_turn_off_pfa_led': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5562:26: note: byref variable will be forcibly initialized 5562 | Mpi2SepRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5561:24: note: byref variable will be forcibly initialized 5561 | Mpi2SepReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write': /kisskb/src/drivers/mtd/inftlcore.c:179:28: note: byref variable will be forcibly initialized 179 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_read_oob': /kisskb/src/drivers/mtd/inftlcore.c:139:28: 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:26: note: byref variable will be forcibly initialized 244 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_trydeletechain': /kisskb/src/drivers/mtd/inftlcore.c:632:26: note: byref variable will be forcibly initialized 632 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_readblock': /kisskb/src/drivers/mtd/inftlcore.c:861:26: note: byref variable will be forcibly initialized 861 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write_oob': /kisskb/src/drivers/mtd/inftlcore.c:159:28: 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:26: note: byref variable will be forcibly initialized 467 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c:466:26: note: byref variable will be forcibly initialized 466 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'find_boot_record': /kisskb/src/drivers/mtd/inftlmount.c:33:31: note: byref variable will be forcibly initialized 33 | struct inftl_unittail h1; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_sas_address': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:514:27: note: byref variable will be forcibly initialized 514 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:513:30: note: byref variable will be forcibly initialized 513 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_deleteblock': /kisskb/src/drivers/mtd/inftlcore.c:753:26: note: byref variable will be forcibly initialized 753 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_writeblock': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_display_sata_capabilities': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2175:30: note: byref variable will be forcibly initialized 2175 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2174:27: note: byref variable will be forcibly initialized 2174 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:811:26: note: byref variable will be forcibly initialized 811 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_formatblock': /kisskb/src/drivers/mtd/inftlmount.c:364:31: note: byref variable will be forcibly initialized 364 | struct inftl_unittail uci; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_pcie_check_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7991:32: note: byref variable will be forcibly initialized 7991 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7990:27: note: byref variable will be forcibly initialized 7990 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_pcie_devices': /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_mount': /kisskb/src/drivers/mtd/inftlmount.c:533:31: note: byref variable will be forcibly initialized 533 | struct inftl_unittail h1; | ^~ /kisskb/src/drivers/mtd/inftlmount.c:532:32: note: byref variable will be forcibly initialized 532 | struct inftl_unithead1 h0; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9958:27: note: byref variable will be forcibly initialized 9958 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9957:32: note: byref variable will be forcibly initialized 9957 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_port_table_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6130:27: note: byref variable will be forcibly initialized 6130 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_refresh_expander_links': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10339:27: note: byref variable will be forcibly initialized 10339 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10338:29: note: byref variable will be forcibly initialized 10338 | Mpi2ExpanderPage1_t expander_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_pcie_add_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8084:27: note: byref variable will be forcibly initialized 8084 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8083:32: note: byref variable will be forcibly initialized 8083 | Mpi26PCIeDevicePage2_t pcie_device_pg2; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8082:32: note: byref variable will be forcibly initialized 8082 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_enclosure_dev_status_change_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8581:27: note: byref variable will be forcibly initialized 8581 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_create_enclosure_list_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9797:27: note: byref variable will be forcibly initialized 9797 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_raid_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10060:27: note: byref variable will be forcibly initialized 10060 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10059:33: note: byref variable will be forcibly initialized 10059 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10058:28: note: byref variable will be forcibly initialized 10058 | Mpi2RaidVolPage0_t volume_pg0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10057:28: note: byref variable will be forcibly initialized 10057 | Mpi2RaidVolPage1_t volume_pg1; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_volume_capabilities': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2422:27: note: byref variable will be forcibly initialized 2422 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2421:30: note: byref variable will be forcibly initialized 2421 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2420:33: note: byref variable will be forcibly initialized 2420 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_get_state': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2313:27: note: byref variable will be forcibly initialized 2313 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2312:28: note: byref variable will be forcibly initialized 2312 | Mpi2RaidVolPage0_t vol_pg0; | ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_read_sector': /kisskb/src/drivers/mtd/sm_ftl.c:243:23: note: byref variable will be forcibly initialized 243 | struct sm_oob tmp_oob; | ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:242:28: note: byref variable will be forcibly initialized 242 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_get_resync': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2252:27: note: byref variable will be forcibly initialized 2252 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2251:28: note: byref variable will be forcibly initialized 2251 | Mpi2RaidVolPage0_t vol_pg0; | ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_read_cis': /kisskb/src/drivers/mtd/sm_ftl.c:662:23: note: byref variable will be forcibly initialized 662 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_find_cis': /kisskb/src/drivers/mtd/sm_ftl.c:682:23: note: byref variable will be forcibly initialized 682 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write_sector': /kisskb/src/drivers/mtd/sm_ftl.c:326:28: note: byref variable will be forcibly initialized 326 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_mark_block_bad': /kisskb/src/drivers/mtd/sm_ftl.c:438:23: note: byref variable will be forcibly initialized 438 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_erase_block': /kisskb/src/drivers/mtd/sm_ftl.c:469:27: note: byref variable will be forcibly initialized 469 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write_block': /kisskb/src/drivers/mtd/sm_ftl.c:374:23: note: byref variable will be forcibly initialized 374 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_scsi_ioc_info': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5495:35: note: byref variable will be forcibly initialized 5495 | struct sense_info data; | ^~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_check_block': /kisskb/src/drivers/mtd/sm_ftl.c:504:23: note: byref variable will be forcibly initialized 504 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_init_zone': /kisskb/src/drivers/mtd/sm_ftl.c:755:23: note: byref variable will be forcibly initialized 755 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_sas_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9842:27: note: byref variable will be forcibly initialized 9842 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9841:30: note: byref variable will be forcibly initialized 9841 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_expanders': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10182:27: note: byref variable will be forcibly initialized 10182 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10181:29: note: byref variable will be forcibly initialized 10181 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_host_refresh': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6564:27: note: byref variable will be forcibly initialized 6564 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6559:27: note: byref variable will be forcibly initialized 6559 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_ftl_scan': /kisskb/src/drivers/memstick/core/ms_block.c:1376:39: note: byref variable will be forcibly initialized 1376 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_sg_compare_to_buffer': /kisskb/src/drivers/memstick/core/ms_block.c:98:32: note: byref variable will be forcibly initialized 98 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_host_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6696:33: note: byref variable will be forcibly initialized 6696 | Mpi2SasEnclosurePage0_t enclosure_pg0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_read_page': /kisskb/src/drivers/memstick/core/ms_block.c:866:40: note: byref variable will be forcibly initialized 866 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6695:30: note: byref variable will be forcibly initialized 6695 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6694:27: note: byref variable will be forcibly initialized 6694 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_read_bad_block_table': /kisskb/src/drivers/memstick/core/ms_block.c:1258:28: note: byref variable will be forcibly initialized 1258 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6691:27: note: byref variable will be forcibly initialized 6691 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_verify_block': /kisskb/src/drivers/memstick/core/ms_block.c:979:28: note: byref variable will be forcibly initialized 979 | struct scatterlist sg; | ^~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_read_boot_blocks': /kisskb/src/drivers/memstick/core/ms_block.c:1196:39: note: byref variable will be forcibly initialized 1196 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:1195:28: note: byref variable will be forcibly initialized 1195 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_check_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7177:30: note: byref variable will be forcibly initialized 7177 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7176:27: note: byref variable will be forcibly initialized 7176 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_cache_flush': /kisskb/src/drivers/memstick/core/ms_block.c:1536:39: note: byref variable will be forcibly initialized 1536 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:1535:28: note: byref variable will be forcibly initialized 1535 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_add_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7297:30: note: byref variable will be forcibly initialized 7297 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7296:27: note: byref variable will be forcibly initialized 7296 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_update_vphys_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5936:27: note: byref variable will be forcibly initialized 5936 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5931:27: note: byref variable will be forcibly initialized 5931 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_turn_on_pfa_led': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5518:26: note: byref variable will be forcibly initialized 5518 | Mpi2SepRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5517:24: note: byref variable will be forcibly initialized 5517 | Mpi2SepReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_pd_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9202:30: note: byref variable will be forcibly initialized 9202 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9201:27: note: byref variable will be forcibly initialized 9201 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_ir_physical_disk_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9485:30: note: byref variable will be forcibly initialized 9485 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9484:27: note: byref variable will be forcibly initialized 9484 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: In function 'therm_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_expander_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6877:29: note: byref variable will be forcibly initialized 6877 | Mpi2ExpanderPage1_t expander_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6876:29: note: byref variable will be forcibly initialized 6876 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6875:27: note: byref variable will be forcibly initialized 6875 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_scan_for_devices_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10371:27: note: byref variable will be forcibly initialized 10371 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10370:36: note: byref variable will be forcibly initialized 10370 | Mpi2EventIrConfigElement_t element; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10369:33: note: byref variable will be forcibly initialized 10369 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10366:32: note: byref variable will be forcibly initialized 10366 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10365:30: note: byref variable will be forcibly initialized 10365 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10364:29: note: byref variable will be forcibly initialized 10364 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_shutdown': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11355:27: note: byref variable will be forcibly initialized 11355 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_io_done': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5781:35: note: byref variable will be forcibly initialized 5781 | struct sense_info data; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:45: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_remove_unresponding_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10230:19: note: byref variable will be forcibly initialized 10230 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10228:26: note: byref variable will be forcibly initialized 10228 | struct list_head tmp_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_remove': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11256:27: note: byref variable will be forcibly initialized 11256 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_set_interface': /kisskb/src/drivers/memstick/core/mspro_block.c:834:37: note: byref variable will be forcibly initialized 834 | struct mspro_param_register param = { | ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_setup_cmd': /kisskb/src/drivers/memstick/core/mspro_block.c:635:37: note: byref variable will be forcibly initialized 635 | struct mspro_param_register param = { | ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_do_dump': /kisskb/src/drivers/mtd/mtdoops.c:280:31: 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:27: note: byref variable will be forcibly initialized 80 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:768:28: note: byref variable will be forcibly initialized 768 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_adtc_data': /kisskb/src/drivers/mmc/core/mmc_ops.c:289:28: note: byref variable will be forcibly initialized 289 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_op_cond': /kisskb/src/drivers/mmc/core/mmc_ops.c:227:38: note: byref variable will be forcibly initialized 227 | struct mmc_op_cond_busy_data cb_data = { | ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:548:30: note: byref variable will be forcibly initialized 548 | struct mmc_busy_data cb_data; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_send_scr': /kisskb/src/drivers/mmc/core/sd_ops.c:262:28: note: byref variable will be forcibly initialized 262 | 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:333:28: note: byref variable will be forcibly initialized 333 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:672:28: note: byref variable will be forcibly initialized 672 | struct scatterlist sg; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c: In function 'nvbios_vmap_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/md/md.c: In function 'get_version': /kisskb/src/drivers/md/md.c:6557:23: note: byref variable will be forcibly initialized 6557 | mdu_version_t ver; | ^~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_write_ext_reg': /kisskb/src/drivers/mmc/core/sd.c:1016:28: note: byref variable will be forcibly initialized 1016 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_poweroff_notify': /kisskb/src/drivers/mmc/core/sd.c:1646:29: note: byref variable will be forcibly initialized 1646 | struct sd_busy_data cb_data; | ^~~~~~~ /kisskb/src/drivers/md/md.c: In function 'get_array_info': /kisskb/src/drivers/md/md.c:6571:26: note: byref variable will be forcibly initialized 6571 | mdu_array_info_t info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c: In function 'nvbios_volt_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_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/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_thread': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c: In function 'nvbios_vpstate_offset': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7911:17: note: in expansion of macro 'wait_event_interruptible_timeout' 7911 | wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_handle_request': /kisskb/src/drivers/md/md.c:420:29: note: byref variable will be forcibly initialized 420 | DEFINE_WAIT(__wait); | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/md.c:420:17: note: in expansion of macro 'DEFINE_WAIT' 420 | DEFINE_WAIT(__wait); | ^~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'mddev_suspend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:501:9: note: in expansion of macro 'wait_event' 501 | wait_event(mddev->sb_wait, !test_bit(MD_UPDATING_SB, &mddev->flags)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:498:9: note: in expansion of macro 'wait_event' 498 | wait_event(mddev->sb_wait, atomic_read(&mddev->active_io) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_flush_request': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:619:9: note: in expansion of macro 'wait_event_lock_irq' 619 | wait_event_lock_irq(mddev->sb_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'get_disk_info': /kisskb/src/drivers/md/md.c:6663:25: note: byref variable will be forcibly initialized 6663 | mdu_disk_info_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/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_super_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:989:9: note: in expansion of macro 'wait_event' 989 | wait_event(mddev->sb_wait, atomic_read(&mddev->pending_writes)==0); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/rtc/rtc-mcp795.c:17: /kisskb/src/drivers/rtc/rtc-mcp795.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/md/md.c: In function 'sync_page_io': /kisskb/src/drivers/md/md.c:999:24: note: byref variable will be forcibly initialized 999 | struct bio_vec bvec; | ^~~~ /kisskb/src/drivers/md/md.c:998:20: note: byref variable will be forcibly initialized 998 | struct bio bio; | ^~~ /kisskb/src/drivers/rtc/rtc-mcp795.c: In function 'mcp795_set_alarm': /kisskb/src/drivers/rtc/rtc-mcp795.c:262:25: note: byref variable will be forcibly initialized 262 | struct rtc_time now_tm; | ^~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_read_markers': /kisskb/src/drivers/mtd/mtdswap.c:326:28: note: byref variable will be forcibly initialized 326 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/firmware/google/framebuffer-coreboot.c: In function 'framebuffer_probe': /kisskb/src/drivers/firmware/google/framebuffer-coreboot.c:32:39: note: byref variable will be forcibly initialized 32 | struct simplefb_platform_data pdata = { | ^~~~~ /kisskb/src/drivers/firmware/google/framebuffer-coreboot.c:31:25: note: byref variable will be forcibly initialized 31 | struct resource res; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_check_counts': /kisskb/src/drivers/mtd/mtdswap.c:418:24: note: byref variable will be forcibly initialized 418 | struct rb_root hist_root = RB_ROOT; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_erase_block': /kisskb/src/drivers/mtd/mtdswap.c:529:27: note: byref variable will be forcibly initialized 529 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_eblk_passes': /kisskb/src/drivers/mtd/mtdswap.c:881:28: note: byref variable will be forcibly initialized 881 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_write_marker': /kisskb/src/drivers/mtd/mtdswap.c:373:28: note: byref variable will be forcibly initialized 373 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c:370:32: note: byref variable will be forcibly initialized 370 | struct mtdswap_oobdata n; | ^ /kisskb/src/drivers/scsi/ibmvscsi_tgt/libsrp.c: In function 'srp_indirect_data': /kisskb/src/drivers/scsi/ibmvscsi_tgt/libsrp.c:199:28: note: byref variable will be forcibly initialized 199 | struct scatterlist dummy, *sg = NULL; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'od_set_powersave_bias': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:419:19: note: byref variable will be forcibly initialized 419 | cpumask_t done; | ^~~~ 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/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_do_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:9027:9: note: in expansion of macro 'wait_event' 9027 | wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:9015:33: note: in expansion of macro 'wait_event' 9015 | wait_event(mddev->recovery_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8936:25: note: in expansion of macro 'wait_event_interruptible' 8936 | wait_event_interruptible(mddev->recovery_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8918:25: note: in expansion of macro 'wait_event' 8918 | wait_event(mddev->recovery_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c:8778:45: note: byref variable will be forcibly initialized 8778 | DEFINE_WAIT(wq); | ^~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/md.c:8778:33: note: in expansion of macro 'DEFINE_WAIT' 8778 | DEFINE_WAIT(wq); | ^~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8707:25: note: byref variable will be forcibly initialized 8707 | 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/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_write_start': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8537:9: note: in expansion of macro 'wait_event' 8537 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_allow_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8682:17: note: in expansion of macro 'wait_event' 8682 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_set_readonly': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6315:9: note: in expansion of macro 'wait_event' 6315 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6313:9: note: in expansion of macro 'wait_event' 6313 | wait_event(resync_wait, !test_bit(MD_RECOVERY_RUNNING, | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_wait_for_blocked_rdev': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:9496:9: note: in expansion of macro 'wait_event_timeout' 9496 | wait_event_timeout(rdev->blocked_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'do_md_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6375:9: note: in expansion of macro 'wait_event' 6375 | wait_event(resync_wait, (mddev->sync_thread == NULL && | ^~~~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_get_status': /kisskb/src/drivers/mfd/rave-sp.c:697:31: note: byref variable will be forcibly initialized 697 | struct rave_sp_status status; | ^~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_ioctl': /kisskb/src/drivers/md/md.c:7713:33: note: byref variable will be forcibly initialized 7713 | mdu_disk_info_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/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7699:33: note: in expansion of macro 'wait_event' 7699 | wait_event(mddev->sb_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md.c:7671:41: note: byref variable will be forcibly initialized 7671 | mdu_disk_info_t info; | ^~~~ /kisskb/src/drivers/md/md.c:7599:34: note: byref variable will be forcibly initialized 7599 | mdu_array_info_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/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7568:17: note: in expansion of macro 'wait_event_interruptible_timeout' 7568 | wait_event_interruptible_timeout(mddev->sb_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'autorun_devices': /kisskb/src/drivers/md/md.c:6488:27: note: byref variable will be forcibly initialized 6488 | LIST_HEAD(candidates); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_activity_function': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:61:39: note: byref variable will be forcibly initialized 61 | struct kernel_cpustat kcpustat; | ^~~~~~~~ In file included 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/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/include/drm/drm_bridge.h:30, from /kisskb/src/drivers/gpu/drm/drm_of.c:7: /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c: In function 'ledtrig_tty_work': /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:83:39: note: byref variable will be forcibly initialized 83 | struct serial_icounter_struct icount; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: In function 'nvbios_M0203Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: In function 'nvbios_M0203Em': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:107:30: note: byref variable will be forcibly initialized 107 | struct nvbios_M0203T M0203T; | ^~~~~~ /kisskb/src/drivers/firmware/google/vpd.c: In function 'vpd_sections_init': /kisskb/src/drivers/firmware/google/vpd.c:250:26: note: byref variable will be forcibly initialized 250 | struct vpd_cbmem header; | ^~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'mmc_io_rw_extended': /kisskb/src/drivers/mmc/core/sdio_ops.c:121:25: note: byref variable will be forcibly initialized 121 | struct sg_table sgtable; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c:120:28: note: byref variable will be forcibly initialized 120 | struct scatterlist sg, *sg_ptr; | ^~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:197:30: note: byref variable will be forcibly initialized 197 | 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:30: 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_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:174:30: note: byref variable will be forcibly initialized 174 | 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:30: note: byref variable will be forcibly initialized 106 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_transfer_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:417:32: note: byref variable will be forcibly initialized 417 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/drivers/leds/led-class.c:22: /kisskb/src/drivers/leds/led-class.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_ts_read': /kisskb/src/drivers/rtc/rtc-pcf2127.c:454:25: note: byref variable will be forcibly initialized 454 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_probe': /kisskb/src/drivers/rtc/rtc-pcf2127.c:679:37: note: byref variable will be forcibly initialized 679 | struct nvmem_config nvmem_cfg = { | ^~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1038:9: note: in expansion of macro '___wait_event' 1038 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1104:25: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1104 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:23: note: in expansion of macro 'wait_event_interruptible_lock_irq' 307 | ret = wait_event_interruptible_lock_irq(crc->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_typec1_command_read': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:960:28: note: byref variable will be forcibly initialized 960 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_typec3_command_read': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1030:28: note: byref variable will be forcibly initialized 1030 | struct spi_message m; | ^ /kisskb/src/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c: In function 'ibmvscsis_fast_fail': /kisskb/src/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:3049:31: note: byref variable will be forcibly initialized 3049 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_pipe_update': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:323:25: note: byref variable will be forcibly initialized 323 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_enable_flush': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:351:25: note: byref variable will be forcibly initialized 351 | struct drm_rect rect = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi1e_transfer': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:771:28: note: byref variable will be forcibly initialized 771 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:767:29: note: byref variable will be forcibly initialized 767 | struct spi_transfer tr = { | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi1_transfer': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:888:28: note: byref variable will be forcibly initialized 888 | struct spi_message m; | ^ In file included from /kisskb/src/drivers/input/misc/ad714x-spi.c:10: /kisskb/src/drivers/input/misc/ad714x-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi_transfer': /kisskb/src/drivers/input/misc/ad714x-spi.c: In function 'ad714x_spi_read': /kisskb/src/drivers/input/misc/ad714x-spi.c:34:28: note: byref variable will be forcibly initialized 34 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1198:28: note: byref variable will be forcibly initialized 1198 | struct spi_message m; | ^ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_wait_writes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:429:17: note: in expansion of macro 'wait_event' 429 | wait_event(bitmap->write_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'read_page': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:404:9: note: in expansion of macro 'wait_event' 404 | wait_event(bitmap->write_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'write_page': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:310:25: note: in expansion of macro 'wait_event' 310 | wait_event(bitmap->write_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_startwrite': /kisskb/src/drivers/md/md-bitmap.c:1420:37: note: byref variable will be forcibly initialized 1420 | DEFINE_WAIT(__wait); | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/md-bitmap.c:1420:25: note: in expansion of macro 'DEFINE_WAIT' 1420 | DEFINE_WAIT(__wait); | ^~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_cond_end_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1623:9: note: in expansion of macro 'wait_event' 1623 | wait_event(bitmap->mddev->recovery_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_free': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1749:9: note: in expansion of macro 'wait_event' 1749 | wait_event(bitmap->write_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_wait_behind_writes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1778:17: note: in expansion of macro 'wait_event' 1778 | wait_event(bitmap->behind_wait, | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_resize': /kisskb/src/drivers/md/md-bitmap.c:2067:30: note: byref variable will be forcibly initialized 2067 | struct bitmap_counts old_counts; | ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:2066:31: note: byref variable will be forcibly initialized 2066 | struct bitmap_storage store; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c: In function 'nvbios_M0205Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_M; | ^~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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_execute_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:460:14: note: in expansion of macro 'wait_event_timeout' 460 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Sp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:112:30: note: byref variable will be forcibly initialized 112 | struct nvbios_M0209E M0209E; | ^~~~~~ In file included from /kisskb/src/drivers/of/device.c:4: /kisskb/src/drivers/of/device.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1428:36: note: byref variable will be forcibly initialized 1428 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:23: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c: In function 'nvbios_P0260Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:458:32: note: byref variable will be forcibly initialized 458 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1680:36: note: byref variable will be forcibly initialized 1680 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_prep': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:703:35: note: byref variable will be forcibly initialized 703 | struct mvs_task_exec_info tei; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:231:24: note: byref variable will be forcibly initialized 231 | struct rtc_mem cmos_check = { | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:226:24: 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:24: note: byref variable will be forcibly initialized 176 | struct rtc_mem mem = { | ^~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_probe': /kisskb/src/drivers/leds/leds-an30259a.c:313:38: note: byref variable will be forcibly initialized 313 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_tmf_resp': /kisskb/src/drivers/vhost/scsi.c:1139:25: note: byref variable will be forcibly initialized 1139 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1138:42: note: byref variable will be forcibly initialized 1138 | struct virtio_scsi_ctrl_tmf_resp rsp; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_bad_target': /kisskb/src/drivers/vhost/scsi.c:808:37: note: byref variable will be forcibly initialized 808 | struct virtio_scsi_cmd_resp rsp; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_an_resp': /kisskb/src/drivers/vhost/scsi.c:1231:25: note: byref variable will be forcibly initialized 1231 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1230:41: note: byref variable will be forcibly initialized 1230 | struct virtio_scsi_ctrl_an_resp rsp; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_release': /kisskb/src/drivers/vhost/scsi.c:1822:34: note: byref variable will be forcibly initialized 1822 | struct vhost_scsi_target t; | ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_handle_vq': /kisskb/src/drivers/vhost/scsi.c:932:45: note: byref variable will be forcibly initialized 932 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:932:34: note: byref variable will be forcibly initialized 932 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:932:25: note: byref variable will be forcibly initialized 932 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~ /kisskb/src/drivers/vhost/scsi.c:930:31: note: byref variable will be forcibly initialized 930 | struct vhost_scsi_ctx vc; | ^~ /kisskb/src/drivers/vhost/scsi.c:929:39: note: byref variable will be forcibly initialized 929 | struct virtio_scsi_cmd_req_pi v_req_pi; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:928:36: note: byref variable will be forcibly initialized 928 | struct virtio_scsi_cmd_req v_req; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ctl_handle_vq': /kisskb/src/drivers/vhost/scsi.c:1256:31: note: byref variable will be forcibly initialized 1256 | struct vhost_scsi_ctx vc; | ^~ /kisskb/src/drivers/vhost/scsi.c:1255:11: note: byref variable will be forcibly initialized 1255 | } v_req; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_complete_cmd_work': /kisskb/src/drivers/vhost/scsi.c:541:25: note: byref variable will be forcibly initialized 541 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:537:37: note: byref variable will be forcibly initialized 537 | struct virtio_scsi_cmd_resp v_rsp; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ioctl': /kisskb/src/drivers/vhost/scsi.c:1843:34: note: byref variable will be forcibly initialized 1843 | struct vhost_scsi_target backend; | ^~~~~~~ In file included from /kisskb/src/drivers/mmc/core/pwrseq.c:12: /kisskb/src/drivers/mmc/core/pwrseq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:28: note: byref variable will be forcibly initialized 259 | struct axis_triple axis; | ^~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:301:25: note: byref variable will be forcibly initialized 301 | struct resource res; | ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:118:31: note: byref variable will be forcibly initialized 118 | struct resource *res, temp_res; | ^~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:26:26: note: byref variable will be forcibly initialized 26 | struct va_format vaf; | ^~~ In file included from /kisskb/src/drivers/of/property.c:24: /kisskb/src/drivers/of/property.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1234:32: note: byref variable will be forcibly initialized 1234 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1332:32: note: byref variable will be forcibly initialized 1332 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1180:32: note: byref variable will be forcibly initialized 1180 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:966:32: note: byref variable will be forcibly initialized 966 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:26: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:28: note: byref variable will be forcibly initialized 710 | struct of_endpoint endpoint; | ^~~~~~~~ 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:9: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_message': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_connection': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_sd_num_wr_blocks': /kisskb/src/drivers/mmc/core/block.c:912:28: note: byref variable will be forcibly initialized 912 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_card_busy': /kisskb/src/drivers/mmc/core/block.c:1903:34: note: byref variable will be forcibly initialized 1903 | struct mmc_blk_busy_data cb_data; | ^~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mmc/core/block.c:22: /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_rw_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2216:9: note: in expansion of macro 'wait_event' 2216 | wait_event(mq->wait, mmc_blk_rw_wait_cond(mq, &err)); | ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function '__mmc_blk_ioctl_cmd': /kisskb/src/drivers/mmc/core/block.c:470:28: note: byref variable will be forcibly initialized 470 | struct scatterlist sg; | ^~ In file included from /kisskb/src/drivers/hwmon/lm90.c:88: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1913:25: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1913 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md-autodetect.c: In function 'md_setup_drive': /kisskb/src/drivers/md/md-autodetect.c:212:40: note: byref variable will be forcibly initialized 212 | struct mdu_disk_info_s dinfo = { | ^~~~~ /kisskb/src/drivers/md/md-autodetect.c:142:30: note: byref variable will be forcibly initialized 142 | struct kstat stat; | ^~~~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'pcf50633_mbc_probe': /kisskb/src/drivers/power/supply/pcf50633-charger.c:385:36: note: byref variable will be forcibly initialized 385 | struct power_supply_config usb_psy_cfg; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, 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:55, 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:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_print_avg_rate': /kisskb/src/drivers/mmc/core/mmc_test.c:588:27: note: byref variable will be forcibly initialized 588 | struct timespec64 ts; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_area_io_seq': /kisskb/src/drivers/mmc/core/mmc_test.c:1447:32: note: byref variable will be forcibly initialized 1447 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1447:27: note: byref variable will be forcibly initialized 1447 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:371:38: note: byref variable will be forcibly initialized 371 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2002:32: note: byref variable will be forcibly initialized 2002 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:2002:27: note: byref variable will be forcibly initialized 2002 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_rnd_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1916:32: note: byref variable will be forcibly initialized 1916 | struct timespec64 ts1, ts2, ts; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1916:27: note: byref variable will be forcibly initialized 1916 | struct timespec64 ts1, ts2, ts; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_write_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1822:32: note: byref variable will be forcibly initialized 1822 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1822:27: note: byref variable will be forcibly initialized 1822 | 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:1783:32: note: byref variable will be forcibly initialized 1783 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1783:27: note: byref variable will be forcibly initialized 1783 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_print_rate': /kisskb/src/drivers/mmc/core/mmc_test.c:562:27: note: byref variable will be forcibly initialized 562 | struct timespec64 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:1868:32: note: byref variable will be forcibly initialized 1868 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1868:27: note: byref variable will be forcibly initialized 1868 | 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:1751:32: note: byref variable will be forcibly initialized 1751 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1751:27: note: byref variable will be forcibly initialized 1751 | 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:907:28: note: byref variable will be forcibly initialized 907 | 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:297:28: note: byref variable will be forcibly initialized 297 | 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:1031:28: note: byref variable will be forcibly initialized 1031 | 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:1017:28: note: byref variable will be forcibly initialized 1017 | 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:1235:28: note: byref variable will be forcibly initialized 1235 | 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:1208:28: note: byref variable will be forcibly initialized 1208 | 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:1192:28: note: byref variable will be forcibly initialized 1192 | 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:1177:28: note: byref variable will be forcibly initialized 1177 | 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:1159:28: note: byref variable will be forcibly initialized 1159 | 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:1141:28: note: byref variable will be forcibly initialized 1141 | 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:1123:28: note: byref variable will be forcibly initialized 1123 | 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:1105:28: note: byref variable will be forcibly initialized 1105 | 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:1084:28: note: byref variable will be forcibly initialized 1084 | 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:1063:28: note: byref variable will be forcibly initialized 1063 | 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:1053:28: note: byref variable will be forcibly initialized 1053 | 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:1044:28: note: byref variable will be forcibly initialized 1044 | struct scatterlist sg; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:33: 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:35: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:33: 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:33: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:35: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:33: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:73: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 243 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' 300 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:478:31: note: byref variable will be forcibly initialized 478 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:535:25: note: byref variable will be forcibly initialized 535 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:492:25: note: byref variable will be forcibly initialized 492 | struct rtc_time tm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c: In function 'nv50_bus_hwsq_exec': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_num': /kisskb/src/drivers/vhost/vhost.c:1497:34: note: byref variable will be forcibly initialized 1497 | struct vhost_vring_state s; | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c: In function 'g94_bus_hwsq_exec': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_addr': /kisskb/src/drivers/vhost/vhost.c:1518:33: note: byref variable will be forcibly initialized 1518 | struct vhost_vring_addr a; | ^ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:722:41: note: byref variable will be forcibly initialized 722 | struct scsi_host_busy_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_set_memory': /kisskb/src/drivers/vhost/vhost.c:1428:29: note: byref variable will be forcibly initialized 1428 | struct vhost_memory mem, *newmem; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:875:25: note: byref variable will be forcibly initialized 875 | struct hid_item item; | ^~~~ In file included from /kisskb/src/include/linux/greybus.h:16, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'gb_manifest_parse_cports': /kisskb/src/drivers/greybus/manifest.c:233:19: note: byref variable will be forcibly initialized 233 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_work_dev_flush': /kisskb/src/drivers/vhost/vhost.c:236:35: note: byref variable will be forcibly initialized 236 | struct vhost_flush_struct flush; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_attach_cgroups': /kisskb/src/drivers/vhost/vhost.c:536:44: note: byref variable will be forcibly initialized 536 | struct vhost_attach_cgroups_struct attach; | ^~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_chr_write_iter': /kisskb/src/drivers/vhost/vhost.c:1141:32: note: byref variable will be forcibly initialized 1141 | struct vhost_iotlb_msg msg; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_set_pwm': /kisskb/src/drivers/input/misc/da7280.c:327:26: note: byref variable will be forcibly initialized 327 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1198:25: note: byref variable will be forcibly initialized 1198 | struct hid_item item; | ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_ioctl': /kisskb/src/drivers/vhost/vhost.c:1598:33: note: byref variable will be forcibly initialized 1598 | struct vhost_vring_file f; | ^ /kisskb/src/drivers/vhost/vhost.c:1597:34: note: byref variable will be forcibly initialized 1597 | struct vhost_vring_state s; | ^ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_probe': /kisskb/src/drivers/input/misc/da7280.c:1149:26: note: byref variable will be forcibly initialized 1149 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_from_user': /kisskb/src/drivers/vhost/vhost.c:868:33: note: byref variable will be forcibly initialized 868 | struct iov_iter f; | ^ /kisskb/src/drivers/vhost/vhost.c: In function 'get_indirect': /kisskb/src/drivers/vhost/vhost.c:2114:25: note: byref variable will be forcibly initialized 2114 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/vhost/vhost.c:2111:27: note: byref variable will be forcibly initialized 2111 | struct vring_desc desc; | ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_get_vq_desc': /kisskb/src/drivers/vhost/vhost.c:2211:27: note: byref variable will be forcibly initialized 2211 | struct vring_desc desc; | ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_to_user': /kisskb/src/drivers/vhost/vhost.c:830:33: note: byref variable will be forcibly initialized 830 | struct iov_iter t; | ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_add_used': /kisskb/src/drivers/vhost/vhost.c:2358:32: note: byref variable will be forcibly initialized 2358 | struct vring_used_elem heads = { | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_add_used_and_signal': /kisskb/src/drivers/vhost/vhost.c:2358:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/leds/leds-lm3697.c: In function 'lm3697_probe_dt': /kisskb/src/drivers/leds/leds-lm3697.c:224:38: note: byref variable will be forcibly initialized 224 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_fix_dma': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:992:28: note: byref variable will be forcibly initialized 992 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c: In function 'esas2r_disc_passthru_dev_addr': /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c:888:34: note: byref variable will be forcibly initialized 888 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_make_prd': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:788:28: note: byref variable will be forcibly initialized 788 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:36: 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:36: 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:36: note: byref variable will be forcibly initialized 216 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:36: 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:36: note: byref variable will be forcibly initialized 283 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1239:36: note: byref variable will be forcibly initialized 1239 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1433:36: note: byref variable will be forcibly initialized 1433 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1429:36: note: byref variable will be forcibly initialized 1429 | union power_supply_propval val; | ^~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_pstate_calc': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:340:17: note: in expansion of macro 'wait_event' 340 | wait_event(clk->wait, !atomic_read(&clk->waiting)); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_clk_adjust': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:51:38: note: byref variable will be forcibly initialized 51 | struct nvbios_boostS boostS; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:45:30: note: byref variable will be forcibly initialized 45 | struct nvbios_boostE boostE; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_cstate_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:229:30: note: byref variable will be forcibly initialized 229 | struct nvbios_cstepX cstepX; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_pstate_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:437:37: note: byref variable will be forcibly initialized 437 | struct nvbios_perfS perfS; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:408:29: note: byref variable will be forcibly initialized 408 | struct nvbios_perfE perfE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:407:30: note: byref variable will be forcibly initialized 407 | struct nvbios_cstepE cstepE; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_clk_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:663:51: note: byref variable will be forcibly initialized 663 | struct nvbios_vpstate_entry base, boost; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:663:45: note: byref variable will be forcibly initialized 663 | struct nvbios_vpstate_entry base, boost; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:658:38: note: byref variable will be forcibly initialized 658 | struct nvbios_vpstate_header h; | ^ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:32: note: byref variable will be forcibly initialized 584 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:25: note: byref variable will be forcibly initialized 860 | struct resource res; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:25: note: byref variable will be forcibly initialized 889 | struct resource res; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:937:25: note: byref variable will be forcibly initialized 937 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:936:32: note: byref variable will be forcibly initialized 936 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1014:25: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1011:32: note: byref variable will be forcibly initialized 1011 | struct of_range_parser parser; | ^~~~~~ In file included from /kisskb/src/drivers/of/irq.c:23: /kisskb/src/drivers/of/irq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:32: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:32: note: byref variable will be forcibly initialized 433 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:478:32: note: byref variable will be forcibly initialized 478 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:527:42: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:26: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:704:40: note: byref variable will be forcibly initialized 704 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:27: note: byref variable will be forcibly initialized 220 | struct scsi_idlun v = { | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:31: note: byref variable will be forcibly initialized 71 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:454:33: note: byref variable will be forcibly initialized 454 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:796:26: note: byref variable will be forcibly initialized 796 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:795:38: note: byref variable will be forcibly initialized 795 | struct cdrom_generic_command cgc; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:851:26: note: byref variable will be forcibly initialized 851 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:880:31: note: byref variable will be forcibly initialized 880 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:382:9: note: in expansion of macro 'wait_event' 382 | wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); | ^~~~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_bundle_version': /kisskb/src/drivers/greybus/control.c:60:51: note: byref variable will be forcibly initialized 60 | struct gb_control_bundle_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:59:50: note: byref variable will be forcibly initialized 59 | struct gb_control_bundle_version_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_version': /kisskb/src/drivers/greybus/control.c:22:44: note: byref variable will be forcibly initialized 22 | struct gb_control_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:21:43: note: byref variable will be forcibly initialized 21 | struct gb_control_version_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_manifest_size_operation': /kisskb/src/drivers/greybus/control.c:106:54: note: byref variable will be forcibly initialized 106 | struct gb_control_get_manifest_size_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_connected_operation': /kisskb/src/drivers/greybus/control.c:133:45: note: byref variable will be forcibly initialized 133 | struct gb_control_connected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_disconnected_operation': /kisskb/src/drivers/greybus/control.c:142:48: note: byref variable will be forcibly initialized 142 | struct gb_control_disconnected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_suspend': /kisskb/src/drivers/greybus/control.c:218:46: note: byref variable will be forcibly initialized 218 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:217:45: note: byref variable will be forcibly initialized 217 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_resume': /kisskb/src/drivers/greybus/control.c:243:46: note: byref variable will be forcibly initialized 243 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:242:45: note: byref variable will be forcibly initialized 242 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_deactivate': /kisskb/src/drivers/greybus/control.c:268:46: note: byref variable will be forcibly initialized 268 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:267:45: note: byref variable will be forcibly initialized 267 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_activate': /kisskb/src/drivers/greybus/control.c:294:46: note: byref variable will be forcibly initialized 294 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:293:45: note: byref variable will be forcibly initialized 293 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_suspend_prepare': /kisskb/src/drivers/greybus/control.c:334:44: note: byref variable will be forcibly initialized 334 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_deactivate_prepare': /kisskb/src/drivers/greybus/control.c:357:44: note: byref variable will be forcibly initialized 357 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_hibernate_abort': /kisskb/src/drivers/greybus/control.c:380:44: note: byref variable will be forcibly initialized 380 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:533:31: note: byref variable will be forcibly initialized 533 | 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:1105:29: note: byref variable will be forcibly initialized 1105 | struct scsi_eh_save ses; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1103:36: note: byref variable will be forcibly initialized 1103 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1103:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 1103 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:1590:19: note: byref variable will be forcibly initialized 1590 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1589:19: note: byref variable will be forcibly initialized 1589 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:1652:19: note: byref variable will be forcibly initialized 1652 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:1724:19: note: byref variable will be forcibly initialized 1724 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2197:19: note: byref variable will be forcibly initialized 2197 | LIST_HEAD(eh_done_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:2196:19: note: byref variable will be forcibly initialized 2196 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_probe': /kisskb/src/drivers/leds/leds-lp8860.c:385:30: note: byref variable will be forcibly initialized 385 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-max77650.c: In function 'max77650_led_probe': /kisskb/src/drivers/leds/leds-max77650.c:88:38: note: byref variable will be forcibly initialized 88 | struct led_init_data init_data = {}; | ^~~~~~~~~ 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:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function '__uhid_report_queue_and_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:196:15: note: in expansion of macro 'wait_event_interruptible_timeout' 196 | ret = wait_event_interruptible_timeout(uhid->report_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_dev_create': /kisskb/src/drivers/hid/uhid.c:555:32: note: byref variable will be forcibly initialized 555 | struct uhid_create_req orig; | ^~~~ 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:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function 'uhid_char_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:690:23: note: in expansion of macro 'wait_event_interruptible' 690 | ret = wait_event_interruptible(uhid->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, 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:389:19: note: byref variable will be forcibly initialized 389 | LIST_HEAD(starved_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | 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:866:31: note: byref variable will be forcibly initialized 866 | 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:694:31: note: byref variable will be forcibly initialized 694 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:392:26: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2163:31: note: byref variable will be forcibly initialized 2163 | struct scsi_sense_hdr my_sshdr; | ^~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args': /kisskb/src/drivers/of/unittest.c:385:32: note: byref variable will be forcibly initialized 385 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, 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:2481:19: note: byref variable will be forcibly initialized 2481 | LIST_HEAD(event_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args_map': /kisskb/src/drivers/of/unittest.c:541:32: note: byref variable will be forcibly initialized 541 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ 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:405:19: note: byref variable will be forcibly initialized 405 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_changeset': /kisskb/src/drivers/of/unittest.c:799:29: note: byref variable will be forcibly initialized 799 | struct of_changeset chgset; | ^~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts': /kisskb/src/drivers/of/unittest.c:1007:32: note: byref variable will be forcibly initialized 1007 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts_extended': /kisskb/src/drivers/of/unittest.c:1084:32: note: byref variable will be forcibly initialized 1084 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_pci_dma_ranges': /kisskb/src/drivers/of/unittest.c:956:36: note: byref variable will be forcibly initialized 956 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/unittest.c:955:29: note: byref variable will be forcibly initialized 955 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_sample_get': /kisskb/src/drivers/greybus/svc.c:176:50: note: byref variable will be forcibly initialized 176 | struct gb_svc_pwrmon_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:175:49: note: byref variable will be forcibly initialized 175 | struct gb_svc_pwrmon_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_rail_count_get': /kisskb/src/drivers/greybus/svc.c:132:54: note: byref variable will be forcibly initialized 132 | struct gb_svc_pwrmon_rail_count_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_intf_sample_get': /kisskb/src/drivers/greybus/svc.c:213:55: note: byref variable will be forcibly initialized 213 | struct gb_svc_pwrmon_intf_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:212:54: note: byref variable will be forcibly initialized 212 | struct gb_svc_pwrmon_intf_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_device_id': /kisskb/src/drivers/greybus/svc.c:259:46: note: byref variable will be forcibly initialized 259 | struct gb_svc_intf_device_id_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_eject': /kisskb/src/drivers/greybus/svc.c:270:42: note: byref variable will be forcibly initialized 270 | struct gb_svc_intf_eject_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_vsys_set': /kisskb/src/drivers/greybus/svc.c:294:42: note: byref variable will be forcibly initialized 294 | struct gb_svc_intf_vsys_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:293:41: note: byref variable will be forcibly initialized 293 | struct gb_svc_intf_vsys_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_refclk_set': /kisskb/src/drivers/greybus/svc.c:317:44: note: byref variable will be forcibly initialized 317 | struct gb_svc_intf_refclk_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:316:43: note: byref variable will be forcibly initialized 316 | struct gb_svc_intf_refclk_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_unipro_set': /kisskb/src/drivers/greybus/svc.c:340:44: note: byref variable will be forcibly initialized 340 | struct gb_svc_intf_unipro_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:339:43: note: byref variable will be forcibly initialized 339 | struct gb_svc_intf_unipro_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_activate': /kisskb/src/drivers/greybus/svc.c:363:46: note: byref variable will be forcibly initialized 363 | struct gb_svc_intf_activate_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:362:45: note: byref variable will be forcibly initialized 362 | struct gb_svc_intf_activate_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_resume': /kisskb/src/drivers/greybus/svc.c:389:44: note: byref variable will be forcibly initialized 389 | struct gb_svc_intf_resume_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:388:43: note: byref variable will be forcibly initialized 388 | struct gb_svc_intf_resume_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_get': /kisskb/src/drivers/greybus/svc.c:418:45: note: byref variable will be forcibly initialized 418 | struct gb_svc_dme_peer_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:417:44: note: byref variable will be forcibly initialized 417 | struct gb_svc_dme_peer_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_set': /kisskb/src/drivers/greybus/svc.c:452:45: note: byref variable will be forcibly initialized 452 | struct gb_svc_dme_peer_set_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:451:44: note: byref variable will be forcibly initialized 451 | struct gb_svc_dme_peer_set_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_create': /kisskb/src/drivers/greybus/svc.c:485:43: note: byref variable will be forcibly initialized 485 | struct gb_svc_conn_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_destroy': /kisskb/src/drivers/greybus/svc.c:501:44: note: byref variable will be forcibly initialized 501 | struct gb_svc_conn_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_create': /kisskb/src/drivers/greybus/svc.c:522:44: note: byref variable will be forcibly initialized 522 | struct gb_svc_route_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_destroy': /kisskb/src/drivers/greybus/svc.c:536:45: note: byref variable will be forcibly initialized 536 | struct gb_svc_route_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode': /kisskb/src/drivers/greybus/svc.c:559:46: note: byref variable will be forcibly initialized 559 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:558:45: note: byref variable will be forcibly initialized 558 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode_hibernate': /kisskb/src/drivers/greybus/svc.c:601:46: note: byref variable will be forcibly initialized 601 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:600:45: note: byref variable will be forcibly initialized 600 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:32: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/staging/vme/devices/vme_user.c: In function 'vme_user_ioctl': /kisskb/src/drivers/staging/vme/devices/vme_user.c:295:27: note: byref variable will be forcibly initialized 295 | struct vme_irq_id irq_req; | ^~~~~~~ /kisskb/src/drivers/staging/vme/devices/vme_user.c:294:26: note: byref variable will be forcibly initialized 294 | struct vme_slave slave; | ^~~~~ /kisskb/src/drivers/staging/vme/devices/vme_user.c:293:27: note: byref variable will be forcibly initialized 293 | struct vme_master master; | ^~~~~~ /kisskb/src/drivers/power/supply/mp2629_charger.c: In function 'mp2629_get_battery_capacity': /kisskb/src/drivers/power/supply/mp2629_charger.c:203:42: note: byref variable will be forcibly initialized 203 | union power_supply_propval vnow, vlim; | ^~~~ /kisskb/src/drivers/power/supply/mp2629_charger.c:203:36: note: byref variable will be forcibly initialized 203 | union power_supply_propval vnow, vlim; | ^~~~ In file included from /kisskb/src/drivers/mmc/host/mmc_spi.c:27: /kisskb/src/drivers/mmc/host/mmc_spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mmc/host/mmc_spi.c: In function 'mmc_spi_request': /kisskb/src/drivers/mmc/host/mmc_spi.c:1026:33: note: byref variable will be forcibly initialized 1026 | struct mmc_command stop; | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:50: /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'wait_for_host_signal': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible' 378 | if (wait_event_interruptible(pipe->wake_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_send_reset_ae': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:855:32: note: byref variable will be forcibly initialized 855 | struct atto_vda_ae_hdr ae; | ^~ 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/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:45: /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_get_outbound_responses': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:214:19: note: byref variable will be forcibly initialized 214 | LIST_HEAD(comp_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_do_deferred_processes': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:341:27: note: byref variable will be forcibly initialized 341 | LIST_HEAD(comp_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_bus_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:452:19: note: byref variable will be forcibly initialized 452 | LIST_HEAD(comp_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_adapter_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:394:19: note: byref variable will be forcibly initialized 394 | LIST_HEAD(comp_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_report_event': /kisskb/src/drivers/input/sparse-keymap.c:278:26: note: byref variable will be forcibly initialized 278 | struct key_entry unknown_ke; | ^~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:37: note: byref variable will be forcibly initialized 1029 | struct gb_operation_msg_hdr header; | ^~~~~~ 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/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:9: note: in expansion of macro 'wait_event' 1083 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:9: note: in expansion of macro 'wait_event' 1110 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_realloc_sdev_budget_map': /kisskb/src/drivers/scsi/scsi_scan.c:224:24: note: byref variable will be forcibly initialized 224 | struct sbitmap sb_backup; | ^~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:38:35: note: byref variable will be forcibly initialized 38 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:645:31: note: byref variable will be forcibly initialized 645 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1387:31: note: byref variable will be forcibly initialized 1387 | struct scsi_sense_hdr sshdr; | ^~~~~ 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/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_send_task_mgmt': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:774:19: note: byref variable will be forcibly initialized 774 | LIST_HEAD(comp_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_probe': /kisskb/src/drivers/leds/leds-pca955x.c:493:30: note: byref variable will be forcibly initialized 493 | struct led_init_data init_data; | ^~~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:29: note: byref variable will be forcibly initialized 345 | struct JS_DATA_TYPE data; | ^~~~ /kisskb/src/drivers/leds/leds-pwm.c: In function 'led_pwm_create_fwnode': /kisskb/src/drivers/leds/leds-pwm.c:138:24: note: byref variable will be forcibly initialized 138 | struct led_pwm led; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:28: 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:35: note: byref variable will be forcibly initialized 827 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds': /kisskb/src/drivers/leds/leds-pca963x.c:324:38: note: byref variable will be forcibly initialized 324 | struct led_init_data init_data = {}; | ^~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:18: note: in expansion of macro 'wait_event_interruptible' 404 | retval = wait_event_interruptible(joydev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:25: note: byref variable will be forcibly initialized 389 | struct js_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:35: note: byref variable will be forcibly initialized 862 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c: In function 'nv40_clk_calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:128:27: note: byref variable will be forcibly initialized 128 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:25: note: byref variable will be forcibly initialized 117 | struct js_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1037:26: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:27: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/input/evdev.c:1035:30: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_notifier_call': /kisskb/src/drivers/power/supply/bq2415x_charger.c:812:36: note: byref variable will be forcibly initialized 812 | union power_supply_propval prop; | ^~~~ In file included 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/power/supply/bq2415x_charger.c:27: /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:28: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:33: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:28: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_probe': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1534:36: note: byref variable will be forcibly initialized 1534 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:402:24: note: byref variable will be forcibly initialized 402 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nread_no_pm': /kisskb/src/drivers/soundwire/bus.c:385:24: note: byref variable will be forcibly initialized 385 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm': /kisskb/src/drivers/soundwire/bus.c:425:24: note: byref variable will be forcibly initialized 425 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:444:24: note: byref variable will be forcibly initialized 444 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:457:24: note: byref variable will be forcibly initialized 457 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:476:24: note: byref variable will be forcibly initialized 476 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_handle_slave_alerts': /kisskb/src/drivers/soundwire/bus.c:1497:38: note: byref variable will be forcibly initialized 1497 | struct sdw_slave_intr_status slave_intr; | ^~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_program_device_num': /kisskb/src/drivers/soundwire/bus.c:730:24: note: byref variable will be forcibly initialized 730 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c:729:29: note: byref variable will be forcibly initialized 729 | struct sdw_slave_id id; | ^~ In file included from /kisskb/src/drivers/extcon/extcon.c:23: /kisskb/src/drivers/extcon/extcon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:687:33: note: byref variable will be forcibly initialized 687 | struct led_info led; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_report': /kisskb/src/drivers/input/misc/iqs269a.c:1195:29: note: byref variable will be forcibly initialized 1195 | struct iqs269_flags flags; | ^~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_input_init': /kisskb/src/drivers/input/misc/iqs269a.c:1091:29: note: byref variable will be forcibly initialized 1091 | struct iqs269_flags flags; | ^~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_probe': /kisskb/src/drivers/input/misc/iqs269a.c:1638:32: note: byref variable will be forcibly initialized 1638 | struct iqs269_ver_info ver_info; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_report': /kisskb/src/drivers/input/misc/iqs626a.c:1510:29: note: byref variable will be forcibly initialized 1510 | struct iqs626_flags flags; | ^~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_probe': /kisskb/src/drivers/input/misc/iqs626a.c:1650:32: note: byref variable will be forcibly initialized 1650 | struct iqs626_ver_info ver_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/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/rpmsg/virtio_rpmsg_bus.c:14: /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_send_offchannel_raw': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:599:23: note: in expansion of macro 'wait_event_interruptible_timeout' 599 | err = wait_event_interruptible_timeout(vrp->sendq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:559:28: note: byref variable will be forcibly initialized 559 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_destroy': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:354:37: note: byref variable will be forcibly initialized 354 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_create': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:330:37: note: byref variable will be forcibly initialized 330 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_single': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:712:28: note: byref variable will be forcibly initialized 712 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_probe': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:934:36: note: byref variable will be forcibly initialized 934 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'hba_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:983:33: note: byref variable will be forcibly initialized 983 | struct scsi_lun lun; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_buffered_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:275:17: note: in expansion of macro 'wait_event_interruptible' 275 | wait_event_interruptible(a->buffered_ioctl_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:209:34: note: byref variable will be forcibly initialized 209 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_smp_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:314:38: note: byref variable will be forcibly initialized 314 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_csmi_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:648:38: note: byref variable will be forcibly initialized 648 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'csmi_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:527:33: note: byref variable will be forcibly initialized 527 | struct scsi_lun lun; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'do_fm_api': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:161:17: note: in expansion of macro 'wait_event_interruptible' 161 | wait_event_interruptible(a->fm_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_hba_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1232:38: note: byref variable will be forcibly initialized 1232 | struct esas2r_buffered_ioctl bi; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_params': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1260:25: note: in expansion of macro 'wait_event_interruptible' 1260 | wait_event_interruptible(a->nvram_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_vda': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1865:33: note: in expansion of macro 'wait_event_interruptible' 1865 | wait_event_interruptible(a->vda_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1833:42: note: byref variable will be forcibly initialized 1833 | struct esas2r_sg_context sgc; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_fs': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1997:25: note: in expansion of macro 'wait_event_interruptible' 1997 | wait_event_interruptible(a->fs_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1953:42: note: byref variable will be forcibly initialized 1953 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:346:31: note: byref variable will be forcibly initialized 346 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_queuecommand': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:823:34: note: byref variable will be forcibly initialized 823 | struct esas2r_sg_context sgc; | ^~~ In file included from /kisskb/src/drivers/leds/leds-cr0014114.c:9: /kisskb/src/drivers/leds/leds-cr0014114.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:329:27: note: byref variable will be forcibly initialized 329 | struct nvbios_pll pll; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'prog_pll': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:386:21: note: in expansion of macro 'nvkm_msec' 386 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/ntb/hw/idt/ntb_hw_idt.c:53: /kisskb/src/drivers/ntb/hw/idt/ntb_hw_idt.c: In function 'pci_bus_address': /kisskb/src/include/linux/pci.h:1448:31: note: byref variable will be forcibly initialized 1448 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'gt215_pll_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:240:27: note: byref variable will be forcibly initialized 240 | struct nvbios_pll limits; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'gt215_clk_pre': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:331:13: note: in expansion of macro 'nvkm_msec' 331 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:325:13: note: in expansion of macro 'nvkm_msec' 325 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:316:13: note: in expansion of macro 'nvkm_msec' 316 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/leds/leds-el15203000.c:10: /kisskb/src/drivers/leds/leds-el15203000.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/leds/leds-el15203000.c: In function 'el15203000_probe_dt': /kisskb/src/drivers/leds/leds-el15203000.c:244:38: note: byref variable will be forcibly initialized 244 | struct led_init_data init_data = {}; | ^~~~~~~~~ In file included from /kisskb/src/drivers/leds/leds-dac124s085.c:13: /kisskb/src/drivers/leds/leds-dac124s085.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/adc/ad_sigma_delta.c: In function 'ad_sd_read_reg_raw': /kisskb/src/drivers/iio/adc/ad_sigma_delta.c:114:28: note: byref variable will be forcibly initialized 114 | struct spi_message m; | ^ In file included from /kisskb/src/drivers/iio/adc/ad_sigma_delta.c:13: /kisskb/src/drivers/iio/adc/ad_sigma_delta.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/adc/ad_sigma_delta.c: In function 'ad_sd_write_reg': /kisskb/src/drivers/iio/adc/ad_sigma_delta.c:66:28: note: byref variable will be forcibly initialized 66 | struct spi_message m; | ^ In file included from /kisskb/src/drivers/staging/iio/adc/ad7280a.c:13: /kisskb/src/drivers/staging/iio/adc/ad7280a.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_init_test': /kisskb/src/drivers/ntb/test/ntb_perf.c:874:24: note: byref variable will be forcibly initialized 874 | dma_cap_mask_t dma_mask; | ^~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/ntb/test/ntb_perf.c:72: /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_sync_test': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:973:9: note: in expansion of macro 'wait_event' 973 | wait_event(pthr->dma_wait, | ^~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_submit_test': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:1105:15: note: in expansion of macro 'wait_event_interruptible' 1105 | ret = wait_event_interruptible(perf->twait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/slave.c: In function 'sdw_of_find_slaves': /kisskb/src/drivers/soundwire/slave.c:214:37: note: byref variable will be forcibly initialized 214 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:24: 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:24: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/drivers/hwmon/max31722.c:13: /kisskb/src/drivers/hwmon/max31722.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:31: note: byref variable will be forcibly initialized 114 | struct scsi_sense_hdr sshdr_tmp; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:31: note: byref variable will be forcibly initialized 633 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_enable_disable_master_ports': /kisskb/src/drivers/soundwire/stream.c:339:30: note: byref variable will be forcibly initialized 339 | 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:514:31: note: byref variable will be forcibly initialized 514 | struct sdw_prepare_ch prep_ch; | ^~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function '_sdw_prepare_stream': /kisskb/src/drivers/soundwire/stream.c:1499:31: note: byref variable will be forcibly initialized 1499 | struct sdw_bus_params params; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1231:31: note: byref variable will be forcibly initialized 1231 | struct scsi_mode_data mode_data; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:430, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: In function 'mcp77_clk_prog': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:353:13: note: in expansion of macro 'nvkm_msec' 353 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:166:27: note: byref variable will be forcibly initialized 166 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:30: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ 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/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/drivers/thunderbolt/nhi.c: In function 'ring_work': /kisskb/src/drivers/thunderbolt/nhi.c:235:19: note: byref variable will be forcibly initialized 235 | LIST_HEAD(done); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_3': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:399:17: note: in expansion of macro 'nvkm_msec' 399 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:380:25: note: in expansion of macro 'nvkm_msec' 380 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_1': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:359:9: note: in expansion of macro 'nvkm_msec' 359 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:254:27: note: byref variable will be forcibly initialized 254 | struct nvbios_pll limits; | ^~~~~~ In file included from /kisskb/src/drivers/nvmem/core.c:19: /kisskb/src/drivers/nvmem/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1786:33: note: byref variable will be forcibly initialized 1786 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1817:33: note: byref variable will be forcibly initialized 1817 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/staging/sm750fb/sm750_hw.c: In function 'hw_sm750_crtc_setMode': /kisskb/src/drivers/staging/sm750fb/sm750_hw.c:256:31: note: byref variable will be forcibly initialized 256 | struct mode_parameter modparm; | ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_reqsen': /kisskb/src/drivers/scsi/ips.c:4185:25: note: byref variable will be forcibly initialized 4185 | IPS_SCSI_REQSEN reqsen; | ^~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_send_cmd': /kisskb/src/drivers/scsi/ips.c:3504:59: note: byref variable will be forcibly initialized 3504 | IPS_SCSI_INQ_DATA inquiry; | ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_inquiry': /kisskb/src/drivers/scsi/ips.c:4029:27: note: byref variable will be forcibly initialized 4029 | IPS_SCSI_INQ_DATA inquiry; | ^~~~~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_control_get': /kisskb/src/drivers/mux/core.c:454:32: note: byref variable will be forcibly initialized 454 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_msense': /kisskb/src/drivers/scsi/ips.c:4097:33: note: byref variable will be forcibly initialized 4097 | IPS_SCSI_MODE_PAGE_DATA mdata; | ^~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_rdcap': /kisskb/src/drivers/scsi/ips.c:4064:27: note: byref variable will be forcibly initialized 4064 | IPS_SCSI_CAPACITY cap; | ^~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_map_status': /kisskb/src/drivers/scsi/ips.c:3254:27: note: byref variable will be forcibly initialized 3254 | IPS_SCSI_INQ_DATA inquiryData; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_chkstatus': /kisskb/src/drivers/scsi/ips.c:3841:27: note: byref variable will be forcibly initialized 3841 | IPS_SCSI_INQ_DATA inquiryData; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_intr_copperhead': /kisskb/src/drivers/scsi/ips.c:1273:20: note: byref variable will be forcibly initialized 1273 | IPS_STATUS cstatus; | ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_intr_morpheus': /kisskb/src/drivers/scsi/ips.c:1337:20: note: byref variable will be forcibly initialized 1337 | IPS_STATUS cstatus; | ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_fix_ffdc_time': /kisskb/src/drivers/scsi/ips.c:5987:19: note: byref variable will be forcibly initialized 5987 | struct tm tm; | ^~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_4_0': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:428:17: note: in expansion of macro 'nvkm_msec' 428 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:399:17: note: in expansion of macro 'nvkm_msec' 399 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_1_0': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:372:9: note: in expansion of macro 'nvkm_msec' 372 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:267:27: note: byref variable will be forcibly initialized 267 | struct nvbios_pll limits; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:23: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_enable': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:272:13: note: in expansion of macro 'nvkm_wait_usec' 272 | if (nvkm_wait_usec(device, 300, GPCPLL_CFG, GPCPLL_CFG_LOCK, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_slide': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:241:13: note: in expansion of macro 'nvkm_wait_usec' 241 | if (nvkm_wait_usec(device, 500, GPC_BCAST_NDIV_SLOWDOWN_DEBUG, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:215:26: note: byref variable will be forcibly initialized 215 | struct gk20a_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_clk_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:550:34: note: byref variable will be forcibly initialized 550 | struct gk20a_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_program_mnp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:300:26: note: byref variable will be forcibly initialized 300 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_program_mnp_slide': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:337:26: note: byref variable will be forcibly initialized 337 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_clk_read': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:465:26: note: byref variable will be forcibly initialized 465 | struct gk20a_pll pll; | ^~~ In file included from /kisskb/src/drivers/iio/accel/bma220_spi.c:12: /kisskb/src/drivers/iio/accel/bma220_spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_program_mnp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:364:26: note: byref variable will be forcibly initialized 364 | struct gm20b_pll cur_pll; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_slide': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:303:13: note: in expansion of macro 'nvkm_wait_usec' 303 | if (nvkm_wait_usec(device, 500, GPC_BCAST_NDIV_SLOWDOWN_DEBUG, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:270:26: note: byref variable will be forcibly initialized 270 | struct gm20b_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_program_mnp_slide': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:435:26: note: byref variable will be forcibly initialized 435 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_prog': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:603:34: note: byref variable will be forcibly initialized 603 | struct gk20a_pll pll_safe; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:727:34: note: byref variable will be forcibly initialized 727 | struct gk20a_pll pll; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_init_dvfs': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:778:15: note: in expansion of macro 'nvkm_wait_usec' 778 | ret = nvkm_wait_usec(device, 10, GPCPLL_DVFS1, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_m_to_n': /kisskb/src/drivers/scsi/megaraid.c:3377:25: note: byref variable will be forcibly initialized 3377 | struct uioctl_t uioc_mimd; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_max_sgl': /kisskb/src/drivers/scsi/megaraid.c:3854:25: note: byref variable will be forcibly initialized 3854 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_ext_cdb': /kisskb/src/drivers/scsi/megaraid.c:3741:25: note: byref variable will be forcibly initialized 3741 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_is_bios_enabled': /kisskb/src/drivers/scsi/megaraid.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_boot_drv': /kisskb/src/drivers/scsi/megaraid.c:3650:25: note: byref variable will be forcibly initialized 3650 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_random_del': /kisskb/src/drivers/scsi/megaraid.c:3714:25: note: byref variable will be forcibly initialized 3714 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_cluster': /kisskb/src/drivers/scsi/megaraid.c:3897:25: note: byref variable will be forcibly initialized 3897 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_enum_raid_scsi': /kisskb/src/drivers/scsi/megaraid.c:3597:25: note: byref variable will be forcibly initialized 3597 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_reset': /kisskb/src/drivers/scsi/megaraid.c:1881:25: note: byref variable will be forcibly initialized 1881 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_adapinq': /kisskb/src/drivers/scsi/megaraid.c:3940:25: note: byref variable will be forcibly initialized 3940 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_do_del_logdrv': /kisskb/src/drivers/scsi/megaraid.c:3817:25: note: byref variable will be forcibly initialized 3817 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_query_adapter': /kisskb/src/drivers/scsi/megaraid.c:199:25: note: byref variable will be forcibly initialized 199 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'proc_show_rdrv': /kisskb/src/drivers/scsi/megaraid.c:2498:25: note: byref variable will be forcibly initialized 2498 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_internal_dev_inquiry': /kisskb/src/drivers/scsi/megaraid.c:3978:25: note: byref variable will be forcibly initialized 3978 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megadev_ioctl': /kisskb/src/drivers/scsi/megaraid.c:2971:25: note: byref variable will be forcibly initialized 2971 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c:2963:25: note: byref variable will be forcibly initialized 2963 | nitioctl_t uioc; | ^~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:17: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/myrb.c:13: /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_exec_cmd': /kisskb/src/drivers/scsi/myrb.c:188:36: note: byref variable will be forcibly initialized 188 | DECLARE_COMPLETION_ONSTACK(cmpl); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/myrb.c:188:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 188 | DECLARE_COMPLETION_ONSTACK(cmpl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_enable_mmio': /kisskb/src/drivers/scsi/myrb.c:814:29: note: byref variable will be forcibly initialized 814 | union myrb_cmd_mbox mbox; | ^~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:26: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:26: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:26: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'rebuild_show': /kisskb/src/drivers/scsi/myrb.c:1901:35: note: byref variable will be forcibly initialized 1901 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_hba_enquiry': /kisskb/src/drivers/scsi/myrb.c:671:29: note: byref variable will be forcibly initialized 671 | struct myrb_enquiry old, *new; | ^~~ /kisskb/src/drivers/scsi/myrb.c: In function 'consistency_check_store': /kisskb/src/drivers/scsi/myrb.c:2028:35: note: byref variable will be forcibly initialized 2028 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_get_resync': /kisskb/src/drivers/scsi/myrb.c:2240:35: note: byref variable will be forcibly initialized 2240 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:42: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:32: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_update_rbld_progress': /kisskb/src/drivers/scsi/myrb.c:472:35: note: byref variable will be forcibly initialized 472 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_get_event': /kisskb/src/drivers/scsi/myrb.c:312:39: note: byref variable will be forcibly initialized 312 | struct scsi_sense_hdr sshdr; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_aspeed_opb_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(fsi_master_aspeed_opb_write, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' 57 | TRACE_EVENT(fsi_master_aspeed_opb_error, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/myrs.c:14: /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_exec_cmd': /kisskb/src/drivers/scsi/myrs.c:131:36: note: byref variable will be forcibly initialized 131 | DECLARE_COMPLETION_ONSTACK(complete); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/scsi/myrs.c:131:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 131 | DECLARE_COMPLETION_ONSTACK(complete); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_get_ldev_info': /kisskb/src/drivers/scsi/myrs.c:225:31: note: byref variable will be forcibly initialized 225 | struct myrs_ldev_info ldev_info_orig; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/misc/pwm-beeper.c:14: /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_on': /kisskb/src/drivers/input/misc/pwm-beeper.c:33:26: note: byref variable will be forcibly initialized 33 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_probe': /kisskb/src/drivers/input/misc/pwm-beeper.c:126:26: note: byref variable will be forcibly initialized 126 | struct pwm_state 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/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-sas.c:53: /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_chrdev_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:789:27: note: in expansion of macro 'wait_event_timeout' 789 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:721:33: note: byref variable will be forcibly initialized 721 | TW_Ioctl_Driver_Command driver_command; | ^~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-xxxx.c:199: /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_chrdev_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:991:35: note: in expansion of macro 'wait_event_timeout' 991 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-9xxx.c:81: /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_chrdev_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:720:27: note: in expansion of macro 'wait_event_timeout' 720 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:647:33: note: byref variable will be forcibly initialized 647 | TW_Ioctl_Driver_Command driver_command; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_read': /kisskb/src/drivers/fsi/fsi-scom.c:416:28: note: byref variable will be forcibly initialized 416 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_write': /kisskb/src/drivers/fsi/fsi-scom.c:435:28: note: byref variable will be forcibly initialized 435 | struct scom_access acc; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ad7266.c:11: /kisskb/src/drivers/iio/adc/ad7266.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c: In function 'setPLL_double_lowregs': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:307:35: note: byref variable will be forcibly initialized 307 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c: In function 'nv04_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:361:27: note: byref variable will be forcibly initialized 361 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:360:30: note: byref variable will be forcibly initialized 360 | struct nvkm_pll_vals pv; | ^~ In file included from /kisskb/src/drivers/iio/adc/ad7292.c:12: /kisskb/src/drivers/iio/adc/ad7292.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hptiop.c:10: /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_reset_hba': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1076:9: note: in expansion of macro 'wait_event_timeout' 1076 | wait_event_timeout(hba->reset_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_probe': /kisskb/src/drivers/scsi/hptiop.c:1281:43: note: byref variable will be forcibly initialized 1281 | struct hpt_iop_request_set_config set_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1280:43: note: byref variable will be forcibly initialized 1280 | struct hpt_iop_request_get_config iop_config; | ^~~~~~~~~~ /kisskb/src/drivers/staging/sm750fb/ddk750_chip.c: In function 'set_chip_clock': /kisskb/src/drivers/staging/sm750fb/ddk750_chip.c:58:26: note: byref variable will be forcibly initialized 58 | struct pll_value pll; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/stex.c:14: /kisskb/src/drivers/scsi/stex.c: In function 'stex_do_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1401:17: note: in expansion of macro 'wait_event_timeout' 1401 | wait_event_timeout(hba->reset_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_queuecommand_lck': /kisskb/src/drivers/scsi/stex.c:668:42: note: byref variable will be forcibly initialized 668 | struct st_drvver ver; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/thunderbolt/ctl.c:10: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c:570:9: note: in expansion of macro 'wait_event' 570 | wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, 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/drivers/thunderbolt/ctl.c:11: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_sync': /kisskb/src/drivers/thunderbolt/ctl.c:596:36: note: byref variable will be forcibly initialized 596 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:53:27: note: in definition of macro 'DECLARE_COMPLETION' 53 | struct completion work = COMPLETION_INITIALIZER(work) | ^~~~ /kisskb/src/drivers/thunderbolt/ctl.c:596:9: note: in expansion of macro 'DECLARE_COMPLETION_ONSTACK' 596 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_reset': /kisskb/src/drivers/thunderbolt/ctl.c:819:30: note: byref variable will be forcibly initialized 819 | struct tb_cfg_header reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c:817:30: note: byref variable will be forcibly initialized 817 | struct cfg_reset_pkg request = { .header = tb_cfg_make_header(route) }; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read_raw': /kisskb/src/drivers/thunderbolt/ctl.c:871:30: note: byref variable will be forcibly initialized 871 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write_raw': /kisskb/src/drivers/thunderbolt/ctl.c:942:29: note: byref variable will be forcibly initialized 942 | struct cfg_read_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read': /kisskb/src/drivers/thunderbolt/ctl.c:1012:30: note: byref variable will be forcibly initialized 1012 | struct tb_cfg_result res = tb_cfg_read_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write': /kisskb/src/drivers/thunderbolt/ctl.c:1038:30: note: byref variable will be forcibly initialized 1038 | struct tb_cfg_result res = tb_cfg_write_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:74:27: note: byref variable will be forcibly initialized 74 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function '__tb_port_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:92:35: note: byref variable will be forcibly initialized 92 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:147:27: note: byref variable will be forcibly initialized 147 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:193:35: note: byref variable will be forcibly initialized 193 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_vse_cap': /kisskb/src/drivers/thunderbolt/cap.c:226:35: note: byref variable will be forcibly initialized 226 | struct tb_cap_any header; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c:216:15: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c:238:15: note: in expansion of macro 'wait_event_interruptible_timeout' 238 | ret = wait_event_interruptible_timeout(data->power_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:248:21: note: in expansion of macro 'wait_event_interruptible' 248 | if (wait_event_interruptible(c->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c: In function 'comp_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:196:21: note: in expansion of macro 'wait_event_interruptible' 196 | if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/thunderbolt/tb.c:9: /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_resume_noirq': /kisskb/src/drivers/thunderbolt/tb.c:1476:19: note: byref variable will be forcibly initialized 1476 | LIST_HEAD(tunnels); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_init_port': /kisskb/src/drivers/thunderbolt/switch.c:771:44: note: byref variable will be forcibly initialized 771 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_state': /kisskb/src/drivers/thunderbolt/switch.c:528:27: note: byref variable will be forcibly initialized 528 | struct tb_cap_phy phy; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_link_depth': /kisskb/src/drivers/thunderbolt/switch.c:3205:29: note: byref variable will be forcibly initialized 3205 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_uuid': /kisskb/src/drivers/thunderbolt/switch.c:3230:29: note: byref variable will be forcibly initialized 3230 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_route': /kisskb/src/drivers/thunderbolt/switch.c:3254:29: note: byref variable will be forcibly initialized 3254 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/staging/sm750fb/ddk750_mode.c: In function 'ddk750_setModeTiming': /kisskb/src/drivers/staging/sm750fb/ddk750_mode.c:212:26: note: byref variable will be forcibly initialized 212 | struct pll_value pll; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/mvumi.c:9: /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_issue_blocked_cmd': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mvumi.c:729:9: note: in expansion of macro 'wait_event_timeout' 729 | wait_event_timeout(mhba->int_cmd_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c: In function 'nv50_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:40:27: note: byref variable will be forcibly initialized 40 | struct nvbios_pll info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c: In function 'nv50_devinit_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:140:25: note: in expansion of macro 'nvbios_init' 140 | nvbios_init(subdev, info.script[0], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:129:27: note: byref variable will be forcibly initialized 129 | struct dcb_output outp; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:128:28: note: byref variable will be forcibly initialized 128 | struct nvbios_outp info; | ^~~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_find_dst_port': /kisskb/src/drivers/thunderbolt/path.c:38:28: note: byref variable will be forcibly initialized 38 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function '__tb_path_deactivate_hop': /kisskb/src/drivers/thunderbolt/path.c:389:28: note: byref variable will be forcibly initialized 389 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_discover': /kisskb/src/drivers/thunderbolt/path.c:107:28: note: byref variable will be forcibly initialized 107 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_activate': /kisskb/src/drivers/thunderbolt/path.c:522:36: note: byref variable will be forcibly initialized 522 | struct tb_regs_hop hop = { 0 }; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:28: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:24: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:38: note: byref variable will be forcibly initialized 114 | struct mma9551_mbox_response rsp; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:37: note: byref variable will be forcibly initialized 113 | struct mma9551_mbox_request req; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:37: note: byref variable will be forcibly initialized 605 | struct mma9551_version_info info; | ^~~~ 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:24: note: byref variable will be forcibly initialized 33 | struct mtget32 k32 = { | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_get_drom_offset': /kisskb/src/drivers/thunderbolt/eeprom.c:139:35: note: byref variable will be forcibly initialized 139 | struct tb_cap_plug_events cap; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_out': /kisskb/src/drivers/thunderbolt/eeprom.c:98:30: note: byref variable will be forcibly initialized 98 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_in': /kisskb/src/drivers/thunderbolt/eeprom.c:118:30: note: byref variable will be forcibly initialized 118 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_active': /kisskb/src/drivers/thunderbolt/eeprom.c:44:30: note: byref variable will be forcibly initialized 44 | struct tb_eeprom_ctl ctl; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'open_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:266:34: note: in expansion of macro 'wait_event_interruptible' 266 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:253:34: note: in expansion of macro 'wait_event_interruptible' 253 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_rq_end_io': /kisskb/src/drivers/scsi/sg.c:1353:39: note: byref variable will be forcibly initialized 1353 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_start_req': /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_event': /kisskb/src/drivers/input/misc/uinput.c:75:33: note: byref variable will be forcibly initialized 75 | struct timespec64 ts; | ^~ /kisskb/src/drivers/scsi/sg.c:1812:33: note: byref variable will be forcibly initialized 1812 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/sg.c:1731:33: note: byref variable will be forcibly initialized 1731 | struct rq_map_data *md, map_data; | ^~~~~~~~ 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/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_request_reserve_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:130:16: note: in expansion of macro 'wait_event_interruptible' 130 | return wait_event_interruptible(udev->requests_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_usb4_switch_op': /kisskb/src/drivers/thunderbolt/icm.c:2265:35: note: byref variable will be forcibly initialized 2265 | struct icm_usb4_switch_op request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:2264:44: note: byref variable will be forcibly initialized 2264 | struct icm_usb4_switch_op_response reply; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_erase_effect': /kisskb/src/drivers/input/misc/uinput.c:262:31: note: byref variable will be forcibly initialized 262 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_upload_effect': /kisskb/src/drivers/input/misc/uinput.c:239:31: note: byref variable will be forcibly initialized 239 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_xdomain_tear_down': /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_setup': /kisskb/src/drivers/thunderbolt/icm.c:1163:46: note: byref variable will be forcibly initialized 1163 | struct icm_tr_pkg_disconnect_xdomain request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:449:29: note: byref variable will be forcibly initialized 449 | struct uinput_setup setup; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1162:55: note: byref variable will be forcibly initialized 1162 | struct icm_tr_pkg_disconnect_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:1134:43: note: byref variable will be forcibly initialized 1134 | struct icm_tr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1133:52: note: byref variable will be forcibly initialized 1133 | struct icm_tr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_icl_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1623:49: note: byref variable will be forcibly initialized 1623 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1102:44: note: byref variable will be forcibly initialized 1102 | struct icm_tr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1101:53: note: byref variable will be forcibly initialized 1101 | struct icm_tr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_set_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1578:48: note: byref variable will be forcibly initialized 1578 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1540:48: note: byref variable will be forcibly initialized 1540 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1017:49: note: byref variable will be forcibly initialized 1017 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ioctl_handler': /kisskb/src/drivers/input/misc/uinput.c:845:33: note: byref variable will be forcibly initialized 845 | struct uinput_ff_erase ff_erase; | ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:844:33: note: byref variable will be forcibly initialized 844 | struct uinput_ff_upload ff_up; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:565:43: note: byref variable will be forcibly initialized 565 | struct icm_fr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:564:52: note: byref variable will be forcibly initialized 564 | struct icm_fr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_ioctl_common': /kisskb/src/drivers/scsi/sg.c:982:38: note: byref variable will be forcibly initialized 982 | sg_scsi_id_t v; | ^ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:941:26: note: in expansion of macro 'wait_event_interruptible' 941 | result = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:534:53: note: byref variable will be forcibly initialized 534 | struct icm_fr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:533:44: note: byref variable will be forcibly initialized 533 | struct icm_fr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1493:49: note: byref variable will be forcibly initialized 1493 | struct icm_ar_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_route': /kisskb/src/drivers/thunderbolt/icm.c:1518:46: note: byref variable will be forcibly initialized 1518 | struct icm_ar_pkg_get_route_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:458:49: note: byref variable will be forcibly initialized 458 | struct icm_fr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_inject_events': /kisskb/src/drivers/input/misc/uinput.c:575:28: note: byref variable will be forcibly initialized 575 | struct input_event ev; | ^~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_events_to_user': /kisskb/src/drivers/input/misc/uinput.c:642:28: note: byref variable will be forcibly initialized 642 | struct input_event event; | ^~~~~ 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/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:685:34: note: in expansion of macro 'wait_event_interruptible' 685 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_write': /kisskb/src/drivers/scsi/sg.c:610:26: note: byref variable will be forcibly initialized 610 | struct sg_header old_hdr; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_add_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1073:42: note: byref variable will be forcibly initialized 1073 | struct icm_tr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1072:51: note: byref variable will be forcibly initialized 1072 | struct icm_tr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:1046:42: note: byref variable will be forcibly initialized 1046 | struct icm_tr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1045:42: note: byref variable will be forcibly initialized 1045 | struct icm_tr_pkg_approve_device request; | ^~~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'sg_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:475:26: note: in expansion of macro 'wait_event_interruptible' 475 | retval = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_add_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:506:51: note: byref variable will be forcibly initialized 506 | struct icm_fr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:505:42: note: byref variable will be forcibly initialized 505 | struct icm_fr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:479:42: note: byref variable will be forcibly initialized 479 | struct icm_fr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:478:42: note: byref variable will be forcibly initialized 478 | struct icm_fr_pkg_approve_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_read': /kisskb/src/drivers/thunderbolt/dma_port.c:102:30: note: byref variable will be forcibly initialized 102 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_write': /kisskb/src/drivers/thunderbolt/dma_port.c:143:29: note: byref variable will be forcibly initialized 143 | struct cfg_read_pkg reply; | ^~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_ioctl': /kisskb/src/drivers/scsi/st.c:3806:30: note: byref variable will be forcibly initialized 3806 | struct mtpos mt_pos; | ^~~~~~ /kisskb/src/drivers/scsi/st.c:3741:30: note: byref variable will be forcibly initialized 3741 | struct mtget mt_status; | ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c:3536:29: note: byref variable will be forcibly initialized 3536 | struct mtop mtc; | ^~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'max6697_init_chip': /kisskb/src/drivers/hwmon/max6697.c:598:38: note: byref variable will be forcibly initialized 598 | struct max6697_platform_data p; | ^ In file included from /kisskb/src/drivers/iio/accel/sca3000.c:15: /kisskb/src/drivers/iio/accel/sca3000.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c: In function 'gt215_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:36:27: note: byref variable will be forcibly initialized 36 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dif_copy_prot': /kisskb/src/drivers/scsi/scsi_debug.c:3089:32: note: byref variable will be forcibly initialized 3089 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'prot_verify_write': /kisskb/src/drivers/scsi/scsi_debug.c:3383:32: note: byref variable will be forcibly initialized 3383 | struct sg_mapping_iter piter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:3382:32: note: byref variable will be forcibly initialized 3382 | struct sg_mapping_iter diter; | ^~~~~ In file included from /kisskb/src/drivers/iio/accel/sca3300.c:13: /kisskb/src/drivers/iio/accel/sca3300.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:37: note: byref variable will be forcibly initialized 57 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/drivers/iio/adc/ad7768-1.c:17: /kisskb/src/drivers/iio/adc/ad7768-1.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c: In function 'gf100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:36:27: note: byref variable will be forcibly initialized 36 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c: In function 'pmu_load': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:87:28: note: byref variable will be forcibly initialized 87 | struct nvbios_pmuR pmu; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c: In function 'gm200_devinit_post': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:161:21: note: in expansion of macro 'nvkm_msec' 161 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:124:26: note: byref variable will be forcibly initialized 124 | struct bit_entry bit_I; | ^~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_ioctl': /kisskb/src/drivers/staging/pi433/pi433_if.c:876:33: note: byref variable will be forcibly initialized 876 | struct pi433_tx_cfg tx_cfg; | ^~~~~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/pi433/pi433_if.c:22: /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_receive': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:511:34: note: in expansion of macro 'wait_event_interruptible' 511 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:498:26: note: in expansion of macro 'wait_event_interruptible' 498 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:477:26: note: in expansion of macro 'wait_event_interruptible' 477 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:441:26: note: in expansion of macro 'wait_event_interruptible' 441 | retval = wait_event_interruptible(dev->rx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:415:18: note: in expansion of macro 'wait_event_interruptible' 415 | retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_tx_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:735:17: note: in expansion of macro 'wait_event_interruptible' 735 | wait_event_interruptible(device->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:724:34: note: in expansion of macro 'wait_event_interruptible' 724 | retval = wait_event_interruptible(device->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:638:17: note: in expansion of macro 'wait_event_interruptible' 638 | wait_event_interruptible(device->tx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:569:17: note: in expansion of macro 'wait_event_interruptible' 569 | wait_event_interruptible(device->tx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:560:29: note: byref variable will be forcibly initialized 560 | struct pi433_tx_cfg tx_cfg; | ^~~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_disable': /kisskb/src/drivers/hwmon/pwm-fan.c:471:34: note: byref variable will be forcibly initialized 471 | struct pwm_state state = ctx->pwm_state; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c: In function 'gv100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c: In function 'tu102_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:954:40: note: byref variable will be forcibly initialized 954 | struct dualsense_output_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_reset_leds': /kisskb/src/drivers/hid/hid-playstation.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct dualsense_output_report report; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c: In function 'ga100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_request': /kisskb/src/drivers/thunderbolt/xdomain.c:445:42: note: byref variable will be forcibly initialized 445 | struct tb_xdp_properties_changed req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:444:51: note: byref variable will be forcibly initialized 444 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_request': /kisskb/src/drivers/thunderbolt/xdomain.c:241:28: note: byref variable will be forcibly initialized 241 | struct tb_xdp_uuid req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:240:37: note: byref variable will be forcibly initialized 240 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:1008:16: note: byref variable will be forcibly initialized 1008 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_response': /kisskb/src/drivers/thunderbolt/xdomain.c:467:51: note: byref variable will be forcibly initialized 467 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_response': /kisskb/src/drivers/thunderbolt/xdomain.c:267:37: note: byref variable will be forcibly initialized 267 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_error_response': /kisskb/src/drivers/thunderbolt/xdomain.c:284:38: note: byref variable will be forcibly initialized 284 | struct tb_xdp_error_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_request': /kisskb/src/drivers/thunderbolt/xdomain.c:300:34: note: byref variable will be forcibly initialized 300 | struct tb_xdp_properties req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:1738:34: note: byref variable will be forcibly initialized 1738 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_link_depth': /kisskb/src/drivers/thunderbolt/xdomain.c:1768:34: note: byref variable will be forcibly initialized 1768 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_route': /kisskb/src/drivers/thunderbolt/xdomain.c:1796:34: note: byref variable will be forcibly initialized 1796 | struct tb_xdomain_lookup lookup; | ^~~~~~ In file included from /kisskb/src/drivers/iio/adc/ad7949.c:13: /kisskb/src/drivers/iio/adc/ad7949.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message 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/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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:30: note: in expansion of macro 'wait_event_timeout' 229 | if (!wait_event_timeout(data->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_write': /kisskb/src/drivers/thunderbolt/usb4.c:1583:29: note: byref variable will be forcibly initialized 1583 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_read': /kisskb/src/drivers/thunderbolt/usb4.c:1706:29: note: byref variable will be forcibly initialized 1706 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/iio/adc/adi-axi-adc.c:14: /kisskb/src/drivers/iio/adc/adi-axi-adc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/staging/greybus/fw-management.c: In function 'fw_mgmt_interface_fw_version_operation': /kisskb/src/drivers/staging/greybus/fw-management.c:108:57: note: byref variable will be forcibly initialized 108 | struct gb_fw_mgmt_interface_fw_version_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c: In function 'fw_mgmt_backend_fw_version_operation': /kisskb/src/drivers/staging/greybus/fw-management.c:247:55: note: byref variable will be forcibly initialized 247 | struct gb_fw_mgmt_backend_fw_version_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c:246:54: note: byref variable will be forcibly initialized 246 | struct gb_fw_mgmt_backend_fw_version_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c: In function 'fw_mgmt_load_and_validate_operation': /kisskb/src/drivers/staging/greybus/fw-management.c:142:56: note: byref variable will be forcibly initialized 142 | struct gb_fw_mgmt_load_and_validate_fw_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c: In function 'fw_mgmt_backend_fw_update_operation': /kisskb/src/drivers/staging/greybus/fw-management.c:301:53: note: byref variable will be forcibly initialized 301 | struct gb_fw_mgmt_backend_fw_update_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c: In function 'fw_mgmt_ioctl': /kisskb/src/drivers/staging/greybus/fw-management.c:413:46: note: byref variable will be forcibly initialized 413 | struct fw_mgmt_ioc_backend_fw_update backend_update; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c:412:51: note: byref variable will be forcibly initialized 412 | struct fw_mgmt_ioc_intf_load_and_validate intf_load; | ^~~~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c:411:48: note: byref variable will be forcibly initialized 411 | struct fw_mgmt_ioc_get_backend_version backend_fw_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/fw-management.c:410:45: note: byref variable will be forcibly initialized 410 | struct fw_mgmt_ioc_get_intf_version intf_fw_info; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/staging/pi433/rf69.c:17: /kisskb/src/drivers/staging/pi433/rf69.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_read_fifo': /kisskb/src/drivers/staging/pi433/rf69.c:855:29: note: byref variable will be forcibly initialized 855 | struct spi_transfer transfer; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c: In function 'gv100_fault_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c:130:32: note: byref variable will be forcibly initialized 130 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c: In function 'gv100_fault_buffer_process': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c:51:40: note: byref variable will be forcibly initialized 51 | struct nvkm_fault_data 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/delay.h:23, from /kisskb/src/drivers/iio/adc/cpcap-adc.c:11: /kisskb/src/drivers/iio/adc/cpcap-adc.c: In function 'cpcap_adc_start_bank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/cpcap-adc.c:640:25: note: in expansion of macro 'wait_event_interruptible_timeout' 640 | error = wait_event_interruptible_timeout(ddata->wq_data_avail, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/cpcap-adc.c: In function 'cpcap_adc_read': /kisskb/src/drivers/iio/adc/cpcap-adc.c:869:34: note: byref variable will be forcibly initialized 869 | struct cpcap_adc_request req; | ^~~ /kisskb/src/drivers/staging/greybus/authentication.c: In function 'cap_get_endpoint_uid': /kisskb/src/drivers/staging/greybus/authentication.c:87:49: note: byref variable will be forcibly initialized 87 | struct gb_cap_get_endpoint_uid_response response; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_active': /kisskb/src/drivers/thunderbolt/nvm.c:59:29: note: byref variable will be forcibly initialized 59 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_non_active': /kisskb/src/drivers/thunderbolt/nvm.c:124:29: note: byref variable will be forcibly initialized 124 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/staging/greybus/spilib.c: In function 'gb_spi_get_master_config': /kisskb/src/drivers/staging/greybus/spilib.c:417:46: note: byref variable will be forcibly initialized 417 | struct gb_spi_master_config_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/spilib.c: In function 'gb_spi_setup_device': /kisskb/src/drivers/staging/greybus/spilib.c:445:46: note: byref variable will be forcibly initialized 445 | struct gb_spi_device_config_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/spilib.c:444:45: note: byref variable will be forcibly initialized 444 | struct gb_spi_device_config_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/authentication.c: In function 'cap_ioctl': /kisskb/src/drivers/staging/greybus/authentication.c:206:41: note: byref variable will be forcibly initialized 206 | struct cap_ioc_get_endpoint_uid endpoint_uid; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c: In function 'nvkm_fb_bios_memtype': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:66:30: note: byref variable will be forcibly initialized 66 | struct nvbios_M0203E M0203E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c: In function 'tu102_fault_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c:90:32: note: byref variable will be forcibly initialized 90 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_port_find_retimer': /kisskb/src/drivers/thunderbolt/retimer.c:427:34: note: byref variable will be forcibly initialized 427 | struct tb_retimer_lookup lookup = { .port = port, .index = index }; | ^~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:323, 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/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/iio/adc/ina2xx-adc.c:23: /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_capture_thread': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:33: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:27: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~~ In file included from /kisskb/src/drivers/iio/adc/ltc2496.c:13: /kisskb/src/drivers/iio/adc/ltc2496.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/max1027.c:18: /kisskb/src/drivers/iio/adc/max1027.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/max1118.c:22: /kisskb/src/drivers/iio/adc/max1118.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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:19: note: byref variable will be forcibly initialized 127 | LIST_HEAD(block_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'port_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:311:27: note: byref variable will be forcibly initialized 311 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'switch_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:441:27: note: byref variable will be forcibly initialized 441 | struct tb_cap_any header; | ^~~~~~ 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:28: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/drivers/staging/greybus/hid.c: In function 'gb_hid_get_report': /kisskb/src/drivers/staging/greybus/hid.c:77:42: note: byref variable will be forcibly initialized 77 | struct gb_hid_get_report_request request; | ^~~~~~~ In file included from /kisskb/src/drivers/iio/adc/max1241.c:13: /kisskb/src/drivers/iio/adc/max1241.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/dac/ad3552r.c: In function 'ad3552r_reset': /kisskb/src/drivers/iio/dac/ad3552r.c:657:30: note: byref variable will be forcibly initialized 657 | struct reg_addr_pool addr; | ^~~~ In file included from /kisskb/src/drivers/iio/adc/mcp3911.c:16: /kisskb/src/drivers/iio/adc/mcp3911.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad5360.c:13: /kisskb/src/drivers/iio/dac/ad5360.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ 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:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_all': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:419:9: note: in expansion of macro 'wait_event' 419 | wait_event(gb->wq_completion, | ^~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_to_send': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:828:9: note: in expansion of macro 'wait_event_interruptible' 828 | wait_event_interruptible(gb->wq_completion, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_fn': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:852:25: note: in expansion of macro 'wait_event_interruptible' 852 | wait_event_interruptible(gb->wq, gb->type || | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/iio/dac/ad5421.c:14: /kisskb/src/drivers/iio/dac/ad5421.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/gyro/adis16080.c:11: /kisskb/src/drivers/iio/gyro/adis16080.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ti-adc0832.c:12: /kisskb/src/drivers/iio/adc/ti-adc0832.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/frequency/adf4350.c:12: /kisskb/src/drivers/iio/frequency/adf4350.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/common/st_sensors/st_sensors_spi.c:15: /kisskb/src/drivers/iio/common/st_sensors/st_sensors_spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/chemical/bme680_spi.c:10: /kisskb/src/drivers/iio/chemical/bme680_spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad5064.c:16: /kisskb/src/drivers/iio/dac/ad5064.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ti-adc12138.c:15: /kisskb/src/drivers/iio/adc/ti-adc12138.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/staging/greybus/i2c.c: In function 'gb_i2c_device_setup': /kisskb/src/drivers/staging/greybus/i2c.c:43:46: note: byref variable will be forcibly initialized 43 | struct gb_i2c_functionality_response response; | ^~~~~~~~ In file included from /kisskb/src/drivers/iio/gyro/adis16130.c:10: /kisskb/src/drivers/iio/gyro/adis16130.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_count_operation': /kisskb/src/drivers/staging/greybus/pwm.c:30:38: note: byref variable will be forcibly initialized 30 | struct gb_pwm_count_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_disable_operation': /kisskb/src/drivers/staging/greybus/pwm.c:172:39: note: byref variable will be forcibly initialized 172 | struct gb_pwm_disable_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_enable_operation': /kisskb/src/drivers/staging/greybus/pwm.c:147:38: note: byref variable will be forcibly initialized 147 | struct gb_pwm_enable_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_set_polarity_operation': /kisskb/src/drivers/staging/greybus/pwm.c:121:40: note: byref variable will be forcibly initialized 121 | struct gb_pwm_polarity_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_config_operation': /kisskb/src/drivers/staging/greybus/pwm.c:94:38: note: byref variable will be forcibly initialized 94 | struct gb_pwm_config_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_deactivate_operation': /kisskb/src/drivers/staging/greybus/pwm.c:69:42: note: byref variable will be forcibly initialized 69 | struct gb_pwm_deactivate_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/pwm.c: In function 'gb_pwm_activate_operation': /kisskb/src/drivers/staging/greybus/pwm.c:44:40: note: byref variable will be forcibly initialized 44 | struct gb_pwm_activate_request request; | ^~~~~~~ In file included from /kisskb/src/drivers/iio/dac/ad5504.c:12: /kisskb/src/drivers/iio/dac/ad5504.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ti-adc128s052.c:14: /kisskb/src/drivers/iio/adc/ti-adc128s052.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/chemical/ams-iaq-core.c: In function 'ams_iaqcore_read_measurement': /kisskb/src/drivers/iio/chemical/ams-iaq-core.c:64:24: note: byref variable will be forcibly initialized 64 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad5766.c:16: /kisskb/src/drivers/iio/dac/ad5766.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad5446.c:15: /kisskb/src/drivers/iio/dac/ad5446.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ti-adc161s626.c:17: /kisskb/src/drivers/iio/adc/ti-adc161s626.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad5449.c:14: /kisskb/src/drivers/iio/dac/ad5449.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/adc/ti-ads8344.c:15: /kisskb/src/drivers/iio/adc/ti-ads8344.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_trigger_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:400:11: note: byref variable will be forcibly initialized 400 | } scan; | ^~~~ /kisskb/src/drivers/iio/adc/ti_am335x_adc.c: In function 'tiadc_request_dma': /kisskb/src/drivers/iio/adc/ti_am335x_adc.c:534:33: note: byref variable will be forcibly initialized 534 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/drivers/iio/adc/ti-tlc4541.c:30: /kisskb/src/drivers/iio/adc/ti-tlc4541.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:11: note: byref variable will be forcibly initialized 598 | } scan; | ^~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_uart_flush': /kisskb/src/drivers/staging/greybus/uart.c:333:45: note: byref variable will be forcibly initialized 333 | struct gb_uart_serial_flush_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'send_control': /kisskb/src/drivers/staging/greybus/uart.c:290:55: note: byref variable will be forcibly initialized 290 | struct gb_uart_set_control_line_state_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'send_break': /kisskb/src/drivers/staging/greybus/uart.c:300:42: note: byref variable will be forcibly initialized 300 | struct gb_uart_set_break_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_tty_set_termios': /kisskb/src/drivers/staging/greybus/uart.c:485:48: note: byref variable will be forcibly initialized 485 | struct gb_uart_set_line_coding_request newline; | ^~~~~~~ /kisskb/src/drivers/iio/adc/twl4030-madc.c: In function 'twl4030_madc_read': /kisskb/src/drivers/iio/adc/twl4030-madc.c:179:37: note: byref variable will be forcibly initialized 179 | struct twl4030_madc_request req; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad7293.c:17: /kisskb/src/drivers/iio/dac/ad7293.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/dac/ad8801.c:11: /kisskb/src/drivers/iio/dac/ad8801.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_trigger_handler': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:56:11: note: byref variable will be forcibly initialized 56 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_trigger_handler': /kisskb/src/drivers/iio/chemical/scd4x.c:599:11: note: byref variable will be forcibly initialized 599 | } scan; | ^~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_xyz': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:432:38: note: byref variable will be forcibly initialized 432 | struct bmc150_magn_trim_regs tregs; | ^~~~~ In file included from /kisskb/src/drivers/iio/dac/ltc2632.c:10: /kisskb/src/drivers/iio/dac/ltc2632.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/chemical/sunrise_co2.c: In function 'sunrise_regmap_read': /kisskb/src/drivers/iio/chemical/sunrise_co2.c:54:30: note: byref variable will be forcibly initialized 54 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/iio/chemical/sunrise_co2.c: In function 'sunrise_regmap_write': /kisskb/src/drivers/iio/chemical/sunrise_co2.c:91:30: note: byref variable will be forcibly initialized 91 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:112:11: note: byref variable will be forcibly initialized 112 | } scan; | ^~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_probe': /kisskb/src/drivers/iio/dac/mcp4725.c:376:46: note: byref variable will be forcibly initialized 376 | struct mcp4725_platform_data *pdata, pdata_dt; | ^~~~~~~~ In file included from /kisskb/src/drivers/iio/resolver/ad2s90.c:10: /kisskb/src/drivers/iio/resolver/ad2s90.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/drivers/iio/potentiometer/max5481.c:15: /kisskb/src/drivers/iio/potentiometer/max5481.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /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:41: 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:41: 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:41: note: byref variable will be forcibly initialized 329 | 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_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:153:41: 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_gyro.c: In function 'inv_icm42600_gyro_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:768:41: note: byref variable will be forcibly initialized 768 | struct inv_icm42600_gyro_buffer buffer; | ^~~~~~ /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:41: 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:41: 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:41: 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:41: 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:42: note: byref variable will be forcibly initialized 756 | struct inv_icm42600_accel_buffer buffer; | ^~~~~~ In file included from /kisskb/src/drivers/iio/dac/mcp4922.c:13: /kisskb/src/drivers/iio/dac/mcp4922.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_req_data': /kisskb/src/drivers/iio/light/as73211.c:229:30: note: byref variable will be forcibly initialized 229 | union i2c_smbus_data smbus_data; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_trigger_handler': /kisskb/src/drivers/iio/light/as73211.c:570:11: note: byref variable will be forcibly initialized 570 | } scan; | ^~~~ In file included from /kisskb/src/drivers/iio/imu/adis16480.c:15: /kisskb/src/drivers/iio/imu/adis16480.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ In file included from /kisskb/src/include/linux/iio/iio.h:13, from /kisskb/src/drivers/iio/temperature/ltc2983.c:12: /kisskb/src/drivers/iio/temperature/ltc2983.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/iio/temperature/ltc2983.c: In function 'ltc2983_parse_dt': /kisskb/src/drivers/iio/temperature/ltc2983.c:1290:39: note: byref variable will be forcibly initialized 1290 | struct ltc2983_sensor sensor; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:299:27: note: byref variable will be forcibly initialized 299 | struct timespec64 tp; | ^~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c: In function 'nv40_ram_prog': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:165:17: note: in expansion of macro 'nvkm_msec' 165 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:28: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:156:17: note: in expansion of macro 'nvbios_init' 156 | nvbios_init(subdev, nvbios_rd16(bios, M.offset + 0x00)); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:24: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:105:17: note: in expansion of macro 'nvkm_msec' 105 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:99:17: note: in expansion of macro 'nvkm_msec' 99 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:73:26: note: byref variable will be forcibly initialized 73 | struct bit_entry M; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c: In function 'nv40_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:39:27: note: byref variable will be forcibly initialized 39 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:158:32: note: byref variable will be forcibly initialized 158 | struct of_phandle_args iiospec; | ^~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90614.c: In function 'mlx90614_write_word': /kisskb/src/drivers/iio/temperature/mlx90614.c:106:30: note: byref variable will be forcibly initialized 106 | union i2c_smbus_data data; | ^~~~ /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:41: note: byref variable will be forcibly initialized 379 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_device': /kisskb/src/drivers/iio/proximity/sx9310.c:1330:35: note: byref variable will be forcibly initialized 1330 | struct sx9310_reg_default tmp; | ^~~ /kisskb/src/drivers/iio/imu/adis.c: In function '__adis_write_reg': /kisskb/src/drivers/iio/imu/adis.c:38:28: note: byref variable will be forcibly initialized 38 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/imu/adis.c: In function '__adis_read_reg': /kisskb/src/drivers/iio/imu/adis.c:137:28: note: byref variable will be forcibly initialized 137 | struct spi_message 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/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:31: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:26: note: in expansion of macro 'kfifo_put' 82 | copied = kfifo_put(&ev_int->det_events, ev); | ^~~~~~~~~ In file included from /kisskb/src/drivers/iio/imu/adis_buffer.c:13: /kisskb/src/drivers/iio/imu/adis_buffer.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1224:28: note: byref variable will be forcibly initialized 1224 | struct spi_message msg; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function '__iio_update_buffers': /kisskb/src/drivers/iio/industrialio-buffer.c:1194:34: note: byref variable will be forcibly initialized 1194 | struct iio_device_config new_config; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_ram_gpio': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:469:30: note: byref variable will be forcibly initialized 469 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_link_train': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:164:30: note: byref variable will be forcibly initialized 164 | struct nvbios_M0205T M0205T = { 0 }; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:500:31: note: byref variable will be forcibly initialized 500 | struct gt215_clk_info mclk; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_link_train_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:283:30: note: byref variable will be forcibly initialized 283 | struct nvbios_M0205E M0205E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c: In function 'nv50_ram_gpio': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:194:30: note: byref variable will be forcibly initialized 194 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c: In function 'nv50_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:225:27: note: byref variable will be forcibly initialized 225 | struct nvbios_pll mpll; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:224:29: note: byref variable will be forcibly initialized 224 | struct nvbios_perfE perfE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c: In function 'gf100_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:27: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:19: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:11: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:135:30: note: byref variable will be forcibly initialized 135 | struct nvbios_ramcfg cfg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_train_type': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1277:30: note: byref variable will be forcibly initialized 1277 | struct nvbios_M0209E M0209E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1276:30: note: byref variable will be forcibly initialized 1276 | struct nvbios_M0205S M0205S; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1275:30: note: byref variable will be forcibly initialized 1275 | struct nvbios_M0205E M0205E; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1427:25: note: in expansion of macro 'nvbios_init' 1427 | nvbios_init(subdev, nvbios_rd32(bios, data)); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1527:30: note: byref variable will be forcibly initialized 1527 | struct dcb_gpio_func gpio; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c: In function 'gp100_ram_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:62:33: note: in expansion of macro 'nvbios_init' 62 | nvbios_init(subdev, nvbios_rd32(bios, data)); | ^~~~~~~~~~~ /kisskb/src/drivers/iio/pressure/ms5611_core.c: In function 'ms5611_trigger_handler': /kisskb/src/drivers/iio/pressure/ms5611_core.c:218:11: note: byref variable will be forcibly initialized 218 | } scan; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/iio/light/opt3001.c:12: /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_get_lux': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/opt3001.c:276:23: note: in expansion of macro 'wait_event_timeout' 276 | ret = wait_event_timeout(opt->result_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:156:43: note: byref variable will be forcibly initialized 156 | struct nvkm_gpio_ntfy_rep rep = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:83:30: note: byref variable will be forcibly initialized 83 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:99:30: note: byref variable will be forcibly initialized 99 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:196:30: note: byref variable will be forcibly initialized 196 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:149:50: note: byref variable will be forcibly initialized 149 | struct nvkm_i2c_ntfy_rep rep = { | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fill_sample_buffer': /kisskb/src/drivers/iio/pressure/zpa2326.c:586:13: note: byref variable will be forcibly initialized 586 | } sample; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:285:27: note: byref variable will be forcibly initialized 285 | struct dcb_output dcbE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:284:30: note: byref variable will be forcibly initialized 284 | struct dcb_i2c_entry ccbE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nvkm_iccsense_create_sensor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:155:35: note: byref variable will be forcibly initialized 155 | struct nvbios_extdev_func extdev; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nvkm_iccsense_oneinit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:229:50: note: byref variable will be forcibly initialized 229 | struct nvbios_power_budget_entry entry; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:221:32: note: byref variable will be forcibly initialized 221 | struct nvbios_iccsense stbl; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:220:36: note: byref variable will be forcibly initialized 220 | struct nvbios_power_budget budget; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c: In function 'gm107_ltc_cbc_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:46:25: note: in expansion of macro 'nvkm_wait_msec' 46 | nvkm_wait_msec(device, 2000, addr, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_cbc_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:47:25: note: in expansion of macro 'nvkm_msec' 47 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_invalidate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:132:17: note: in expansion of macro 'nvkm_wait_msec' 132 | taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:145:17: note: in expansion of macro 'nvkm_wait_msec' 145 | taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c: In function 'nv44_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:190:9: note: in expansion of macro 'nvkm_msec' 190 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: In function 'nv50_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:216:21: note: in expansion of macro 'nvkm_msec' 216 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c: In function 'nv41_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c:87:9: note: in expansion of macro 'nvkm_msec' 87 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c: In function 'tu102_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c:43:9: note: in expansion of macro 'nvkm_msec' 43 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_iter': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:508:30: note: byref variable will be forcibly initialized 508 | struct nvkm_vmm_iter it; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_pfn_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:1288:45: note: byref variable will be forcibly initialized 1288 | struct nvkm_vmm_map args; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c: In function 'gf100_vmm_invalidate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:220:9: note: in expansion of macro 'nvkm_msec' 220 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:198:9: note: in expansion of macro 'nvkm_msec' 198 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c: In function 'nvkm_agp_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c:109:30: note: byref variable will be forcibly initialized 109 | struct agp_kern_info info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: In function 'mxm_match_tmds_partner': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:40:26: note: byref variable will be forcibly initialized 40 | struct mxms_odev desc; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: In function 'nvkm_pmu_reset': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:110:9: note: in expansion of macro 'nvkm_msec' 110 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: In function 'nvkm_pmu_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:136:17: note: in expansion of macro 'nvkm_msec' 136 | nvkm_msec(device, 2000, | ^~~~~~~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c: In function 'gt215_pmu_send': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:77:17: note: in expansion of macro 'wait_event' 77 | wait_event(pmu->recv.wait, (pmu->recv.process == 0)); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:27: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:40:13: note: in expansion of macro 'nvkm_msec' 40 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c: In function 'gt215_pmu_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:232:13: note: in expansion of macro 'nvkm_msec' 232 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:223:13: note: in expansion of macro 'nvkm_msec' 223 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c: In function 'gk20a_pmu_dvfs_work': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c:119:42: note: byref variable will be forcibly initialized 119 | struct gk20a_pmu_dvfs_dev_status status; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c: In function 'gk104_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c:93:9: note: in expansion of macro 'nvkm_msec' 93 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_acr_bld_write': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:103:36: note: byref variable will be forcibly initialized 103 | const struct loader_config hdr = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:78:30: note: byref variable will be forcibly initialized 78 | struct loader_config hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_initmsg': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:172:32: note: byref variable will be forcibly initialized 172 | struct nv_pmu_init_msg msg; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c: In function 'gf100_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c:93:9: note: in expansion of macro 'nvkm_msec' 93 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c: In function 'magic_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c:39:9: note: in expansion of macro 'nvkm_msec' 39 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c:23: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c: In function 'gk20a_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c:61:9: note: in expansion of macro 'nvkm_msec' 61 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c: In function 'gk110_pmu_pgob': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c:70:17: note: in expansion of macro 'nvkm_msec' 70 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c: In function 'nvkm_therm_ic_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c:89:35: note: byref variable will be forcibly initialized 89 | struct nvbios_extdev_func extdev_entry; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c: In function 'nvkm_therm_fan_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:229:30: note: byref variable will be forcibly initialized 229 | struct dcb_gpio_func func; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c: In function 'nvkm_timer_alarm_trigger': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c:73:19: note: byref variable will be forcibly initialized 73 | LIST_HEAD(exec); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_parse_bios': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:190:28: note: byref variable will be forcibly initialized 190 | struct nvbios_volt info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:189:34: note: byref variable will be forcibly initialized 189 | struct nvbios_volt_entry ivid; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_map_min': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:85:34: note: byref variable will be forcibly initialized 85 | struct nvbios_vmap_entry info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:107:34: note: byref variable will be forcibly initialized 107 | struct nvbios_vmap_entry info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:295:36: note: byref variable will be forcibly initialized 295 | struct nvbios_vmap vmap; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c: In function 'nvkm_voltgpio_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c:76:30: note: byref variable will be forcibly initialized 76 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c: In function 'gk104_volt_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:103:28: note: byref variable will be forcibly initialized 103 | struct nvbios_volt bios; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:102:30: note: byref variable will be forcibly initialized 102 | struct dcb_gpio_func gpio; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c: In function 'nvkm_falcon_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:178:25: note: in expansion of macro 'nvkm_msec' 178 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:173:25: note: in expansion of macro 'nvkm_msec' 173 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c: In function 'nvkm_disp_oneinit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:280:27: note: byref variable will be forcibly initialized 280 | struct dcb_output dcbE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:279:29: note: byref variable will be forcibly initialized 279 | struct nvbios_connE connE; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:34: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_super_ied_on': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:244:9: note: in expansion of macro 'nvbios_init' 244 | nvbios_init(subdev, data, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:204:28: note: byref variable will be forcibly initialized 204 | struct nvbios_outp iedt; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:203:28: note: byref variable will be forcibly initialized 203 | struct nvbios_ocfg iedtrs; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:34: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_super_ied_off': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:269:9: note: in expansion of macro 'nvbios_init' 269 | nvbios_init(&head->disp->engine.subdev, iedt.script[id], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:256:28: note: byref variable will be forcibly initialized 256 | struct nvbios_outp iedt; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:37: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:741:21: note: in expansion of macro 'nvkm_msec' 741 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:338:21: note: in expansion of macro 'nvkm_msec' 338 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c: In function 'tu102_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c:42:21: note: in expansion of macro 'nvkm_msec' 42 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c: In function 'gf119_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c:225:21: note: in expansion of macro 'nvkm_msec' 225 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c: In function 'nv50_pior_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c:51:9: note: in expansion of macro 'nvkm_msec' 51 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c: In function 'g84_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c: In function 'gt215_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c:34:9: note: in expansion of macro 'nvkm_msec' 34 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c: In function 'gt215_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c: In function 'nv50_dac_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c:59:9: note: in expansion of macro 'nvkm_msec' 59 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c: In function 'ga102_sor_dp_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c:58:9: note: in expansion of macro 'nvkm_msec' 58 | nvkm_msec(device, 40, NVKM_DELAY); | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_dp_power': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:107:9: note: in expansion of macro 'nvkm_msec' 107 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_war_3': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:202:17: note: in expansion of macro 'nvkm_msec' 202 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:197:17: note: in expansion of macro 'nvkm_msec' 197 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_war_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:236:9: note: in expansion of macro 'nvkm_usec' 236 | nvkm_usec(device, 400, NVKM_DELAY); | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c: In function 'gf119_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c:53:9: note: in expansion of macro 'nvkm_msec' 53 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c: In function 'nv50_sor_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:40:9: note: in expansion of macro 'nvkm_msec' 40 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c: In function 'nv50_sor_power': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:60:9: note: in expansion of macro 'nvkm_msec' 60 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c: In function 'gv100_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c:51:9: note: in expansion of macro 'nvkm_msec' 51 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:432:17: note: in expansion of macro 'nvbios_init' 432 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[0], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:423:17: note: in expansion of macro 'nvbios_init' 423 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[3], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:417:17: note: in expansion of macro 'nvbios_init' 417 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[2], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:813:60: note: byref variable will be forcibly initialized 813 | &(struct nvkm_i2c_ntfy_req) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_drive': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:102:29: note: byref variable will be forcibly initialized 102 | struct nvbios_dpcfg ocfg; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:101:29: note: byref variable will be forcibly initialized 101 | struct nvbios_dpout info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:329:17: note: in expansion of macro 'nvbios_init' 329 | nvbios_init(subdev, lnkcmp, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:310:17: note: in expansion of macro 'nvbios_init' 310 | nvbios_init(&dp->outp.disp->engine.subdev, lnkcmp, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c: In function 'tu102_sor_dp_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c:56:9: note: in expansion of macro 'nvkm_msec' 56 | nvkm_msec(device, 40, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c: In function 'gk104_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c: In function 'gv100_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c:35:38: note: byref variable will be forcibly initialized 35 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c:34:38: note: byref variable will be forcibly initialized 34 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c: In function 'gf119_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c:35:38: note: byref variable will be forcibly initialized 35 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c: In function 'nvkm_conn_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:109:75: note: byref variable will be forcibly initialized 109 | true, &(struct nvkm_gpio_ntfy_req) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:83:30: note: byref variable will be forcibly initialized 83 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c: In function 'nvkm_conn_hpd': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:39:40: note: byref variable will be forcibly initialized 39 | struct nvif_notify_conn_rep_v0 rep; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c: In function 'gf119_disp_dmac_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:49:13: note: in expansion of macro 'nvkm_msec' 49 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c: In function 'gf119_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:77:13: note: in expansion of macro 'nvkm_msec' 77 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_uevent_send': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:128:11: note: byref variable will be forcibly initialized 128 | } rep; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c: In function 'gp102_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c:45:13: note: in expansion of macro 'nvkm_msec' 45 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c: In function 'nv50_disp_dmac_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:90:13: note: in expansion of macro 'nvkm_msec' 90 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c: In function 'nv50_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:118:13: note: in expansion of macro 'nvkm_msec' 118 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c: In function 'gv100_disp_dmac_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c:32:9: note: in expansion of macro 'nvkm_msec' 32 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c: In function 'nv50_disp_core_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:175:13: note: in expansion of macro 'nvkm_msec' 175 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c: In function 'nv50_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:207:13: note: in expansion of macro 'nvkm_msec' 207 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c: In function 'gf119_disp_core_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:178:13: note: in expansion of macro 'nvkm_msec' 178 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c: In function 'gf119_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:204:13: note: in expansion of macro 'nvkm_msec' 204 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c: In function 'gp102_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c: In function 'gv100_disp_core_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c:141:9: note: in expansion of macro 'nvkm_msec' 141 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c: In function 'nv50_disp_pioc_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:39:13: note: in expansion of macro 'nvkm_msec' 39 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c: In function 'nv50_disp_pioc_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:68:13: note: in expansion of macro 'nvkm_msec' 68 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:58:13: note: in expansion of macro 'nvkm_msec' 58 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c: In function 'gf119_disp_pioc_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:39:13: note: in expansion of macro 'nvkm_msec' 39 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c: In function 'gf119_disp_pioc_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:59:13: note: in expansion of macro 'nvkm_msec' 59 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c: In function 'gv100_disp_curs_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c:31:9: note: in expansion of macro 'nvkm_msec' 31 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c: In function 'gp100_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c:63:32: note: byref variable will be forcibly initialized 63 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c: In function 'gm107_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c:79:32: note: byref variable will be forcibly initialized 79 | struct nvkm_fault_data info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c: In function 'nv04_fifo_pause': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:70:9: note: in expansion of macro 'nvkm_msec' 70 | nvkm_msec(device, 2000, | ^~~~~~~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_runlist_commit': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:85:13: note: in expansion of macro 'wait_event_timeout' 85 | if (wait_event_timeout(fifo->runlist.wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:380:32: note: byref variable will be forcibly initialized 380 | struct nvkm_fault_data info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_runlist_commit': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:159:13: note: in expansion of macro 'nvkm_msec' 159 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_recover_chan': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:401:49: note: byref variable will be forcibly initialized 401 | struct gk104_fifo_engine_status status; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_recover_engn': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:462:17: note: in expansion of macro 'nvkm_msec' 462 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:417:41: note: byref variable will be forcibly initialized 417 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_intr_sched_ctxsw': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:604:49: note: byref variable will be forcibly initialized 604 | struct gk104_fifo_engine_status status; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c: In function 'ga102_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c:94:9: note: in expansion of macro 'nvkm_msec' 94 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_recover_chan': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:230:49: note: byref variable will be forcibly initialized 230 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_recover_engn': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:246:41: note: byref variable will be forcibly initialized 246 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: In function 'nvkm_fifo_chan_child_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:158:36: note: byref variable will be forcibly initialized 158 | struct nvkm_oclass cclass = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:185:61: note: byref variable will be forcibly initialized 185 | ret = oclass->base.ctor(&(const struct nvkm_oclass) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c: In function 'nv50_fifo_chan_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:85:13: note: in expansion of macro 'nvkm_msec' 85 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c: In function 'g84_fifo_chan_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:88:16: note: in expansion of macro 'nvkm_msec' 88 | done = nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c: In function 'gf100_fifo_gpfifo_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:90:13: note: in expansion of macro 'nvkm_msec' 90 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c: In function 'gk104_fifo_gpfifo_kick_locked': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:51:13: note: in expansion of macro 'nvkm_msec' 51 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c: In function 'nv04_gr_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1220:13: note: in expansion of macro 'nvkm_msec' 1220 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:10: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:44:17: note: in expansion of macro 'nvkm_msec' 44 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:251:17: note: in expansion of macro 'nvkm_msec' 251 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:243:17: note: in expansion of macro 'nvkm_msec' 243 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c: In function 'nv40_gr_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:109:29: note: in expansion of macro 'nvkm_msec' 109 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c: In function 'g84_gr_tlb_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:168:9: note: in expansion of macro 'nvkm_msec' 168 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c: In function 'gm200_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c:49:37: note: byref variable will be forcibly initialized 49 | struct flcn_bl_dmem_desc_v1 hdr; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_wait_mem_scrubbing': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:204:13: note: in expansion of macro 'nvkm_msec' 204 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:196:13: note: in expansion of macro 'nvkm_msec' 196 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_aiv_to_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:91:26: note: byref variable will be forcibly initialized 91 | struct nvkm_blob blob; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_av_to_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:41:26: note: byref variable will be forcibly initialized 41 | struct nvkm_blob blob; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_av_to_method': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:134:26: note: byref variable will be forcibly initialized 134 | struct nvkm_blob blob; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:35: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:905:9: note: in expansion of macro 'nvkm_msec' 905 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_zcull_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:889:9: note: in expansion of macro 'nvkm_msec' 889 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_pm_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:873:9: note: in expansion of macro 'nvkm_msec' 873 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_ctrl_ctxsw': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:733:9: note: in expansion of macro 'nvkm_msec' 733 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_init_ctxctl_ext': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1731:13: note: in expansion of macro 'nvkm_msec' 1731 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_bind_pointer': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:782:9: note: in expansion of macro 'nvkm_msec' 782 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_icmd': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1063:25: note: in expansion of macro 'nvkm_msec' 1063 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_init_ctxctl_int': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1817:13: note: in expansion of macro 'nvkm_msec' 1817 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c: In function 'gm107_gr_init_bios': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:349:30: note: byref variable will be forcibly initialized 349 | struct nvbios_P0260X infoX; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:348:30: note: byref variable will be forcibly initialized 348 | struct nvbios_P0260E infoE; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c: In function 'gm107_gr_init_bios_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:325:41: note: in expansion of macro 'nvbios_init' 325 | nvbios_init(subdev, data); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:314:26: note: byref variable will be forcibly initialized 314 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c: In function 'gm20b_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c:36:34: note: byref variable will be forcibly initialized 36 | struct flcn_bl_dmem_desc hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c: In function 'gp108_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c:31:37: note: byref variable will be forcibly initialized 31 | struct flcn_bl_dmem_desc_v2 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c: In function 'nv40_grctx_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c:674:27: note: byref variable will be forcibly initialized 674 | struct nvkm_grctx ctx = { | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c: In function 'gf100_grctx_generate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1550:13: note: in expansion of macro 'nvkm_msec' 1550 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1537:17: note: in expansion of macro 'nvkm_msec' 1537 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1463:9: note: in expansion of macro 'nvkm_usec' 1463 | nvkm_usec(device, 10, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1461:9: note: in expansion of macro 'nvkm_usec' 1461 | nvkm_usec(device, 10, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1451:9: note: in expansion of macro 'nvkm_msec' 1451 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1445:28: note: byref variable will be forcibly initialized 1445 | struct gf100_grctx info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.c: In function 'nv50_grctx_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.c:269:27: note: byref variable will be forcibly initialized 269 | struct nvkm_grctx ctx = { | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c: In function 'nv31_mpeg_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:244:13: note: in expansion of macro 'nvkm_msec' 244 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c: In function 'nv50_mpeg_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:108:13: note: in expansion of macro 'nvkm_msec' 108 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_initmsg': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:135:33: note: byref variable will be forcibly initialized 135 | struct nv_sec2_init_msg msg; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_flcn_bind_context': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:224:9: note: in expansion of macro 'nvkm_msec' 224 | nvkm_msec(device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:213:9: note: in expansion of macro 'nvkm_msec' 213 | nvkm_msec(device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_acr_bld_patch_1': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:274:37: note: byref variable will be forcibly initialized 274 | struct flcn_bl_dmem_desc_v2 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:90:33: note: byref variable will be forcibly initialized 90 | struct loader_config_v1 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c: In function 'nv50_sw_chan_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c:118:74: note: byref variable will be forcibly initialized 118 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c: In function 'nouveau_debugfs_pstate_get': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c:90:52: note: byref variable will be forcibly initialized 90 | struct nvif_control_pstate_attr_v0 attr = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c: In function 'gf100_sw_chan_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c:125:74: note: byref variable will be forcibly initialized 125 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_led.c: In function 'nouveau_led_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_led.c:82:30: note: byref variable will be forcibly initialized 82 | struct dcb_gpio_func logo_led; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c: In function 'nouveau_ttm_io_mem_reserve': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:1126:27: note: byref variable will be forcibly initialized 1126 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c: In function 'nouveau_mem_map': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:42:11: note: byref variable will be forcibly initialized 42 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c: In function 'nouveau_mem_vram': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:147:64: note: byref variable will be forcibly initialized 147 | &(struct nv50_mem_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:139:65: note: byref variable will be forcibly initialized 139 | &(struct gf100_mem_v0) { | ^ In file included from /kisskb/src/include/drm/drm_device.h:4, from /kisskb/src/include/drm/drm_gem_ttm_helper.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'validate_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:427:19: note: byref variable will be forcibly initialized 427 | LIST_HEAD(both_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:426:19: note: byref variable will be forcibly initialized 426 | LIST_HEAD(vram_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:425:19: note: byref variable will be forcibly initialized 425 | LIST_HEAD(gart_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_ioctl_pushbuf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:731:28: note: byref variable will be forcibly initialized 731 | struct validate_op op; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_errorf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:509:26: note: byref variable will be forcibly initialized 509 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_debugf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:523:26: note: byref variable will be forcibly initialized 523 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_cli_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:245:55: note: byref variable will be forcibly initialized 245 | &(struct nv_device_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_accel_gr_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:405:60: note: byref variable will be forcibly initialized 405 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c: In function 'nouveau_vma_del': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c:67:41: note: byref variable will be forcibly initialized 67 | struct nvif_vma tmp = { .addr = vma->addr, .size = 1 }; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c: In function 'nouveau_vma_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c:82:25: note: byref variable will be forcibly initialized 82 | struct nvif_vma tmp; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nv50_edp_get_brightness': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:155:40: note: byref variable will be forcibly initialized 155 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nv50_edp_set_brightness': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:199:40: note: byref variable will be forcibly initialized 199 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nouveau_connector_get_modes': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:958:41: note: byref variable will be forcibly initialized 958 | struct drm_display_mode mode; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nouveau_connector_create': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1433:66: note: byref variable will be forcibly initialized 1433 | &(struct nvif_notify_conn_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1255:40: note: byref variable will be forcibly initialized 1255 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_hpd_work': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:472:40: note: byref variable will be forcibly initialized 472 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:566:40: note: byref variable will be forcibly initialized 566 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_fini': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:598:40: note: byref variable will be forcibly initialized 598 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_fp_mode_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:352:32: note: byref variable will be forcibly initialized 352 | struct lvdstableheader lth; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'nouveau_bios_parse_lvds_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:526:32: note: byref variable will be forcibly initialized 526 | struct lvdstableheader lth; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_bit_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1006:26: note: byref variable will be forcibly initialized 1006 | struct bit_entry bitentry; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_bit_structure': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1030:51: note: in expansion of macro 'BIT_TABLE' 1030 | parse_bit_table(bios, bitoffset, &BIT_TABLE('A', A)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1037:43: note: in expansion of macro 'BIT_TABLE' 1037 | parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1036:43: note: in expansion of macro 'BIT_TABLE' 1036 | parse_bit_table(bios, bitoffset, &BIT_TABLE('L', lvds)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1035:43: note: in expansion of macro 'BIT_TABLE' 1035 | parse_bit_table(bios, bitoffset, &BIT_TABLE('M', M)); /* memory? */ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1032:49: note: in expansion of macro 'BIT_TABLE' 1032 | ret = parse_bit_table(bios, bitoffset, &BIT_TABLE('I', init)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1031:43: note: in expansion of macro 'BIT_TABLE' 1031 | parse_bit_table(bios, bitoffset, &BIT_TABLE('D', display)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1026:49: note: in expansion of macro 'BIT_TABLE' 1026 | ret = parse_bit_table(bios, bitoffset, &BIT_TABLE('i', i)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c: In function 'nv04_update_arb': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c:199:29: note: byref variable will be forcibly initialized 199 | struct nv_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c:198:29: note: byref variable will be forcibly initialized 198 | struct nv_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c: In function 'nouveau_fbcon_zfill': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c:293:28: note: byref variable will be forcibly initialized 293 | struct fb_fillrect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv_crtc_calc_state_ext': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:127:27: note: byref variable will be forcibly initialized 127 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_flip_complete': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1088:37: note: byref variable will be forcibly initialized 1088 | struct nv04_page_flip_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_crtc_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1357:66: note: byref variable will be forcibly initialized 1357 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/disp.c: In function 'nv04_encoder_get_connector': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/disp.c:43:40: note: byref variable will be forcibly initialized 43 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:33: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c: In function 'nouveau_crtc_connector_get': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.h:179:40: note: byref variable will be forcibly initialized 179 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c: In function 'nv04_tmds_slave_init': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:636:74: note: byref variable will be forcibly initialized 636 | .platform_data = &(struct sil164_encoder_params) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:53: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_kick': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:143:25: note: in expansion of macro 'nvif_msec' 143 | nvif_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_wind': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:177:21: note: in expansion of macro 'nvif_msec' 177 | if (nvif_msec(dmac->base.device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:209:13: note: in expansion of macro 'nvif_msec' 209 | if (nvif_msec(dmac->base.device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_msto_atomic_enable': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1104:40: note: byref variable will be forcibly initialized 1104 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_hdmi_enable': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:841:30: note: byref variable will be forcibly initialized 841 | union hdmi_infoframe vendor_frame; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:840:30: note: byref variable will be forcibly initialized 840 | union hdmi_infoframe avi_frame; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:297:52: note: byref variable will be forcibly initialized 297 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:285:52: note: byref variable will be forcibly initialized 285 | &(struct nv_dma_v0) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:39: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c: In function 'sample_load_twice': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:95:21: note: in expansion of macro 'nvif_msec' 95 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:89:21: note: in expansion of macro 'nvif_msec' 89 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:83:21: note: in expansion of macro 'nvif_msec' 83 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:29: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nv_load_state_ext': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:754:25: note: in expansion of macro 'nvif_msec' 754 | nvif_msec(&drm->client.device, 650, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:750:25: note: in expansion of macro 'nvif_msec' 750 | nvif_msec(&drm->client.device, 650, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_get_pllvals': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:171:27: note: byref variable will be forcibly initialized 171 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_fix_bad_vpll': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:265:30: note: byref variable will be forcibly initialized 265 | struct nvkm_pll_vals pv; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:264:27: note: byref variable will be forcibly initialized 264 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_get_clock': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:218:30: note: byref variable will be forcibly initialized 218 | struct nvkm_pll_vals pllvals; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c:26: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c: In function 'core907d_caps_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c:47:16: note: in expansion of macro 'nvif_msec' 47 | time = nvif_msec(core->chan.base.device, 2000ULL, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c: In function 'core507d_ntfy_wait_done': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:65:20: note: in expansion of macro 'nvif_msec' 65 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c: In function 'nv50_head_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:629:66: note: byref variable will be forcibly initialized 629 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c: In function 'core507d_caps_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:118:16: note: in expansion of macro 'nvif_msec' 118 | time = nvif_msec(core->chan.base.device, 2000ULL, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c: In function 'corec37d_ntfy_wait_done': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c:85:20: note: in expansion of macro 'nvif_msec' 85 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:10: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_wait_ctx_finished': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:226:15: note: in expansion of macro 'nvif_msec' 226 | ret = nvif_msec(&drm->client.device, 50, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_ctx_init': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:496:52: note: byref variable will be forcibly initialized 496 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_set_source': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:525:40: note: byref variable will be forcibly initialized 525 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c: In function 'base507c_ntfy_wait_begun': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:152:20: note: in expansion of macro 'nvif_msec' 152 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c: In function 'base507c_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:334:65: note: byref variable will be forcibly initialized 334 | &(struct nvif_notify_uevent_req) {}, | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c: In function 'nv50_wndw_prepare_fb': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:539:30: note: byref variable will be forcibly initialized 539 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c: In function 'ovly507e_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:175:65: note: byref variable will be forcibly initialized 175 | &(struct nvif_notify_uevent_req) {}, | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c: In function 'curs507a_space': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c:37:9: note: in expansion of macro 'nvif_msec' 37 | nvif_msec(&nouveau_drm(wndw->plane.dev)->client.device, 100, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:28: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c: In function 'ovly827e_ntfy_wait_begun': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:72:20: note: in expansion of macro 'nvif_msec' 72 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c: In function 'nouveau_abi16': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c:48:45: note: byref variable will be forcibly initialized 48 | struct nv_device_v0 args = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c: In function 'nouveau_channel_ind': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:270:11: note: byref variable will be forcibly initialized 270 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c: In function 'nouveau_channel_dma': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:351:36: note: byref variable will be forcibly initialized 351 | struct nv03_channel_dma_v0 args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nv50_fence.c: In function 'nv50_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nv50_fence.c:56:52: note: byref variable will be forcibly initialized 56 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nv17_fence.c: In function 'nv17_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nv17_fence.c:97:52: note: byref variable will be forcibly initialized 97 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:201:65: note: byref variable will be forcibly initialized 201 | &(struct nvif_notify_uevent_req) { }, | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_sync': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:359:38: note: byref variable will be forcibly initialized 359 | struct dma_resv_iter cursor; | ^~~~~~ Completed OK # rm -rf /kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc11 # Build took: 0:05:04.000194