Buildresult: powerpc-next-rand/powerpc-randconfig+ppc64le/powerpc-gcc9 built on Mar 9 2022, 00:54
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 9 2022, 00:54
Duration:
0:02:40.296634
Builder:
ka3
Revision:
powerpc/64: Force inlining of prevent_user_access() and set_kuap() (
792993919349fefba20f58ae4843c80e8b01f518)
Target:
powerpc-next-rand/powerpc-randconfig+ppc64le/powerpc-gcc9
Branch:
powerpc-next-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig+ppc64le
(
download
)
Log:
Download original
Possible warnings (4)
.config:4206:warning: override: reassigning to symbol PPC64 .config:4210:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4211:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4214:warning: override: reassigning to symbol UBSAN
Full Log
# git rev-parse -q --verify 792993919349fefba20f58ae4843c80e8b01f518^{commit} 792993919349fefba20f58ae4843c80e8b01f518 already have revision, skipping fetch # git checkout -q -f -B kisskb 792993919349fefba20f58ae4843c80e8b01f518 # git clean -qxdf # < git log -1 # commit 792993919349fefba20f58ae4843c80e8b01f518 # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Fri Feb 11 15:16:51 2022 +0100 # # powerpc/64: Force inlining of prevent_user_access() and set_kuap() # # A ppc64_defconfig build exhibits about 10 copied of # prevent_user_access(). It also have one copy of set_kuap(). # # c000000000017340 <.prevent_user_access.constprop.0>: # c00000000001a038: 4b ff d3 09 bl c000000000017340 <.prevent_user_access.constprop.0> # c00000000001aabc: 4b ff c8 85 bl c000000000017340 <.prevent_user_access.constprop.0> # c00000000001ab38: 4b ff c8 09 bl c000000000017340 <.prevent_user_access.constprop.0> # c00000000001ade0: 4b ff c5 61 bl c000000000017340 <.prevent_user_access.constprop.0> # c000000000039b90 <.prevent_user_access.constprop.0>: # c00000000003ac08: 4b ff ef 89 bl c000000000039b90 <.prevent_user_access.constprop.0> # c00000000003b9d0: 4b ff e1 c1 bl c000000000039b90 <.prevent_user_access.constprop.0> # c00000000003ba54: 4b ff e1 3d bl c000000000039b90 <.prevent_user_access.constprop.0> # c00000000003bbfc: 4b ff df 95 bl c000000000039b90 <.prevent_user_access.constprop.0> # c00000000015dde0 <.prevent_user_access.constprop.0>: # c0000000001612c0: 4b ff cb 21 bl c00000000015dde0 <.prevent_user_access.constprop.0> # c000000000161b54: 4b ff c2 8d bl c00000000015dde0 <.prevent_user_access.constprop.0> # c000000000188cf0 <.prevent_user_access.constprop.0>: # c00000000018d658: 4b ff b6 99 bl c000000000188cf0 <.prevent_user_access.constprop.0> # c00000000030fe20 <.prevent_user_access.constprop.0>: # c0000000003123d4: 4b ff da 4d bl c00000000030fe20 <.prevent_user_access.constprop.0> # c000000000313970: 4b ff c4 b1 bl c00000000030fe20 <.prevent_user_access.constprop.0> # c0000000005e6bd0 <.prevent_user_access.constprop.0>: # c0000000005e7d8c: 4b ff ee 45 bl c0000000005e6bd0 <.prevent_user_access.constprop.0> # c0000000007bcae0 <.prevent_user_access.constprop.0>: # c0000000007bda10: 4b ff f0 d1 bl c0000000007bcae0 <.prevent_user_access.constprop.0> # c0000000007bda54: 4b ff f0 8d bl c0000000007bcae0 <.prevent_user_access.constprop.0> # c0000000007bdd28: 4b ff ed b9 bl c0000000007bcae0 <.prevent_user_access.constprop.0> # c0000000007c0390: 4b ff c7 51 bl c0000000007bcae0 <.prevent_user_access.constprop.0> # c00000000094e4f0 <.prevent_user_access.constprop.0>: # c000000000950e40: 4b ff d6 b1 bl c00000000094e4f0 <.prevent_user_access.constprop.0> # c00000000097d2d0 <.prevent_user_access.constprop.0>: # c0000000009813fc: 4b ff be d5 bl c00000000097d2d0 <.prevent_user_access.constprop.0> # c000000000acd540 <.prevent_user_access.constprop.0>: # c000000000ad1d60: 4b ff b7 e1 bl c000000000acd540 <.prevent_user_access.constprop.0> # c000000000e5d680 <.prevent_user_access.constprop.0>: # c000000000e64b60: 4b ff 8b 21 bl c000000000e5d680 <.prevent_user_access.constprop.0> # c000000000e64b6c: 4b ff 8b 15 bl c000000000e5d680 <.prevent_user_access.constprop.0> # c000000000e64c38: 4b ff 8a 49 bl c000000000e5d680 <.prevent_user_access.constprop.0> # # When building signal_64.c with -Winline the following messages appear: # # ./arch/powerpc/include/asm/book3s/64/kup.h:331:20: error: inlining failed in call to 'set_kuap': call is unlikely and code size would grow [-Werror=inline] # ./arch/powerpc/include/asm/book3s/64/kup.h:401:20: error: inlining failed in call to 'prevent_user_access.constprop': call is unlikely and code size would grow [-Werror=inline] # # Those functions are used on hot pathes and have been # expected to be inlined at all time. # # Force them inline. # # This patch reduces the kernel text size by 700 bytes, confirming # that not inlining those functions is not worth it. # # Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/eff9b2b211957fa2e8707e46f31674097fd563a3.1644588972.git.christophe.leroy@csgroup.eu # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 792993919349fefba20f58ae4843c80e8b01f518 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4206:warning: override: reassigning to symbol PPC64 .config:4210:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4211:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4214:warning: override: reassigning to symbol UBSAN # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function 'patch_alt_instruction': /kisskb/src/arch/powerpc/lib/feature-fixups.c:50:13: note: byref variable will be forcibly initialized 50 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/mm/mmap.c: In function 'radix__arch_get_unmapped_area': /kisskb/src/arch/powerpc/mm/mmap.c:99:31: 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:31: note: byref variable will be forcibly initialized 143 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:223:16: 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:16: note: byref variable will be forcibly initialized 221 | struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c: In function 'u3msi_setup_msi_irqs': /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:119:17: note: byref variable will be forcibly initialized 119 | struct msi_msg msg; | ^~~ /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'mpic_alloc': /kisskb/src/arch/powerpc/sysdev/mpic.c:1253:20: note: byref variable will be forcibly initialized 1253 | struct resource r; | ^ /kisskb/src/arch/powerpc/mm/pgtable.c: In function '__find_linux_pte': /kisskb/src/arch/powerpc/mm/pgtable.c:364:8: note: byref variable will be forcibly initialized 364 | pmd_t pmd, *pmdp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:363:8: note: byref variable will be forcibly initialized 363 | pud_t pud, *pudp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:362:8: note: byref variable will be forcibly initialized 362 | p4d_t p4d, *p4dp; | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'arch_ptrace': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:101:28: note: byref variable will be forcibly initialized 101 | struct ppc_hw_breakpoint bp_info; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:90:25: note: byref variable will be forcibly initialized 90 | struct ppc_debug_info dbginfo; | ^~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_init_ipis': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1155:30: note: byref variable will be forcibly initialized 1155 | struct xive_ipi_alloc_info info = { node }; | ^~~~ In file included from /kisskb/src/arch/powerpc/sysdev/rtc_cmos_setup.c:12: /kisskb/src/arch/powerpc/sysdev/rtc_cmos_setup.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_init': /kisskb/src/arch/powerpc/sysdev/xive/native.c:560:18: note: byref variable will be forcibly initialized 560 | struct resource r; | ^ /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c: In function 'icp_native_init_one_node': /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c:297:19: note: byref variable will be forcibly initialized 297 | struct resource r; | ^ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pseries_lpar_resize_hpt': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1639:26: note: byref variable will be forcibly initialized 1639 | struct hpt_resize_state state = { | ^~~~~ /kisskb/src/arch/powerpc/kernel/prom_init.c: In function 'call_prom_ret': /kisskb/src/arch/powerpc/kernel/prom_init.c:419:19: 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:19: note: byref variable will be forcibly initialized 394 | struct prom_args args; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_init': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:810:18: note: byref variable will be forcibly initialized 810 | struct resource r; | ^ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'opal_machine_check': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:676:29: note: byref variable will be forcibly initialized 676 | struct machine_check_event evt; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:149:2: note: in expansion of macro 'wait_event' 149 | wait_event(opal_async_wait, opal_async_tokens[token].state | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response_interruptible': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:201:8: note: in expansion of macro 'wait_event_interruptible' 201 | ret = wait_event_interruptible(opal_async_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_system_reset': /kisskb/src/arch/powerpc/kernel/irq.c:498:17: 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:17: note: byref variable will be forcibly initialized 108 | struct pt_regs regs; | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/kernel/locking/rwsem.c:410:19: note: byref variable will be forcibly initialized 410 | struct list_head wlist; | ^~~~~ 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:16: note: byref variable will be forcibly initialized 937 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:22: 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:16: note: byref variable will be forcibly initialized 1172 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:16: note: byref variable will be forcibly initialized 1193 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:16: note: byref variable will be forcibly initialized 1056 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:22: note: byref variable will be forcibly initialized 1055 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:211:26: note: byref variable will be forcibly initialized 211 | struct semaphore_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:570:22: note: byref variable will be forcibly initialized 570 | struct mutex_waiter waiter; | ^~~~~~ 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:16: note: byref variable will be forcibly initialized 890 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/align.c: In function 'fix_alignment': /kisskb/src/arch/powerpc/kernel/align.c:304:24: note: byref variable will be forcibly initialized 304 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/kernel/align.c:303:13: note: byref variable will be forcibly initialized 303 | ppc_inst_t instr; | ^~~~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:14: /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'opal_time_init': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'opal_get_boot_time': /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:35:18: note: byref variable will be forcibly initialized 35 | struct rtc_time tm; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pseries_setup_security_mitigations': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:569:27: note: byref variable will be forcibly initialized 569 | struct h_cpu_char_result result; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pSeries_coalesce_init': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:898:27: note: byref variable will be forcibly initialized 898 | struct hvcall_mpp_x_data mpp_x_data; | ^~~~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:2: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'add_to_rb': /kisskb/src/kernel/printk/printk.c:1035:23: note: byref variable will be forcibly initialized 1035 | struct printk_record dest_r; | ^~~~~~ /kisskb/src/kernel/printk/printk.c:1034:28: note: byref variable will be forcibly initialized 1034 | struct prb_reserved_entry e; | ^ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_poll': /kisskb/src/kernel/printk/printk.c:815:21: note: byref variable will be forcibly initialized 815 | struct printk_info info; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:736:9: note: in expansion of macro 'wait_event_interruptible' 736 | ret = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1503:9: note: in expansion of macro 'wait_event_interruptible' 1503 | len = wait_event_interruptible(log_wait, prb_read_valid(prb, seq, NULL)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1482:23: note: byref variable will be forcibly initialized 1482 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1481:21: note: byref variable will be forcibly initialized 1481 | struct printk_info info; | ^~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:378:21: note: byref variable will be forcibly initialized 378 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1444:21: note: byref variable will be forcibly initialized 1444 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print_all': /kisskb/src/kernel/printk/printk.c:1575:23: note: byref variable will be forcibly initialized 1575 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1574:21: note: byref variable will be forcibly initialized 1574 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2106:23: note: byref variable will be forcibly initialized 2106 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2104:28: note: byref variable will be forcibly initialized 2104 | struct prb_reserved_entry e; | ^ /kisskb/src/kernel/printk/printk.c: In function 'setup_log_buf': /kisskb/src/kernel/printk/printk.c:1064:23: note: byref variable will be forcibly initialized 1064 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1063:21: note: byref variable will be forcibly initialized 1063 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/kernel/printk/printk.c:1634:21: note: byref variable will be forcibly initialized 1634 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2609:23: note: byref variable will be forcibly initialized 2609 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2608:21: note: byref variable will be forcibly initialized 2608 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3467:23: note: byref variable will be forcibly initialized 3467 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3465:21: note: byref variable will be forcibly initialized 3465 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3524:23: note: byref variable will be forcibly initialized 3524 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3523:21: note: byref variable will be forcibly initialized 3523 | struct printk_info info; | ^~~~ 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/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/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/power/suspend.c:17: /kisskb/src/kernel/power/suspend.c: In function 's2idle_enter': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c:104:2: note: in expansion of macro 'swait_event_exclusive' 104 | swait_event_exclusive(s2idle_wait_head, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:11: note: byref variable will be forcibly initialized 127 | XA_STATE(xas, &mapping->i_pages, folio->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:276:11: note: byref variable will be forcibly initialized 276 | XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:502:17: note: byref variable will be forcibly initialized 502 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/mm/filemap.c:1245:25: note: byref variable will be forcibly initialized 1245 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1149:21: note: byref variable will be forcibly initialized 1149 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1147:23: note: byref variable will be forcibly initialized 1147 | struct wait_page_key key; | ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1876:11: note: byref variable will be forcibly initialized 1876 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2376:11: note: byref variable will be forcibly initialized 2376 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/powerpc/kernel/signal_64.c: In function '__do_sys_swapcontext': /kisskb/src/arch/powerpc/kernel/signal_64.c:652:11: note: byref variable will be forcibly initialized 652 | sigset_t set; | ^~~ 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:12: note: byref variable will be forcibly initialized 597 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:11: note: byref variable will be forcibly initialized 740 | sigset_t set; | ^~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:544:22: note: byref variable will be forcibly initialized 544 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:543:30: note: byref variable will be forcibly initialized 543 | 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:649:3: note: in expansion of macro 'wait_event_freezable' 649 | 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:776:8: note: in expansion of macro 'wait_event_interruptible_timeout' 776 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawrite': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized 410 | struct writeback_control wbc = { | ^~~ /kisskb/src/mm/filemap.c: In function 'filemap_fdatawrite': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized /kisskb/src/mm/filemap.c: In function 'filemap_fdatawrite_range': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized /kisskb/src/mm/filemap.c: In function 'filemap_flush': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:470:11: note: byref variable will be forcibly initialized 470 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:629:11: note: byref variable will be forcibly initialized 629 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_write_and_wait_range': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized 410 | struct writeback_control wbc = { | ^~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:673:3: 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:3: note: in expansion of macro 'wait_event_idle' 512 | wait_event_idle(rtp->cbs_wq, (needgpcb = rcu_tasks_need_gpcb(rtp))); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'file_write_and_wait_range': /kisskb/src/mm/filemap.c:410:27: note: byref variable will be forcibly initialized In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'show_stalled_task_trace': /kisskb/src/kernel/rcu/tasks.h:1389:27: note: byref variable will be forcibly initialized 1389 | struct trc_stall_chk_rdr trc_rdr; | ^~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:808:11: note: byref variable will be forcibly initialized 808 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:734:2: note: in expansion of macro '___wait_event' 734 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:766:11: 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:9: 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:12: note: byref variable will be forcibly initialized 1466 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_add_folio': /kisskb/src/mm/filemap.c:843:11: note: byref variable will be forcibly initialized 843 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'migration_entry_wait_on_locked': /kisskb/src/mm/filemap.c:1402:25: note: byref variable will be forcibly initialized 1402 | 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/mm/filemap.c:2561:19: note: byref variable will be forcibly initialized 2561 | DEFINE_READAHEAD(ractl, file, &file->f_ra, mapping, folio->index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1020:27: note: in definition of macro 'DEFINE_READAHEAD' 1020 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/include/linux/pagemap.h:1055:19: note: byref variable will be forcibly initialized 1055 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1020:27: note: in definition of macro 'DEFINE_READAHEAD' 1020 | struct readahead_control ractl = { \ | ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3327:11: note: byref variable will be forcibly initialized 3327 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1792:11: note: byref variable will be forcibly initialized 1792 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_prev_miss': /kisskb/src/mm/filemap.c:1828:11: note: byref variable will be forcibly initialized 1828 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2079:11: note: byref variable will be forcibly initialized 2079 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_lock_entries': /kisskb/src/mm/filemap.c:2116:11: note: byref variable will be forcibly initialized 2116 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2183:11: note: byref variable will be forcibly initialized 2183 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2240:11: note: byref variable will be forcibly initialized 2240 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2303:11: note: byref variable will be forcibly initialized 2303 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2649:21: note: byref variable will be forcibly initialized 2649 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2887:11: note: byref variable will be forcibly initialized 2887 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'enable_ddw': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1224:29: note: byref variable will be forcibly initialized 1224 | struct ddw_create_response create; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1223:28: note: byref variable will be forcibly initialized 1223 | struct ddw_query_response query; | ^~~~~ 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:1078:19: note: byref variable will be forcibly initialized 1078 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1020:27: note: in definition of macro 'DEFINE_READAHEAD' 1020 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/include/linux/pagemap.h:1055:19: note: byref variable will be forcibly initialized 1055 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1020:27: note: in definition of macro 'DEFINE_READAHEAD' 1020 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:343:29: note: byref variable will be forcibly initialized 343 | struct fsverity_enable_arg arg; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_stats': /kisskb/src/kernel/locking/lockdep.c:267:26: note: byref variable will be forcibly initialized 267 | struct lock_class_stats stats; | ^~~~~ In file included from /kisskb/src/mm/fadvise.c:15: /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/internal.h:91:19: note: byref variable will be forcibly initialized 91 | DEFINE_READAHEAD(ractl, file, &file->f_ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1020:27: note: in definition of macro 'DEFINE_READAHEAD' 1020 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1256:23: note: byref variable will be forcibly initialized 1256 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7805:21: note: byref variable will be forcibly initialized 7805 | struct sched_param lp = { .sched_priority = 0 }; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:3: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5108:24: note: byref variable will be forcibly initialized 5108 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4162:18: note: byref variable will be forcibly initialized 4162 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3645:18: note: byref variable will be forcibly initialized 3645 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/sched.h:1856, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:169:19: note: byref variable will be forcibly initialized 169 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4493:18: note: byref variable will be forcibly initialized 4493 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3217:18: note: byref variable will be forcibly initialized 3217 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5150:18: note: byref variable will be forcibly initialized 5150 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8469:18: note: byref variable will be forcibly initialized 8469 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8515:20: note: byref variable will be forcibly initialized 8515 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8528:20: note: byref variable will be forcibly initialized 8528 | struct timespec64 t; | ^ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/kernel/sched/core.c:3667:18: note: byref variable will be forcibly initialized 3667 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3724:18: note: byref variable will be forcibly initialized 3724 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_stime': /kisskb/src/kernel/time/time.c:83:20: note: byref variable will be forcibly initialized 83 | struct timespec64 tv; | ^~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:8905:18: note: byref variable will be forcibly initialized 8905 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_stime32': /kisskb/src/kernel/time/time.c:121:20: note: byref variable will be forcibly initialized 121 | struct timespec64 tv; | ^~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2334:18: note: byref variable will be forcibly initialized 2334 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3803:18: note: byref variable will be forcibly initialized 3803 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:8812:18: note: byref variable will be forcibly initialized 8812 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6178:18: note: byref variable will be forcibly initialized 6178 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:18: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:20: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:21: note: byref variable will be forcibly initialized 288 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:21: note: byref variable will be forcibly initialized 320 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:24: note: byref variable will be forcibly initialized 351 | struct __kernel_timex txc; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8141:18: note: byref variable will be forcibly initialized 8141 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized 784 | struct __kernel_timespec kts; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/time/time.c: In function 'put_itimerspec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/time.c: In function 'get_old_itimerspec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function 'put_old_itimerspec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6771:18: note: byref variable will be forcibly initialized 6771 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6894:18: note: byref variable will be forcibly initialized 6894 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7242:18: note: byref variable will be forcibly initialized 7242 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5245:18: note: byref variable will be forcibly initialized 5245 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7618:21: note: byref variable will be forcibly initialized 7618 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7734:20: note: byref variable will be forcibly initialized 7734 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9029:18: note: byref variable will be forcibly initialized 9029 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9073:18: note: byref variable will be forcibly initialized 9073 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9209:18: note: byref variable will be forcibly initialized 9209 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:626:22: note: byref variable will be forcibly initialized 626 | struct task_cputime cputime; | ^~~~~~~ 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:697, from /kisskb/src/arch/powerpc/include/asm/io.h:29, from /kisskb/src/include/linux/clocksource.h:22, from /kisskb/src/include/linux/clockchips.h:14, from /kisskb/src/include/linux/tick.h:8, from /kisskb/src/include/linux/sched/isolation.h:6, from /kisskb/src/kernel/sched/sched.h:17, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2773:2: note: in expansion of macro 'wait_var_event' 2773 | 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:2881:18: note: byref variable will be forcibly initialized 2881 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2906:18: note: byref variable will be forcibly initialized 2906 | struct rq_flags rf; | ^~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1409:21: note: byref variable will be forcibly initialized 1409 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1844:23: note: byref variable will be forcibly initialized 1844 | struct process_timer timer; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:21: note: byref variable will be forcibly initialized 2059 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:25: 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:25: 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:20: 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:20: note: byref variable will be forcibly initialized 2142 | struct timespec64 tu; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_prepare_hash_state': /kisskb/src/fs/verity/hash_algs.c:164:22: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:21: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:25: note: byref variable will be forcibly initialized 2281 | struct hrtimer_sleeper t; | ^ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_page': /kisskb/src/fs/verity/hash_algs.c:238:22: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:21: note: byref variable will be forcibly initialized 237 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_buffer': /kisskb/src/fs/verity/hash_algs.c:286:22: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:21: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ /kisskb/src/kernel/cgroup/rstat.c: In function 'root_cgroup_cputime': /kisskb/src/kernel/cgroup/rstat.c:414:25: note: byref variable will be forcibly initialized 414 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_cputime_show': /kisskb/src/kernel/cgroup/rstat.c:440:22: note: byref variable will be forcibly initialized 440 | struct task_cputime cputime; | ^~~~~~~ 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:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:151:20: note: byref variable will be forcibly initialized 151 | struct timespec64 tmp; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:20: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:68:20: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_commit_dqblk': /kisskb/src/fs/quota/quota_v1.c:86:23: note: byref variable will be forcibly initialized 86 | struct v1_disk_dqblk dqblk; | ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_read_dqblk': /kisskb/src/fs/quota/quota_v1.c:59:23: note: byref variable will be forcibly initialized 59 | struct v1_disk_dqblk dqblk; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c: In function '__timekeeping_inject_sleeptime': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_write_file_info': /kisskb/src/fs/quota/quota_v1.c:189:23: note: byref variable will be forcibly initialized 189 | struct v1_disk_dqblk dqblk; | ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_read_file_info': /kisskb/src/fs/quota/quota_v1.c:162:23: note: byref variable will be forcibly initialized 162 | struct v1_disk_dqblk dqblk; | ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_check_quota_file': /kisskb/src/fs/quota/quota_v1.c:132:26: note: byref variable will be forcibly initialized 132 | struct v2_disk_dqheader dqhead; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'accumulate_nsecs_to_secs': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized 1194 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1404:21: note: byref variable will be forcibly initialized 1404 | struct timespec64 adjust; | ^~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1761:28: note: byref variable will be forcibly initialized 1761 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1761:20: note: byref variable will be forcibly initialized 1761 | struct timespec64 ts_new, ts_delta; | ^~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_suspend': /kisskb/src/include/linux/time64.h:68:20: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c:1613:31: note: byref variable will be forcibly initialized 1613 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1613:20: note: byref variable will be forcibly initialized 1613 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2403:21: note: byref variable will be forcibly initialized 2403 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2392:20: note: byref variable will be forcibly initialized 2392 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2390:24: note: byref variable will be forcibly initialized 2390 | struct audit_ntp_data ad; | ^~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:179:19: note: byref variable will be forcibly initialized 179 | struct kgdb_bkpt tmp; | ^~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:826:20: note: byref variable will be forcibly initialized 826 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:877:20: note: byref variable will be forcibly initialized 877 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:904:21: note: byref variable will be forcibly initialized 904 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1261:18: note: byref variable will be forcibly initialized 1261 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_make_reusable': /kisskb/src/kernel/printk/printk_ringbuffer.c:571:18: note: byref variable will be forcibly initialized 571 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:769:18: note: byref variable will be forcibly initialized 769 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1828:18: note: byref variable will be forcibly initialized 1828 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read': /kisskb/src/kernel/printk/printk_ringbuffer.c:1792:18: note: byref variable will be forcibly initialized 1792 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1959:23: note: byref variable will be forcibly initialized 1959 | struct printk_record r; | ^ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2127:11: note: byref variable will be forcibly initialized 2127 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2184:17: note: byref variable will be forcibly initialized 2184 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'do_writepages': /kisskb/src/mm/page-writeback.c:1378:32: note: byref variable will be forcibly initialized 1378 | struct dirty_throttle_control gdtc = { GDTC_INIT(wb) }; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, 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:2858:12: note: byref variable will be forcibly initialized 2858 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/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:20: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/ntp.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/ntp.c: In function 'sync_hw_clock': /kisskb/src/kernel/time/ntp.c:630:25: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~~~~ /kisskb/src/kernel/time/ntp.c:630:20: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~ 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 '__hardpps': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup2_parse_param': /kisskb/src/kernel/cgroup/cgroup.c:1882:25: note: byref variable will be forcibly initialized 1882 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__quota_error': /kisskb/src/fs/quota/dquot.c:141:20: note: byref variable will be forcibly initialized 141 | struct va_format vaf; | ^~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_writeback_dquots': /kisskb/src/fs/quota/dquot.c:624:19: note: byref variable will be forcibly initialized 624 | struct list_head dirty; | ^~~~~ 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/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'drop_dquot_ref': /kisskb/src/fs/quota/dquot.c:1092:12: note: byref variable will be forcibly initialized 1092 | LIST_HEAD(tofree_head); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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/fs/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'invalidate_dquots': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:558:4: note: in expansion of macro 'wait_event' 558 | wait_event(dquot_ref_wq, | ^~~~~~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_initialize': /kisskb/src/fs/quota/dquot.c:1444:13: note: byref variable will be forcibly initialized 1444 | kprojid_t projid; | ^~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'find_css_set': /kisskb/src/kernel/cgroup/cgroup.c:1205:19: note: byref variable will be forcibly initialized 1205 | struct list_head tmp_links; | ^~~~~~~~~ /kisskb/src/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:363:20: note: byref variable will be forcibly initialized 363 | struct idle_timer it; | ^~ 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:12: note: byref variable will be forcibly initialized 2600 | LIST_HEAD(preloaded); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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_setup_root': /kisskb/src/kernel/cgroup/cgroup.c:1988:12: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(tmp_links); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:16: note: byref variable will be forcibly initialized 3004 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:3004:4: note: in expansion of macro 'DEFINE_WAIT' 3004 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function '__cgroup_kill': /kisskb/src/kernel/cgroup/cgroup.c:3750:23: note: byref variable will be forcibly initialized 3750 | struct css_task_iter it; | ^~ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:25: note: byref variable will be forcibly initialized 63 | struct hrtimer *timer, tmp; | ^~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:550:4: 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:4: 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:4: note: byref variable will be forcibly initialized 414 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem': /kisskb/src/arch/powerpc/lib/sstep.c:414:4: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_load': /kisskb/src/arch/powerpc/lib/sstep.c:589:4: note: byref variable will be forcibly initialized 589 | } u; | ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:9: note: byref variable will be forcibly initialized 349 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:348:9: 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:9: note: byref variable will be forcibly initialized 384 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:383:9: 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:15: note: byref variable will be forcibly initialized 417 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_store': /kisskb/src/arch/powerpc/lib/sstep.c:639:4: note: byref variable will be forcibly initialized 639 | } u; | ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:562:9: note: byref variable will be forcibly initialized 562 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:561:9: note: byref variable will be forcibly initialized 561 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:9: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:9: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_step': /kisskb/src/arch/powerpc/lib/sstep.c:3575:24: note: byref variable will be forcibly initialized 3575 | struct instruction_op 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/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:178:12: note: byref variable will be forcibly initialized 178 | LIST_HEAD(page_pool); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/security/keys/key.c:18: /kisskb/src/security/keys/key.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized 191 | struct key_notification n = { | ^ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:31: note: byref variable will be forcibly initialized 1005 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:504:31: note: byref variable will be forcibly initialized 504 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:827:31: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1245:20: 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:25: note: byref variable will be forcibly initialized 915 | struct rcu_synchronize rcu; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:9: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:39: note: byref variable will be forcibly initialized 484 | struct keyring_read_iterator_context ctx; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:9: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:329:9: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ In file included from /kisskb/src/security/keys/keyring.c:22: /kisskb/src/security/keys/keyring.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized 191 | struct key_notification n = { | ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_write_file_info': /kisskb/src/fs/quota/quota_v2.c:193:24: note: byref variable will be forcibly initialized 193 | struct v2_disk_dqinfo dinfo; | ^~~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:17:19: note: byref variable will be forcibly initialized 17 | struct va_format vaf; | ^~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_check_quota_file': /kisskb/src/fs/quota/quota_v2.c:77:26: note: byref variable will be forcibly initialized 77 | struct v2_disk_dqheader dqhead; | ^~~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_read_file_info': /kisskb/src/fs/quota/quota_v2.c:93:26: note: byref variable will be forcibly initialized 93 | struct v2_disk_dqheader dqhead; | ^~~~~~ /kisskb/src/fs/quota/quota_v2.c:92:24: note: byref variable will be forcibly initialized 92 | struct v2_disk_dqinfo dinfo; | ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r1_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:275:34: note: byref variable will be forcibly initialized 275 | struct v2r1_disk_dqblk *d = dp, empty; | ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r0_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:222:34: note: byref variable will be forcibly initialized 222 | struct v2r0_disk_dqblk *d = dp, empty; | ^~~~~ 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/fs.h:15, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:233:30: note: byref variable will be forcibly initialized 233 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:258:29: note: byref variable will be forcibly initialized 258 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:25: note: byref variable will be forcibly initialized 29 | struct fsverity_digest arg; | ^~~ In file included from /kisskb/src/kernel/rcu/rcuscale.c:39: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_thread': /kisskb/src/kernel/rcu/rcuscale.c:650:24: note: byref variable will be forcibly initialized 650 | DEFINE_TORTURE_RANDOM(tr); | ^~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:739:2: note: in expansion of macro 'wait_event' 739 | wait_event(shutdown_wq, | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:612:2: note: in expansion of macro 'wait_event' 612 | wait_event(shutdown_wq, | ^~~~~~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:829:24: note: byref variable will be forcibly initialized 829 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:857:24: note: byref variable will be forcibly initialized 857 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': /kisskb/src/fs/proc/task_mmu.c:1245:29: note: byref variable will be forcibly initialized 1245 | struct clear_refs_private cp = { | ^~ /kisskb/src/fs/proc/task_mmu.c:1244:29: note: byref variable will be forcibly initialized 1244 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1597:21: note: byref variable will be forcibly initialized 1597 | struct pagemapread pm; | ^~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_user_instructions': /kisskb/src/arch/powerpc/kernel/process.c:1402:17: note: byref variable will be forcibly initialized 1402 | struct seq_buf s; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/rcu/refscale.c:14: /kisskb/src/kernel/rcu/refscale.c: In function 'main_func': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:688:3: note: in expansion of macro 'wait_event' 688 | wait_event(main_wq, | ^~~~~~~~~~ In file included from /kisskb/src/security/commoncap.c:5: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized 121 | kernel_cap_t dest; | ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized 129 | kernel_cap_t dest; | ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized 137 | kernel_cap_t dest; | ^~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'ref_scale_reader': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:535:2: note: in expansion of macro 'wait_event' 535 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'ref_scale_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:778:2: note: in expansion of macro 'wait_event' 778 | wait_event(shutdown_wq, shutdown_start); | ^~~~~~~~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:156:36: note: byref variable will be forcibly initialized 156 | struct fsverity_read_metadata_arg arg; | ^~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:655:25: 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:26: note: byref variable will be forcibly initialized 733 | struct cpu_vfs_cap_data vcaps; | ^~~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c: In function '_tlbiel_pid_multicast': /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c:465:20: 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:19: 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:25: note: byref variable will be forcibly initialized 681 | struct tlbiel_va_range t = { .start = start, .end = end, | ^ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:611:20: note: byref variable will be forcibly initialized 611 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:610:20: note: byref variable will be forcibly initialized 610 | struct rcu_cblist donecbs; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/rng.c: In function 'rng_create': /kisskb/src/arch/powerpc/platforms/powernv/rng.c:141:18: note: byref variable will be forcibly initialized 141 | struct resource res; | ^~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'pidlist_array_load': /kisskb/src/kernel/cgroup/cgroup-v1.c:332:23: note: byref variable will be forcibly initialized 332 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup_transfer_tasks': /kisskb/src/kernel/cgroup/cgroup-v1.c:98:23: 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:693:23: note: byref variable will be forcibly initialized 693 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_parse_param': /kisskb/src/kernel/cgroup/cgroup-v1.c:909:25: note: byref variable will be forcibly initialized 909 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:698:22: note: byref variable will be forcibly initialized 698 | struct load_weight lw; | ^~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/irqchip/irqchip.c:11: /kisskb/src/drivers/irqchip/irqchip.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/irqchip/irqchip.c: In function 'platform_irqchip_probe': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/panic.c: In function 'warn_slowpath_fmt': /kisskb/src/kernel/panic.c:606:19: note: byref variable will be forcibly initialized 606 | struct warn_args args; | ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2683:20: note: byref variable will be forcibly initialized 2683 | struct clone_args args; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11180:18: note: byref variable will be forcibly initialized 11180 | struct rq_flags rf; | ^~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_mntget': /kisskb/src/fs/devpts/inode.c:170:14: note: byref variable will be forcibly initialized 170 | struct path path; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_acquire': /kisskb/src/fs/devpts/inode.c:202:14: note: byref variable will be forcibly initialized 202 | struct path path; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9058:32: note: byref variable will be forcibly initialized 9058 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9058:21: note: byref variable will be forcibly initialized 9058 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8241:18: note: byref variable will be forcibly initialized 8241 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/fair.c:8025:18: note: byref variable will be forcibly initialized 8025 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10185:17: note: byref variable will be forcibly initialized 10185 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10150:18: note: byref variable will be forcibly initialized 10150 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8041:18: note: byref variable will be forcibly initialized 8041 | struct rq_flags rf; | ^~ 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:498:12: note: byref variable will be forcibly initialized 498 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1910:30: note: byref variable will be forcibly initialized 1910 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2517:20: note: byref variable will be forcibly initialized 2517 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2818:27: note: byref variable will be forcibly initialized 2818 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9213:21: note: byref variable will be forcibly initialized 9213 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3149:19: note: byref variable will be forcibly initialized 3149 | struct ctl_table t; | ^ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9842:18: note: byref variable will be forcibly initialized 9842 | struct rq_flags rf; | ^~ 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:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:905:12: note: byref variable will be forcibly initialized 905 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_hugetlbpage.c: In function 'radix__hugetlb_get_unmapped_area': /kisskb/src/arch/powerpc/mm/book3s64/radix_hugetlbpage.c:59:31: note: byref variable will be forcibly initialized 59 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_do_freeze': /kisskb/src/kernel/cgroup/freezer.c:179:23: note: byref variable will be forcibly initialized 179 | struct css_task_iter it; | ^~ 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:697, from /kisskb/src/arch/powerpc/include/asm/io.h:29, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/kernel/softirq.c:13: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:888:2: note: in expansion of macro 'wait_var_event' 888 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:869:3: note: in expansion of macro 'wait_var_event' 869 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4780: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:264:27: note: byref variable will be forcibly initialized 264 | struct rcu_stall_chk_rdr rscr; | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4783: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_one_boost_kthread': /kisskb/src/kernel/rcu/tree_plugin.h:1172:21: note: byref variable will be forcibly initialized 1172 | struct sched_param sp; | ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_kthread_setup': /kisskb/src/kernel/rcu/tree_plugin.h:1000:21: note: byref variable will be forcibly initialized 1000 | struct sched_param sp; | ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:2: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:11: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1963:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1963 | (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:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:472:6: note: in expansion of macro 'swait_event_timeout_exclusive' 472 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:612:16: note: byref variable will be forcibly initialized 612 | struct iattr iattr = { | ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/kernel/rcu/tree.c:4445:21: note: byref variable will be forcibly initialized 4445 | struct sched_param sp; | ^~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:476:2: note: in expansion of macro 'wait_event' 476 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ 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/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' 313 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:1511:15: note: byref variable will be forcibly initialized 1511 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1511:3: note: in expansion of macro 'DEFINE_WAIT' 1511 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ 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:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:8: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:2: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2120:4: note: in expansion of macro 'swait_event_idle_exclusive' 2120 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:856:2: note: in expansion of macro 'wait_event' 856 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4781: /kisskb/src/kernel/rcu/tree_exp.h:819:22: note: byref variable will be forcibly initialized 819 | struct rcu_exp_work rew; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'fwnmi_release_errinfo': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:473:19: 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:29: note: byref variable will be forcibly initialized 842 | struct machine_check_event evt; | ^~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1046:18: note: byref variable will be forcibly initialized 1046 | struct rq_flags rf; | ^~ In file included from /kisskb/src/security/keys/keyctl.c:25: /kisskb/src/security/keys/keyctl.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized 191 | struct key_notification n = { | ^ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:20: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/read_helper.c:177:18: note: byref variable will be forcibly initialized 177 | struct iov_iter iter; | ^~~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2494:18: note: byref variable will be forcibly initialized 2494 | struct rq_flags rf; | ^~ 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/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unlock': /kisskb/src/fs/netfs/read_helper.c:378:11: note: byref variable will be forcibly initialized 378 | XA_STATE(xas, &rreq->mapping->i_pages, start_page); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/sched/deadline.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1352:18: note: byref variable will be forcibly initialized 1352 | struct rq_flags rf; | ^~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/read_helper.c:249:12: note: byref variable will be forcibly initialized 249 | XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:19: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:16: note: byref variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:18: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/read_helper.c:298:18: note: byref variable will be forcibly initialized 298 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/read_helper.c:152:18: note: byref variable will be forcibly initialized 152 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/netfs/read_helper.c:10: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readpage': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:992:3: note: in expansion of macro 'wait_var_event' 992 | wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); | ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_write_begin': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:1168:3: note: in expansion of macro 'wait_var_event' 1168 | wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/cache.c:11: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:368:2: note: in expansion of macro 'wait_var_event' 368 | wait_var_event(&cache->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/exit.c: In function 'coredump_task_exit': /kisskb/src/kernel/exit.c:359:22: note: byref variable will be forcibly initialized 359 | struct core_thread self; | ^~~~ 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:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:671:12: note: byref variable will be forcibly initialized 671 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1560:19: note: byref variable will be forcibly initialized 1560 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1626:16: note: byref variable will be forcibly initialized 1626 | struct rusage r; | ^ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:25: note: byref variable will be forcibly initialized 202 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v1_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:222:19: note: byref variable will be forcibly initialized 222 | struct drmem_lmb lmb; | ^~~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1659:19: note: byref variable will be forcibly initialized 1659 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1718:16: note: byref variable will be forcibly initialized 1718 | struct rusage r; | ^ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:257:19: note: byref variable will be forcibly initialized 257 | struct drmem_lmb lmb; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c:256:27: note: byref variable will be forcibly initialized 256 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'init_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:445:27: note: byref variable will be forcibly initialized 445 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:404:18: note: byref variable will be forcibly initialized 404 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:482:18: note: byref variable will be forcibly initialized 482 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:609:30: note: byref variable will be forcibly initialized 609 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:609:18: note: byref variable will be forcibly initialized 609 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:684:18: note: byref variable will be forcibly initialized 684 | struct resource new = *old; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:740:29: note: byref variable will be forcibly initialized 740 | struct resource_constraint constraint; | ^~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1617:23: note: byref variable will be forcibly initialized 1617 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function 'fscache_begin_operation': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: 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:11: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:125:10: note: in expansion of macro 'wait_var_event_timeout' 125 | timeo = wait_var_event_timeout(&cookie->state, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/cookie.c:14: /kisskb/src/fs/fscache/cookie.c: In function 'fscache_wait_on_collision': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:385:3: note: in expansion of macro 'wait_var_event' 385 | wait_var_event(statep, READ_ONCE(*statep) == FSCACHE_COOKIE_STATE_DROPPED); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: 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:11: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:380:2: note: in expansion of macro 'wait_var_event_timeout' 380 | wait_var_event_timeout(statep, READ_ONCE(*statep) == FSCACHE_COOKIE_STATE_DROPPED, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c: In function 'fscache_wait_for_operation': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:46:3: note: in expansion of macro 'wait_var_event' 46 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function '__fscache_clear_page_bits': /kisskb/src/fs/fscache/io.c:217:12: note: byref variable will be forcibly initialized 217 | XA_STATE(xas, &mapping->i_pages, first); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_write_to_cache': /kisskb/src/fs/fscache/io.c:256:18: note: byref variable will be forcibly initialized 256 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_resize_cookie': /kisskb/src/fs/fscache/io.c:308:31: note: byref variable will be forcibly initialized 308 | struct netfs_cache_resources cres; | ^~~~ /kisskb/src/fs/fscache/cookie.c: In function '__fscache_use_cookie': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:602:3: note: in expansion of macro 'wait_var_event' 602 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:123:19: note: byref variable will be forcibly initialized 123 | struct if_dqinfo uinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:121:18: 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:17: note: byref variable will be forcibly initialized 150 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:149:19: 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:18: 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:23: 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:18: 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:24: 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:18: note: byref variable will be forcibly initialized 206 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:205:18: 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:18: note: byref variable will be forcibly initialized 291 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:290:18: 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:18: note: byref variable will be forcibly initialized 709 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:708:23: 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:22: note: byref variable will be forcibly initialized 242 | struct if_nextdqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:241:18: note: byref variable will be forcibly initialized 241 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c:240:14: 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:18: note: byref variable will be forcibly initialized 641 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:628:18: note: byref variable will be forcibly initialized 628 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:627:23: 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:14: note: byref variable will be forcibly initialized 736 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c:735:18: note: byref variable will be forcibly initialized 735 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:734:23: 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:14: note: byref variable will be forcibly initialized 921 | struct path path, *pathp = NULL; | ^~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/volume.c:11: /kisskb/src/fs/fscache/volume.c: In function 'fscache_wait_on_volume_collision': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:150:3: note: in expansion of macro 'wait_var_event' 150 | wait_var_event(&candidate->flags, !fscache_is_acquire_pending(candidate)); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: 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:11: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:144:2: note: in expansion of macro 'wait_var_event_timeout' 144 | wait_var_event_timeout(&candidate->flags, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_withdraw_volume': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:460:2: note: in expansion of macro 'wait_var_event' 460 | wait_var_event(&volume->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:65:25: note: byref variable will be forcibly initialized 65 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:118:25: note: byref variable will be forcibly initialized 118 | struct fs_parse_result result; | ^~~~~~ 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:147:12: note: byref variable will be forcibly initialized 147 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:146:12: note: byref variable will be forcibly initialized 146 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:144:12: note: byref variable will be forcibly initialized 144 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:305:12: note: byref variable will be forcibly initialized 305 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:452:12: note: byref variable will be forcibly initialized 452 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:543:12: note: byref variable will be forcibly initialized 543 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: 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:660:12: note: byref variable will be forcibly initialized 660 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:36:11: note: byref variable will be forcibly initialized 36 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/mm/truncate.c:504:21: note: byref variable will be forcibly initialized 504 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:344:21: note: byref variable will be forcibly initialized 344 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:647:21: note: byref variable will be forcibly initialized 647 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/powerpc/kernel/signal.c:234:17: note: byref variable will be forcibly initialized 234 | struct ksignal ksig = { .sig = 0 }; | ^~~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:144:14: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1611:25: 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:19: note: byref variable will be forcibly initialized 1291 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:190:19: note: byref variable will be forcibly initialized 190 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1793:14: note: byref variable will be forcibly initialized 1793 | struct path path; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1746:14: note: byref variable will be forcibly initialized 1746 | struct path path; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:643:22: note: byref variable will be forcibly initialized 643 | struct syscall_info info; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized 284 | struct path child_path = { | ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized 31 | struct path path = {.mnt = mnt, .dentry = dir}; | ^~~~ 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:35: note: byref variable will be forcibly initialized 2048 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2323:34: note: byref variable will be forcibly initialized 2323 | GENRADIX(struct map_files_info) fa; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_set_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:67:18: note: byref variable will be forcibly initialized 67 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_get_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:31:18: note: byref variable will be forcibly initialized 31 | struct opal_msg msg; | ^~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'remove_inode_hugepages': /kisskb/src/fs/hugetlbfs/inode.c:472:17: note: byref variable will be forcibly initialized 472 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_fallocate': /kisskb/src/fs/hugetlbfs/inode.c:635:24: note: byref variable will be forcibly initialized 635 | struct vm_area_struct pseudo_vma; | ^~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_eds_op': /kisskb/src/crypto/asymmetric_keys/public_key.c:175:28: note: byref variable will be forcibly initialized 175 | struct scatterlist in_sg, out_sg; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:175:21: note: byref variable will be forcibly initialized 175 | struct scatterlist in_sg, out_sg; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:174:21: note: byref variable will be forcibly initialized 174 | struct crypto_wait cwait; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:314:21: note: byref variable will be forcibly initialized 314 | struct crypto_wait cwait; | ^~~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_parse_param': /kisskb/src/fs/hugetlbfs/inode.c:1225:25: note: byref variable will be forcibly initialized 1225 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1478:24: note: byref variable will be forcibly initialized 1478 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1541:24: note: byref variable will be forcibly initialized 1541 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:412:11: note: byref variable will be forcibly initialized 412 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1207:28: note: byref variable will be forcibly initialized 1207 | struct writeback_control wbc = { | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:700:17: note: byref variable will be forcibly initialized 700 | XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1519:12: note: byref variable will be forcibly initialized 1519 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1518:12: note: byref variable will be forcibly initialized 1518 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1517:12: note: byref variable will be forcibly initialized 1517 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1156:11: note: byref variable will be forcibly initialized 1156 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1231:17: note: byref variable will be forcibly initialized 1231 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab_memcg': /kisskb/src/mm/vmscan.c:823:25: note: byref variable will be forcibly initialized 823 | struct shrink_control sc = { | ^~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:927:25: note: byref variable will be forcibly initialized 927 | 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3778:3: note: in expansion of macro 'wait_event_killable' 3778 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3774:3: note: in expansion of macro 'wait_event_interruptible_timeout' 3774 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:917:21: note: byref variable will be forcibly initialized 917 | struct folio_batch fbatch; | ^~~~~~ 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2312:12: note: byref variable will be forcibly initialized 2312 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2049:21: note: byref variable will be forcibly initialized 2049 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/shmem.c:808:11: note: byref variable will be forcibly initialized 808 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/vmscan.c:1975:12: note: byref variable will be forcibly initialized 1975 | LIST_HEAD(clean_pages); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1972:22: note: byref variable will be forcibly initialized 1972 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:868:17: note: byref variable will be forcibly initialized 868 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1135:4: note: in expansion of macro 'wait_var_event' 1135 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2127:12: note: byref variable will be forcibly initialized 2127 | LIST_HEAD(pages_skipped); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax': /kisskb/src/kernel/sysctl.c:950:44: note: byref variable will be forcibly initialized 950 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax_warn_RT_change': /kisskb/src/kernel/sysctl.c:950:44: note: byref variable will be forcibly initialized /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2397:22: note: byref variable will be forcibly initialized 2397 | 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2393:12: note: byref variable will be forcibly initialized 2393 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:2507:12: note: byref variable will be forcibly initialized 2507 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2506:12: note: byref variable will be forcibly initialized 2506 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2505:12: note: byref variable will be forcibly initialized 2505 | LIST_HEAD(l_hold); /* The pages which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_taint': /kisskb/src/kernel/sysctl.c:855:19: note: byref variable will be forcibly initialized 855 | struct ctl_table t; | ^ /kisskb/src/kernel/sysctl.c: In function 'proc_douintvec_minmax': /kisskb/src/kernel/sysctl.c:1019:45: note: byref variable will be forcibly initialized 1019 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dou8vec_minmax': /kisskb/src/kernel/sysctl.c:1050:45: note: byref variable will be forcibly initialized 1050 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c:1047:19: note: byref variable will be forcibly initialized 1047 | struct ctl_table tmp; | ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_do_static_key': /kisskb/src/kernel/sysctl.c:950:44: note: byref variable will be forcibly initialized 950 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2597:22: note: byref variable will be forcibly initialized 2597 | 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:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2596:12: note: byref variable will be forcibly initialized 2596 | LIST_HEAD(node_page_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'mem_cgroup_shrink_node': /kisskb/src/mm/vmscan.c:3840:22: note: byref variable will be forcibly initialized 3840 | struct scan_control sc = { | ^~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:20: note: byref variable will be forcibly initialized 420 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:20: note: byref variable will be forcibly initialized 444 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:21: note: byref variable will be forcibly initialized 208 | struct pwm_capture result; | ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:19: note: byref variable will be forcibly initialized 184 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:124:19: note: byref variable will be forcibly initialized 124 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:89:19: note: byref variable will be forcibly initialized 89 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:54:19: note: byref variable will be forcibly initialized 54 | struct pwm_state state; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c: In function 'opal_get_sensor_data': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:21:18: note: byref variable will be forcibly initialized 21 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c: In function 'opal_get_sensor_data_u64': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:65:18: note: byref variable will be forcibly initialized 65 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:902:31: note: byref variable will be forcibly initialized 902 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/kernel/irq/irqdomain.c:853:20: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/pwm/core.c:708:19: 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:25: note: byref variable will be forcibly initialized 821 | struct of_phandle_args args; | ^~~~ /kisskb/src/arch/powerpc/kernel/time.c: In function '__read_persistent_clock': /kisskb/src/arch/powerpc/kernel/time.c:828:18: note: byref variable will be forcibly initialized 828 | struct rtc_time tm; | ^~ In file included from /kisskb/src/arch/powerpc/include/asm/prom.h:23, from /kisskb/src/arch/powerpc/kernel/time.c:66: /kisskb/src/arch/powerpc/kernel/time.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'rtc_init': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/kernel/time.c: In function 'update_persistent_clock64': /kisskb/src/arch/powerpc/kernel/time.c:816:18: note: byref variable will be forcibly initialized 816 | struct rtc_time tm; | ^~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_resume': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:198:19: note: byref variable will be forcibly initialized 198 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1035:22: note: byref variable will be forcibly initialized 1035 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_store': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:528:29: note: byref variable will be forcibly initialized 528 | struct pseries_hp_errorlog hp_elog; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1412:21: note: byref variable will be forcibly initialized 1412 | struct irq_fwspec spec; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'pseries_suspend': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:612:31: note: byref variable will be forcibly initialized 612 | struct pseries_suspend_info info; | ^~~~ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized 129 | wait_queue_entry_t bookmark; | ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:65:12: note: byref variable will be forcibly initialized 65 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_find_area_bottomup': /kisskb/src/arch/powerpc/mm/slice.c:285:31: note: byref variable will be forcibly initialized 285 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_find_area_topdown': /kisskb/src/arch/powerpc/mm/slice.c:331:31: note: byref variable will be forcibly initialized 331 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:14: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:434:20: note: byref variable will be forcibly initialized 434 | struct slice_mask potential_mask; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c:433:20: note: byref variable will be forcibly initialized 433 | struct slice_mask good_mask; | ^~~~~~~~~ In file included from /kisskb/src/kernel/time/alarmtimer.c:23: /kisskb/src/kernel/time/alarmtimer.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_rtc_add_device': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_set_range_psize': /kisskb/src/arch/powerpc/mm/slice.c:712:20: note: byref variable will be forcibly initialized 712 | struct slice_mask mask; | ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:18: note: byref variable will be forcibly initialized 248 | struct rtc_time tm; | ^~ /kisskb/src/kernel/cgroup/rdma.c: In function 'parse_resource': /kisskb/src/kernel/cgroup/rdma.c:358:14: note: byref variable will be forcibly initialized 358 | substring_t argstr; | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-stubs.c:63:20: note: byref variable will be forcibly initialized 63 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-stubs.c:110:20: note: byref variable will be forcibly initialized 110 | struct timespec64 rtn_tp = { | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-stubs.c:131:20: note: byref variable will be forcibly initialized 131 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-stubs.c:175:20: note: byref variable will be forcibly initialized 175 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-stubs.c:224:20: note: byref variable will be forcibly initialized 224 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-stubs.c:203:20: note: byref variable will be forcibly initialized 203 | struct timespec64 rtn_tp = { | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-stubs.c:97:20: note: byref variable will be forcibly initialized 97 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-stubs.c:189:20: note: byref variable will be forcibly initialized 189 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:246:18: note: byref variable will be forcibly initialized 246 | struct fd_data data; | ^~~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:315:14: note: byref variable will be forcibly initialized 315 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:315:4: note: byref variable will be forcibly initialized 315 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:314:47: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:314:32: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:314:15: note: byref variable will be forcibly initialized 314 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:262:49: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:262:40: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:262:31: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:262:20: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:262:11: note: byref variable will be forcibly initialized 262 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ 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:29: 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/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:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized 513 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'machine_check_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:29: 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:29: 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:792:19: note: byref variable will be forcibly initialized 792 | struct ctl_table t; | ^ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'performance_monitor_exception_nmi': /kisskb/src/arch/powerpc/include/asm/interrupt.h:548:29: 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:19: note: byref variable will be forcibly initialized 419 | struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; | ^~ /kisskb/src/kernel/time/clockevents.c: In function 'unbind_device_store': /kisskb/src/kernel/time/clockevents.c:419:19: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind_device': /kisskb/src/kernel/time/clockevents.c:419:19: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/platforms/powernv/opal-hmi.c: In function 'hmi_event_handler': /kisskb/src/arch/powerpc/platforms/powernv/opal-hmi.c:276:18: note: byref variable will be forcibly initialized 276 | struct opal_msg msg; | ^~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_statfs': /kisskb/src/fs/overlayfs/super.c:313:14: note: byref variable will be forcibly initialized 313 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_namelen': /kisskb/src/fs/overlayfs/super.c:915:17: note: byref variable will be forcibly initialized 915 | struct kstatfs statfs; | ^~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_workdir_create': /kisskb/src/fs/overlayfs/super.c:767:16: note: byref variable will be forcibly initialized 767 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_rename_whiteout': /kisskb/src/fs/overlayfs/super.c:1265:23: note: byref variable will be forcibly initialized 1265 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_lookup_or_create': /kisskb/src/fs/overlayfs/overlayfs.h:571:43: note: byref variable will be forcibly initialized 571 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:1325:6: note: in expansion of macro 'OVL_CATTR' 1325 | OVL_CATTR(mode)); | ^~~~~~~~~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:24: note: byref variable will be forcibly initialized 710 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:24: note: byref variable will be forcibly initialized 671 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:402:12: note: byref variable will be forcibly initialized 402 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:761:23: note: byref variable will be forcibly initialized 761 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_get_index_fh': /kisskb/src/fs/overlayfs/namei.c:668:14: note: byref variable will be forcibly initialized 668 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_index': /kisskb/src/fs/overlayfs/namei.c:699:14: note: byref variable will be forcibly initialized 699 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup': /kisskb/src/fs/overlayfs/namei.c:1088:27: note: byref variable will be forcibly initialized 1088 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/namei.c:842:25: note: byref variable will be forcibly initialized 842 | struct ovl_lookup_data d = { | ^ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_cleanup_index': /kisskb/src/fs/overlayfs/util.c:801:14: note: byref variable will be forcibly initialized 801 | struct qstr name = { }; | ^~~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized 280 | struct sw842_param p; | ^ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getattr': /kisskb/src/fs/overlayfs/inode.c:241:17: note: byref variable will be forcibly initialized 241 | struct kstat lowerdatastat; | ^~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:190:17: note: byref variable will be forcibly initialized 190 | struct kstat lowerstat; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:158:14: note: byref variable will be forcibly initialized 158 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_update_time': /kisskb/src/fs/overlayfs/inode.c:473:15: note: byref variable will be forcibly initialized 473 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:21: note: byref variable will be forcibly initialized 273 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_set': /kisskb/src/fs/overlayfs/inode.c:545:14: note: byref variable will be forcibly initialized 545 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_get': /kisskb/src/fs/overlayfs/inode.c:622:14: note: byref variable will be forcibly initialized 622 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:15: note: byref variable will be forcibly initialized 269 | struct path this; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fadvise': /kisskb/src/fs/overlayfs/file.c:538:12: note: byref variable will be forcibly initialized 538 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_flush': /kisskb/src/fs/overlayfs/file.c:646:12: note: byref variable will be forcibly initialized 646 | struct fd real; | ^~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:4: note: byref variable will be forcibly initialized 86 | } pkt; | ^~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_copyfile': /kisskb/src/fs/overlayfs/file.c:566:21: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c:566:12: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:2: note: in expansion of macro 'wait_event_killable' 439 | wait_event_killable(wq->queue, wq->name.name == NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:14: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fallocate': /kisskb/src/fs/overlayfs/file.c:516:12: note: byref variable will be forcibly initialized 516 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_splice_write': /kisskb/src/fs/overlayfs/file.c:431:12: note: byref variable will be forcibly initialized 431 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fsync': /kisskb/src/fs/overlayfs/file.c:467:12: note: byref variable will be forcibly initialized 467 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_write_iter': /kisskb/src/fs/overlayfs/file.c:349:12: note: byref variable will be forcibly initialized 349 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_read_iter': /kisskb/src/fs/overlayfs/file.c:296:12: note: byref variable will be forcibly initialized 296 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_llseek': /kisskb/src/fs/overlayfs/file.c:176:12: note: byref variable will be forcibly initialized 176 | struct fd real; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msi_setup_msi_desc': /kisskb/src/drivers/pci/msi/msi.c:367:18: 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:18: note: byref variable will be forcibly initialized 511 | struct msi_desc desc; | ^~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_mount_busy': /kisskb/src/fs/autofs/expire.c:33:14: note: byref variable will be forcibly initialized 33 | struct path path = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:30: note: byref variable will be forcibly initialized 541 | struct autofs_packet_expire pkt; | ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:21: note: byref variable will be forcibly initialized 588 | const struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:745:20: note: byref variable will be forcibly initialized 745 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:719:33: note: byref variable will be forcibly initialized 719 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:398:14: note: byref variable will be forcibly initialized 398 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:486:14: 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:14: note: byref variable will be forcibly initialized 534 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:43:15: 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:14: note: byref variable will be forcibly initialized 125 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:569:15: 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:14: note: byref variable will be forcibly initialized 615 | struct path path; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1229:16: note: byref variable will be forcibly initialized 1229 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1095:12: note: byref variable will be forcibly initialized 1095 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1034:19: note: byref variable will be forcibly initialized 1034 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:648:15: 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:14: 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:1201:20: note: byref variable will be forcibly initialized 1201 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1253:18: note: byref variable will be forcibly initialized 1253 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1155:18: note: byref variable will be forcibly initialized 1155 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1154:20: note: byref variable will be forcibly initialized 1154 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1190:18: note: byref variable will be forcibly initialized 1190 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1189:20: note: byref variable will be forcibly initialized 1189 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1229:18: note: byref variable will be forcibly initialized 1229 | struct open_how how = build_open_how(flags, mode); | ^~~ In file included from /kisskb/src/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_clear_empty': /kisskb/src/fs/overlayfs/overlayfs.h:571:43: note: byref variable will be forcibly initialized 571 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/dir.c:394:39: note: in expansion of macro 'OVL_CATTR' 394 | opaquedir = ovl_create_temp(workdir, OVL_CATTR(stat.mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:371:15: note: byref variable will be forcibly initialized 371 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/dir.c:368:14: note: byref variable will be forcibly initialized 368 | struct path upperpath; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_rename': /kisskb/src/fs/overlayfs/dir.c:1098:12: note: byref variable will be forcibly initialized 1098 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_do_remove': /kisskb/src/fs/overlayfs/dir.c:885:12: note: byref variable will be forcibly initialized 885 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_create_over_whiteout': /kisskb/src/fs/overlayfs/dir.c:508:16: note: byref variable will be forcibly initialized 508 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_link': /kisskb/src/fs/overlayfs/dir.c:729:24: note: byref variable will be forcibly initialized 729 | &(struct ovl_cattr) {.hardlink = ovl_dentry_upper(old)}, | ^ 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:9: 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:713:15: note: byref variable will be forcibly initialized 713 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:393:18: note: byref variable will be forcibly initialized 393 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:392:15: note: byref variable will be forcibly initialized 392 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:391:15: note: byref variable will be forcibly initialized 391 | 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:496:18: note: byref variable will be forcibly initialized 496 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:495:15: note: byref variable will be forcibly initialized 495 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:494:15: note: byref variable will be forcibly initialized 494 | 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:9: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c:742:16: note: userspace variable will be forcibly initialized 742 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:901:18: note: byref variable will be forcibly initialized 901 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:918:18: note: byref variable will be forcibly initialized 918 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:210:3: note: in expansion of macro 'wait_event' 210 | wait_event(pci_cfg_wait, !dev->block_cfg_access); | ^~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:422:18: note: byref variable will be forcibly initialized 422 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:421:15: note: byref variable will be forcibly initialized 421 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:417:14: note: byref variable will be forcibly initialized 417 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:518:18: note: byref variable will be forcibly initialized 518 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:517:15: note: byref variable will be forcibly initialized 517 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:513:14: note: byref variable will be forcibly initialized 513 | struct kvec iov = { | ^~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_open': /kisskb/src/fs/overlayfs/readdir.c:929:14: note: byref variable will be forcibly initialized 929 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_merged': /kisskb/src/fs/overlayfs/readdir.c:347:14: note: byref variable will be forcibly initialized 347 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_update_ino': /kisskb/src/fs/overlayfs/readdir.c:498:15: note: byref variable will be forcibly initialized 498 | struct path statpath = *path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:497:16: note: byref variable will be forcibly initialized 497 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_impure': /kisskb/src/fs/overlayfs/readdir.c:554:14: note: byref variable will be forcibly initialized 554 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_iterate_real': /kisskb/src/fs/overlayfs/readdir.c:708:15: note: byref variable will be forcibly initialized 708 | struct path statpath = file->f_path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:707:16: note: byref variable will be forcibly initialized 707 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_real_file': /kisskb/src/fs/overlayfs/readdir.c:872:16: note: byref variable will be forcibly initialized 872 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:87:18: note: byref variable will be forcibly initialized 87 | struct opal_msg msg; | ^~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_check_empty_dir': /kisskb/src/fs/overlayfs/readdir.c:965:17: note: byref variable will be forcibly initialized 965 | struct rb_root root = RB_ROOT; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1140:15: note: byref variable will be forcibly initialized 1140 | struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_show': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:35:18: note: byref variable will be forcibly initialized 35 | struct opal_msg msg; | ^~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup_recurse': /kisskb/src/fs/overlayfs/readdir.c:1072:17: note: byref variable will be forcibly initialized 1072 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1071:12: note: byref variable will be forcibly initialized 1071 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_indexdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1160:17: note: byref variable will be forcibly initialized 1160 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1159:12: note: byref variable will be forcibly initialized 1159 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:1158:14: note: byref variable will be forcibly initialized 1158 | struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; | ^~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'pefile_strip_sig_wrapper': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:125:25: note: byref variable will be forcibly initialized 125 | struct win_certificate wrapper; | ^~~~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'verify_pefile_signature': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:420:24: note: byref variable will be forcibly initialized 420 | struct pefile_context ctx; | ^~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:24: note: byref variable will be forcibly initialized 140 | struct pci_bus_region r; | ^ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_alloc_from_region': /kisskb/src/drivers/pci/bus.c:165:22: note: byref variable will be forcibly initialized 165 | struct resource *r, avail; | ^~~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_clip_resource': /kisskb/src/drivers/pci/bus.c:265:18: note: byref variable will be forcibly initialized 265 | struct resource orig_res = *res; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:885:25: note: byref variable will be forcibly initialized 885 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:885:14: note: byref variable will be forcibly initialized 885 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_set_attr': /kisskb/src/fs/overlayfs/copy_up.c:319:16: note: byref variable will be forcibly initialized 319 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c:312:16: note: byref variable will be forcibly initialized 312 | struct iattr attr = { | ^~~~ In file included from /kisskb/src/fs/overlayfs/copy_up.c:22: /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_create_index': /kisskb/src/fs/overlayfs/overlayfs.h:571:43: note: byref variable will be forcibly initialized 571 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/copy_up.c:467:35: note: in expansion of macro 'OVL_CATTR' 467 | temp = ovl_create_temp(indexdir, OVL_CATTR(S_IFDIR | 0)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_inode': /kisskb/src/fs/overlayfs/copy_up.c:550:25: note: byref variable will be forcibly initialized 550 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:550:14: note: byref variable will be forcibly initialized 550 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_one': /kisskb/src/fs/overlayfs/copy_up.c:937:14: note: byref variable will be forcibly initialized 937 | struct path parentpath; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/overlayfs/copy_up.c:8: /kisskb/src/fs/overlayfs/copy_up.c:936:22: note: byref variable will be forcibly initialized 936 | 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/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:444:24: 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:24: note: byref variable will be forcibly initialized 404 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:467:24: note: byref variable will be forcibly initialized 467 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/arch/powerpc/include/asm/prom.h:22, from /kisskb/src/arch/powerpc/include/asm/pci.h:17, from /kisskb/src/include/linux/pci.h:1901, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c: In function 'pci_host_bridge_msi_domain': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:183:32: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:183:24: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1823:24: note: byref variable will be forcibly initialized 1823 | struct pci_bus_region region; | ^~~~~~ 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:12: note: byref variable will be forcibly initialized 889 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:18: note: byref variable will be forcibly initialized 3115 | struct resource old_res = *res; | ^~~~~~~ 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:12: note: byref variable will be forcibly initialized 3223 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute_kdf': /kisskb/src/security/keys/dh.c:114:14: 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:23: note: byref variable will be forcibly initialized 149 | struct dh_completion compl; | ^~~~~ /kisskb/src/security/keys/dh.c:148:21: note: byref variable will be forcibly initialized 148 | struct scatterlist outsg; | ^~~~~ /kisskb/src/security/keys/dh.c:147:12: note: byref variable will be forcibly initialized 147 | struct dh dh_inputs; | ^~~~~~~~~ /kisskb/src/security/keys/dh.c:146:26: 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:27: note: byref variable will be forcibly initialized 324 | struct keyctl_kdf_params kdfcopy; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'psr_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:79:18: note: byref variable will be forcibly initialized 79 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'psr_show': /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:29:18: note: byref variable will be forcibly initialized 29 | struct opal_msg msg; | ^~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:253:14: note: byref variable will be forcibly initialized 253 | struct path path; | ^~~~ /kisskb/src/kernel/time/test_udelay.c: In function 'udelay_test_show': /kisskb/src/kernel/time/test_udelay.c:81:21: note: byref variable will be forcibly initialized 81 | struct timespec64 ts; | ^~ /kisskb/src/drivers/pci/search.c: In function 'pci_get_device': /kisskb/src/drivers/pci/search.c:305:23: note: byref variable will be forcibly initialized 305 | struct pci_device_id id = { | ^~ /kisskb/src/drivers/pci/search.c: In function 'pci_get_domain_bus_and_slot': /kisskb/src/drivers/pci/search.c:305:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:354:24: note: byref variable will be forcibly initialized 354 | struct drv_dev_and_id ddi = { drv, dev, id }; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:25: note: byref variable will be forcibly initialized 242 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:584:25: note: byref variable will be forcibly initialized 584 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized 926 | struct of_phandle_args pinspec; | ^~~~~~~ /kisskb/src/kernel/sched/topology.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2382:27: note: byref variable will be forcibly initialized 2382 | struct sched_domain_attr tmp; | ^~~ /kisskb/src/kernel/sched/topology.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2196:16: note: byref variable will be forcibly initialized 2196 | struct s_data d; | ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:25: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'handle_send_req': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:147:25: note: byref variable will be forcibly initialized 147 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:146:19: note: byref variable will be forcibly initialized 146 | struct ipmi_addr addr; | ^~~~ 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:10, 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:12: note: byref variable will be forcibly initialized 1987 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:569:28: note: byref variable will be forcibly initialized 569 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:552:28: note: byref variable will be forcibly initialized 552 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:532:39: note: byref variable will be forcibly initialized 532 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:519:39: note: byref variable will be forcibly initialized 519 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:499:39: note: byref variable will be forcibly initialized 499 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:487:39: note: byref variable will be forcibly initialized 487 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:397:29: note: byref variable will be forcibly initialized 397 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:383:29: note: byref variable will be forcibly initialized 383 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:369:25: note: byref variable will be forcibly initialized 369 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:355:23: note: byref variable will be forcibly initialized 355 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:343:25: note: byref variable will be forcibly initialized 343 | struct ipmi_recv rsp; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:326:27: note: byref variable will be forcibly initialized 326 | struct ipmi_req_settime req; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:306:19: note: byref variable will be forcibly initialized 306 | struct ipmi_req req; | ^~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:65:4: note: byref variable will be forcibly initialized 65 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:61:27: note: byref variable will be forcibly initialized 61 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:136:4: note: byref variable will be forcibly initialized 136 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:129:27: note: byref variable will be forcibly initialized 129 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_crypt_sg_inplace': /kisskb/src/lib/crypto/chacha20poly1305.c:234:4: note: byref variable will be forcibly initialized 234 | } b __aligned(16); | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:218:25: note: byref variable will be forcibly initialized 218 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:27: note: byref variable will be forcibly initialized 216 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_init_edev': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:364:16: note: byref variable will be forcibly initialized 364 | struct eeh_pe pe, *parent; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2991:21: note: byref variable will be forcibly initialized 2991 | struct prod_dev_id id = { | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3234:36: note: byref variable will be forcibly initialized 3234 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3233:36: note: byref variable will be forcibly initialized 3233 | struct kernel_ipmi_msg 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/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3305:3: note: in expansion of macro 'wait_event' 3305 | wait_event(intf->waitq, bmc->dyn_guid_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_get_device_id_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2496:25: note: byref variable will be forcibly initialized 2496 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2495:36: note: byref variable will be forcibly initialized 2495 | struct ipmi_system_interface_addr si; | ^~ 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/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2536:2: note: in expansion of macro 'wait_event' 2536 | wait_event(intf->waitq, bmc->dyn_id_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_channel_info_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3318:36: note: byref variable will be forcibly initialized 3318 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3316:36: note: byref variable will be forcibly initialized 3316 | struct kernel_ipmi_msg 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/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3445:3: note: in expansion of macro 'wait_event' 3445 | wait_event(intf->waitq, intf->channels_ready); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__bmc_get_device_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2630:10: note: byref variable will be forcibly initialized 2630 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2628:25: note: byref variable will be forcibly initialized 2628 | struct ipmi_device_id id = bmc->fetch_id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_version': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1391:24: note: byref variable will be forcibly initialized 1391 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'guid_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2865:9: note: byref variable will be forcibly initialized 2865 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'aux_firmware_rev_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2845:24: note: byref variable will be forcibly initialized 2845 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'product_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2829:24: note: byref variable will be forcibly initialized 2829 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'manufacturer_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2813:24: note: byref variable will be forcibly initialized 2813 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'add_dev_support_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2796:24: note: byref variable will be forcibly initialized 2796 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_version_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2778:24: note: byref variable will be forcibly initialized 2778 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'firmware_revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2761:24: note: byref variable will be forcibly initialized 2761 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2745:24: note: byref variable will be forcibly initialized 2745 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'provides_device_sdrs_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2730:24: note: byref variable will be forcibly initialized 2730 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'device_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2714:24: note: byref variable will be forcibly initialized 2714 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_dev_attr_is_visible': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2901:25: note: byref variable will be forcibly initialized 2901 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_add_smi': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3495:24: note: byref variable will be forcibly initialized 3495 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4918:23: note: byref variable will be forcibly initialized 4918 | struct list_head timeouts; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1569:23: note: byref variable will be forcibly initialized 1569 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3725:24: note: byref variable will be forcibly initialized 3725 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_lan_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4020:24: note: byref variable will be forcibly initialized 4020 | struct ipmi_lan_addr lan_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4306:23: note: byref variable will be forcibly initialized 4306 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5105:23: note: byref variable will be forcibly initialized 5105 | struct ipmi_recv_msg recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5104:23: note: byref variable will be forcibly initialized 5104 | struct ipmi_smi_msg smi_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5165:19: note: byref variable will be forcibly initialized 5165 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5162:25: note: byref variable will be forcibly initialized 5162 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3643:19: note: byref variable will be forcibly initialized 3643 | struct list_head tmplist; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:687:19: note: byref variable will be forcibly initialized 687 | struct list_head list; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:26: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:14: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:508:14: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:425:14: 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:15: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_loose_invert': /kisskb/src/lib/crypto/curve25519-fiat32.c:565:5: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:5: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:5: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:5: note: byref variable will be forcibly initialized 562 | fe t0; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_invert': /kisskb/src/lib/crypto/curve25519-fiat32.c:612:11: note: byref variable will be forcibly initialized 612 | fe_loose l; | ^ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-fiat32.c:612:11: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-fiat32.c:565:5: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:5: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:5: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:5: note: byref variable will be forcibly initialized 562 | fe t0; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:802:19: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:802:12: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:12: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:6: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:21: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:16: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:11: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:21: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:17: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:13: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:9: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:5: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'msi_quota_for_device': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:269:20: 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:20: note: byref variable will be forcibly initialized 540 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sg_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:63:18: note: byref variable will be forcibly initialized 63 | struct opal_msg msg; | ^~~ /kisskb/src/mm/slab_common.c: In function 'cache_show': /kisskb/src/mm/slab_common.c:1060:18: note: byref variable will be forcibly initialized 1060 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sensor_group_enable': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:33:18: note: byref variable will be forcibly initialized 33 | struct opal_msg msg; | ^~~ 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:12: note: byref variable will be forcibly initialized 421 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:27: note: byref variable will be forcibly initialized 119 | struct kernel_pkey_query info; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:118:28: note: byref variable will be forcibly initialized 118 | struct keyctl_pkey_params uparams; | ^~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:166:27: note: byref variable will be forcibly initialized 166 | struct kernel_pkey_query res; | ^~~ /kisskb/src/security/keys/keyctl_pkey.c:165:28: note: byref variable will be forcibly initialized 165 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/mm/slab_common.c: In function 'cache_random_seq_create': /kisskb/src/mm/slab_common.c:990:19: note: byref variable will be forcibly initialized 990 | struct rnd_state state; | ^~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:210:28: note: byref variable will be forcibly initialized 210 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1090:18: note: byref variable will be forcibly initialized 1090 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:285:28: note: byref variable will be forcibly initialized 285 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_op_unaligned_done': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/crypto/ahash.c: In function 'ahash_def_finup_done1': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:25: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c: In function 'val_desc_show': /kisskb/src/arch/powerpc/platforms/pseries/papr_platform_attributes.c:184:32: 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:32: 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:32: note: byref variable will be forcibly initialized 145 | struct energy_scale_attribute esi; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/smp.c: In function 'pnv_cpu_offline_self': /kisskb/src/arch/powerpc/platforms/powernv/smp.c:267:19: note: byref variable will be forcibly initialized 267 | struct pt_regs regs; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'cpu_to_drc_index': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:53:22: note: byref variable will be forcibly initialized 53 | struct of_drc_info drc; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'drc_index_to_cpu': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:122:22: note: byref variable will be forcibly initialized 122 | struct of_drc_info drc; | ^~~ In file included from /kisskb/src/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:1296:12: note: byref variable will be forcibly initialized 1296 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:1313:12: note: byref variable will be forcibly initialized 1313 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3218:11: note: byref variable will be forcibly initialized 3218 | sigset_t set; | ^~~ /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:12: note: byref variable will be forcibly initialized 91 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4326:11: note: byref variable will be forcibly initialized 4326 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4230:15: note: byref variable will be forcibly initialized 4230 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c:4230:10: note: byref variable will be forcibly initialized 4230 | stack_t new, old; | ^~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:699:12: note: byref variable will be forcibly initialized 699 | LIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:2507:25: note: byref variable will be forcibly initialized 2507 | 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:2: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:11: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2937:7: note: in expansion of macro 'wait_event_freezable_timeout' 2937 | if (wait_event_freezable_timeout(pgdat->kcompactd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3015:12: note: byref variable will be forcibly initialized 3015 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3574:11: note: byref variable will be forcibly initialized 3574 | sigset_t mask = *which; | ^~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:346:14: note: byref variable will be forcibly initialized 346 | struct stat tmp; | ^~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:907:11: note: byref variable will be forcibly initialized 907 | sigset_t flush; | ^~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:489:16: note: byref variable will be forcibly initialized 489 | struct stat64 tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:573:15: note: byref variable will be forcibly initialized 573 | struct statx tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:434:14: note: byref variable will be forcibly initialized 434 | struct path path; | ^~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1539:24: note: byref variable will be forcibly initialized 1539 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:205:14: note: byref variable will be forcibly initialized 205 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:421:15: note: byref variable will be forcibly initialized 421 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:548:15: note: byref variable will be forcibly initialized 548 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:384:15: note: byref variable will be forcibly initialized 384 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:525:15: note: byref variable will be forcibly initialized 525 | struct kstat stat; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2016:24: note: byref variable will be forcibly initialized 2016 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:395:15: note: byref variable will be forcibly initialized 395 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:537:15: note: byref variable will be forcibly initialized 537 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:409:15: note: byref variable will be forcibly initialized 409 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:560:15: note: byref variable will be forcibly initialized 560 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:608:15: note: byref variable will be forcibly initialized 608 | struct kstat stat; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4367:11: note: byref variable will be forcibly initialized 4367 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4574:11: note: byref variable will be forcibly initialized 4574 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4636:11: note: byref variable will be forcibly initialized 4636 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4665:11: note: byref variable will be forcibly initialized 4665 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3064:11: note: byref variable will be forcibly initialized 3064 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3147:20: note: byref variable will be forcibly initialized 3147 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3147:11: note: byref variable will be forcibly initialized 3147 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3100:11: note: byref variable will be forcibly initialized 3100 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2128:24: note: byref variable will be forcibly initialized 2128 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2332:19: note: byref variable will be forcibly initialized 2332 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2887:11: note: byref variable will be forcibly initialized 2887 | sigset_t blocked; | ^~~~~~~ /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:24: note: byref variable will be forcibly initialized 133 | struct instruction_op op; | ^~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2947:11: note: byref variable will be forcibly initialized 2947 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4000:19: note: byref variable will be forcibly initialized 4000 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3774:24: note: byref variable will be forcibly initialized 3774 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1734:24: note: byref variable will be forcibly initialized 1734 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1765:24: note: byref variable will be forcibly initialized 1765 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1882:24: note: byref variable will be forcibly initialized 1882 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3931:24: note: byref variable will be forcibly initialized 3931 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4040:19: note: byref variable will be forcibly initialized 4040 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1652:24: note: byref variable will be forcibly initialized 1652 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1751:24: note: byref variable will be forcibly initialized 1751 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1780:24: note: byref variable will be forcibly initialized 1780 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1795:24: note: byref variable will be forcibly initialized 1795 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1809:24: note: byref variable will be forcibly initialized 1809 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1850:24: note: byref variable will be forcibly initialized 1850 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1865:24: note: byref variable will be forcibly initialized 1865 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1666:24: note: byref variable will be forcibly initialized 1666 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1679:24: note: byref variable will be forcibly initialized 1679 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1708:24: note: byref variable will be forcibly initialized 1708 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1832:24: note: byref variable will be forcibly initialized 1832 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3635:19: note: byref variable will be forcibly initialized 3635 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3634:20: note: byref variable will be forcibly initialized 3634 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3633:11: note: byref variable will be forcibly initialized 3633 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3668:19: note: byref variable will be forcibly initialized 3668 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3667:20: note: byref variable will be forcibly initialized 3667 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3666:11: note: byref variable will be forcibly initialized 3666 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3853:19: note: byref variable will be forcibly initialized 3853 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4070:12: note: byref variable will be forcibly initialized 4070 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4092:11: note: byref variable will be forcibly initialized 4092 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4416:29: note: byref variable will be forcibly initialized 4416 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4416:21: note: byref variable will be forcibly initialized 4416 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_signal': /kisskb/src/kernel/signal.c:4589:29: note: byref variable will be forcibly initialized 4589 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4589:21: note: byref variable will be forcibly initialized 4589 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4244:10: note: byref variable will be forcibly initialized 4244 | stack_t new; | ^~~ /kisskb/src/kernel/signal.c: In function '__se_sys_ssetmask': /kisskb/src/kernel/signal.c:4574:11: note: byref variable will be forcibly initialized 4574 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4665:11: note: byref variable will be forcibly initialized 4665 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_old_getrlimit': /kisskb/src/kernel/sys.c:1486:16: note: byref variable will be forcibly initialized 1486 | struct rlimit x; | ^ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:992:14: note: byref variable will be forcibly initialized 992 | struct tms tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1274:21: note: byref variable will be forcibly initialized 1274 | struct new_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_uname': /kisskb/src/kernel/sys.c:1295:21: note: byref variable will be forcibly initialized 1295 | struct old_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_olduname': /kisskb/src/kernel/sys.c:1315:24: note: byref variable will be forcibly initialized 1315 | struct oldold_utsname tmp; | ^~~ In file included from /kisskb/src/drivers/gpio/gpio-aggregator.c:22: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2624:20: note: byref variable will be forcibly initialized 2624 | struct timespec64 tp; | ^~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'new_device_store': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2685:17: note: byref variable will be forcibly initialized 2685 | struct sysinfo val; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1420:16: note: byref variable will be forcibly initialized 1420 | struct rlimit value; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1646:21: note: byref variable will be forcibly initialized 1646 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1646:16: note: byref variable will be forcibly initialized 1646 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1645:25: note: byref variable will be forcibly initialized 1645 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c:1645:18: note: byref variable will be forcibly initialized 1645 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1690:16: note: byref variable will be forcibly initialized 1690 | struct rlimit new_rlim; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1817:16: note: byref variable will be forcibly initialized 1817 | struct rusage r; | ^ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:17: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ In file included from /kisskb/src/include/uapi/linux/binfmts.h:5, from /kisskb/src/include/linux/binfmts.h:8, from /kisskb/src/kernel/umh.c:8: /kisskb/src/kernel/umh.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized 129 | kernel_cap_t dest; | ^~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:26: note: byref variable will be forcibly initialized 290 | struct ovl_inode_params oip = { | ^~~ 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:29: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lookup_real_one': /kisskb/src/fs/overlayfs/export.c:371:23: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:570:3: note: in expansion of macro 'wait_event_interruptible_exclusive' 570 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:377:7: note: in expansion of macro 'wait_event_interruptible_exclusive' 377 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:262:30: note: byref variable will be forcibly initialized 262 | struct watch_notification n; | ^ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:685:20: note: byref variable will be forcibly initialized 685 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1045:2: note: in expansion of macro 'wait_event_interruptible' 1045 | 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1052:2: note: in expansion of macro 'wait_event_interruptible' 1052 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:28: note: byref variable will be forcibly initialized 940 | struct fb_blit_caps caps, fbcaps; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:22: note: byref variable will be forcibly initialized 940 | struct fb_blit_caps caps, fbcaps; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:1993:22: note: userspace variable will be forcibly initialized 1993 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:1992:22: note: userspace variable will be forcibly initialized 1992 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function '__do_sys_execve': /kisskb/src/fs/exec.c:1992:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:1993:22: note: userspace variable will be forcibly initialized 1993 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:2003:22: note: userspace variable will be forcibly initialized 2003 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:2002:22: note: userspace variable will be forcibly initialized 2002 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function '__do_sys_execveat': /kisskb/src/fs/exec.c:2002:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:2003:22: note: userspace variable will be forcibly initialized 2003 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1584:22: note: byref variable will be forcibly initialized 1584 | struct fb_videomode mode; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:26: 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:26: note: byref variable will be forcibly initialized 292 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:30: note: byref variable will be forcibly initialized 968 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:23: note: byref variable will be forcibly initialized 968 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:964:18: note: byref variable will be forcibly initialized 964 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:22: note: byref variable will be forcibly initialized 963 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1069:18: note: byref variable will be forcibly initialized 1069 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_fb_ioctl': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1095:22: note: byref variable will be forcibly initialized 1095 | struct fb_cmap_user cmap; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1094:17: note: byref variable will be forcibly initialized 1094 | struct fb_cmap cmap_from; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1093:27: note: byref variable will be forcibly initialized 1093 | struct fb_fix_screeninfo fix; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1092:27: note: byref variable will be forcibly initialized 1092 | 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:1996:26: note: byref variable will be forcibly initialized 1996 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1993:27: note: byref variable will be forcibly initialized 1993 | struct fb_var_screeninfo var = info->var; | ^~~ 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:3579:29: note: byref variable will be forcibly initialized 3579 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3079:20: note: byref variable will be forcibly initialized 3079 | struct wq_barrier barr; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2216:21: note: byref variable will be forcibly initialized 2216 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3157:20: note: byref variable will be forcibly initialized 3157 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2817:20: note: byref variable will be forcibly initialized 2817 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ 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:5347:12: note: byref variable will be forcibly initialized 5347 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:17: note: byref variable will be forcibly initialized 270 | struct fb_cmap umap; | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'get_qe_base': /kisskb/src/drivers/soc/fsl/qe/qe.c:69:18: note: byref variable will be forcibly initialized 69 | struct resource res; | ^~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:22: 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:22: note: byref variable will be forcibly initialized 423 | struct kernel_param kp; | ^~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_init': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:48:18: note: byref variable will be forcibly initialized 48 | struct resource r; | ^ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:28: note: byref variable will be forcibly initialized 152 | struct genpool_data_align muram_pool_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:28: note: byref variable will be forcibly initialized 204 | struct genpool_data_fixed muram_pool_data_fixed; | ^~~~~~~~~~~~~~~~~~~~~ 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:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:420:29: note: byref variable will be forcibly initialized 420 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c: In function 'of_platform_mb862xx_probe': /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c:675:18: note: byref variable will be forcibly initialized 675 | struct resource res; | ^~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:2: note: in expansion of macro 'wait_event_timeout' 141 | wait_event_timeout(fb->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/include/soc/fsl/cpm.h:8, from /kisskb/src/include/soc/fsl/qe/qe.h:20, from /kisskb/src/drivers/soc/fsl/qe/qe_io.c:20: /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:18: note: byref variable will be forcibly initialized 29 | struct resource res; | ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'pseries_cpuhp_detach_nodes': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:642:22: 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:22: note: byref variable will be forcibly initialized 521 | struct of_changeset cs; | ^~ /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:21: note: byref variable will be forcibly initialized 451 | struct of_drc_info drc; | ^~~ /kisskb/src/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:25: note: byref variable will be forcibly initialized 166 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:25: note: byref variable will be forcibly initialized 126 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:20: note: byref variable will be forcibly initialized 116 | struct timespec64 boottime; | ^~~~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:25: note: byref variable will be forcibly initialized 532 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:24: note: byref variable will be forcibly initialized 667 | struct class_dev_iter iter; | ^~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:25: note: byref variable will be forcibly initialized 21 | struct kernel_cpustat kcs; | ^~~ /kisskb/src/fs/proc/uptime.c:13:20: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:818:25: note: byref variable will be forcibly initialized 818 | struct of_phandle_args args; | ^~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'hotmod_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:188:24: note: byref variable will be forcibly initialized 188 | struct ipmi_plat_data h; | ^ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5903:27: 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:24: note: byref variable will be forcibly initialized 5970 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3330:33: 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:33: note: byref variable will be forcibly initialized 3354 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4029:24: 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:24: 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:22: 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:24: 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:24: 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:24: 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:24: 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:24: note: byref variable will be forcibly initialized 2961 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:22: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_start_handshake': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:20:20: note: byref variable will be forcibly initialized 20 | struct hvsi_query q; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_send_close': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:37:22: note: byref variable will be forcibly initialized 37 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_got_query': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:87:29: note: byref variable will be forcibly initialized 87 | struct hvsi_query_response r; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_put_chars': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:233:19: note: byref variable will be forcibly initialized 233 | struct hvsi_data dp; | ^~ 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/tty/hvc/hvsi_lib.c: In function 'hvsilib_read_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:259:20: note: byref variable will be forcibly initialized 259 | struct hvsi_query q; | ^ /kisskb/src/drivers/regulator/core.c:4790:25: note: byref variable will be forcibly initialized 4790 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_write_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:289:22: note: byref variable will be forcibly initialized 289 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'request_entropy': /kisskb/src/drivers/char/hw_random/virtio-rng.c:52:21: note: byref variable will be forcibly initialized 52 | struct scatterlist sg; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_set_power_state': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:128:18: note: byref variable will be forcibly initialized 128 | struct opal_msg m; | ^ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1888:15: note: byref variable will be forcibly initialized 1888 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:34: note: byref variable will be forcibly initialized 1686 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3245:34: note: byref variable will be forcibly initialized 3245 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1928:15: note: byref variable will be forcibly initialized 1928 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1849:14: note: byref variable will be forcibly initialized 1849 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2310:17: 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:19: 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:14: 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:14: 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:14: 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:19: 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:14: 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:14: 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:14: 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:14: 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:14: note: byref variable will be forcibly initialized 2785 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3551:14: note: byref variable will be forcibly initialized 3551 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3631:19: 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:19: 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:14: note: byref variable will be forcibly initialized 3840 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3943:14: note: byref variable will be forcibly initialized 3943 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4043:14: note: byref variable will be forcibly initialized 4043 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4042:14: 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:14: note: byref variable will be forcibly initialized 4183 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4182:14: note: byref variable will be forcibly initialized 4182 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4310:14: 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:24: note: byref variable will be forcibly initialized 4456 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4456:14: 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:23: 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:24: note: byref variable will be forcibly initialized 4723 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4723:14: note: byref variable will be forcibly initialized 4723 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4722:24: note: byref variable will be forcibly initialized 4722 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4722:14: note: byref variable will be forcibly initialized 4722 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4719:20: note: byref variable will be forcibly initialized 4719 | struct renamedata rd; | ^~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4906:22: 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/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:4997:22: 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/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:21: note: byref variable will be forcibly initialized 363 | struct gxt4500_par par; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'serial8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_core.c:798:24: note: byref variable will be forcibly initialized 798 | struct uart_8250_port uart; | ^~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:27: note: byref variable will be forcibly initialized 621 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:38: note: byref variable will be forcibly initialized 273 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_bulk_register_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:38: note: byref variable will be forcibly initialized /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:34: note: byref variable will be forcibly initialized 407 | struct regulator_notifier_match match; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_irq_parent_domain_alloc': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2197:20: note: byref variable will be forcibly initialized 2197 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pe_level_printk': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:59:19: note: byref variable will be forcibly initialized 59 | struct va_format vaf; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_init_ioda_phb': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2952:18: note: byref variable will be forcibly initialized 2952 | struct resource r; | ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:748:21: note: byref variable will be forcibly initialized 748 | kernel_siginfo_t si; | ^~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:20: 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:335:15: note: byref variable will be forcibly initialized 335 | struct flock flock; | ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:16: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:276:20: note: byref variable will be forcibly initialized 276 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:258:26: note: byref variable will be forcibly initialized 258 | struct file_clone_range args; | ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:23: note: byref variable will be forcibly initialized 118 | struct fiemap_extent extent; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:568:17: note: byref variable will be forcibly initialized 568 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:549:17: note: byref variable will be forcibly initialized 549 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:723:18: note: byref variable will be forcibly initialized 723 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:755:18: note: byref variable will be forcibly initialized 755 | struct fileattr fa; | ^~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_set_winsz': /kisskb/src/drivers/tty/hvc/hvc_console.c:568:17: note: byref variable will be forcibly initialized 568 | struct winsize ws; | ^~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:27: note: byref variable will be forcibly initialized 241 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:27: note: byref variable will be forcibly initialized 268 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:27: note: byref variable will be forcibly initialized 218 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:360:27: note: byref variable will be forcibly initialized 360 | struct fb_var_screeninfo var; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h: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:12: note: byref variable will be forcibly initialized 172 | LIST_HEAD(old_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:27: note: byref variable will be forcibly initialized 130 | struct fb_var_screeninfo var; | ^~~ 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:2582:21: note: byref variable will be forcibly initialized 2582 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1277:12: note: byref variable will be forcibly initialized 1277 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:13: note: byref variable will be forcibly initialized 1317 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:21: 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:22: 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:1906:14: note: byref variable will be forcibly initialized 1906 | struct qstr q; | ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:64:24: note: byref variable will be forcibly initialized 64 | struct ipmi_plat_data p; | ^ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio': /kisskb/src/drivers/pci/setup-bus.c:614:24: note: byref variable will be forcibly initialized 614 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio_pref': /kisskb/src/drivers/pci/setup-bus.c:633:24: note: byref variable will be forcibly initialized 633 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_io': /kisskb/src/drivers/pci/setup-bus.c:577:24: note: byref variable will be forcibly initialized 577 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:30: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:25: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:32: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:28: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:24: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:24: note: byref variable will be forcibly initialized 510 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/pci/setup-bus.c:19: /kisskb/src/drivers/pci/setup-bus.c: In function '__assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:371:12: note: byref variable will be forcibly initialized 371 | LIST_HEAD(local_fail_head); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:12: note: byref variable will be forcibly initialized 370 | LIST_HEAD(save_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:498:12: note: byref variable will be forcibly initialized 498 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 486 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/fs/select.c:337:25: note: byref variable will be forcibly initialized 337 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:325:32: note: byref variable will be forcibly initialized 325 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:302:20: note: byref variable will be forcibly initialized 302 | struct timespec64 rts; | ^~~ 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 'select_estimate_accuracy': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/select.c:79:20: note: byref variable will be forcibly initialized 79 | struct timespec64 now; | ^~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:12: note: byref variable will be forcibly initialized 1760 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:12: note: byref variable will be forcibly initialized 1755 | LIST_HEAD(realloc_head); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 2057 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:12: note: byref variable will be forcibly initialized 2054 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 2130 | LIST_HEAD(failed); | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:12: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(added); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:12: note: byref variable will be forcibly initialized 2128 | LIST_HEAD(saved); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:482:22: note: byref variable will be forcibly initialized 482 | struct poll_wqueues table; | ^~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:2232:12: note: byref variable will be forcibly initialized 2232 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:977:22: 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:32: 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:20: 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:24: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1105:20: 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:14: 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:30: note: byref variable will be forcibly initialized 708 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:707:20: 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:24: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:737:20: 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:24: note: byref variable will be forcibly initialized 799 | struct sigset_argpack x = {NULL, 0}; | ^ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:23: note: byref variable will be forcibly initialized 406 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:2003:15: note: byref variable will be forcibly initialized 2003 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:324:17: note: byref variable will be forcibly initialized 324 | struct sysinfo i; | ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:542:22: note: byref variable will be forcibly initialized 542 | struct scatterlist sg; | ^~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:560:16: note: byref variable will be forcibly initialized 560 | struct dentry dentry; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:229:18: note: byref variable will be forcibly initialized 229 | struct resource resource; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:228:18: note: byref variable will be forcibly initialized 228 | struct si_sm_io io; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'platform_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:136:18: note: byref variable will be forcibly initialized 136 | struct si_sm_io io; | ^~ 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:12: note: byref variable will be forcibly initialized 714 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:587:21: note: byref variable will be forcibly initialized 587 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:606:21: note: byref variable will be forcibly initialized 606 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:383:21: note: byref variable will be forcibly initialized 383 | struct scatterlist sg; | ^~ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:765:12: note: byref variable will be forcibly initialized 765 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:164:2: note: in expansion of macro 'wait_event' 164 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:154:21: note: byref variable will be forcibly initialized 154 | struct scatterlist sg; | ^~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:891:12: note: byref variable will be forcibly initialized 891 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:280:12: note: byref variable will be forcibly initialized 280 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: 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/kthread.h:6, from /kisskb/src/kernel/sched/../workqueue_internal.h:12, from /kisskb/src/kernel/sched/psi.c:140: /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_worker': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:644:3: note: in expansion of macro 'wait_event_interruptible' 644 | wait_event_interruptible(group->poll_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:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:190:2: note: in expansion of macro 'wait_event' 190 | wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'get_free_page_and_send': /kisskb/src/drivers/virtio/virtio_balloon.c:625:21: note: byref variable will be forcibly initialized 625 | struct scatterlist sg; | ^~ 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:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:12: note: byref variable will be forcibly initialized 216 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_enter': /kisskb/src/kernel/sched/psi.c:905:18: note: byref variable will be forcibly initialized 905 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_leave': /kisskb/src/kernel/sched/psi.c:935:18: note: byref variable will be forcibly initialized 935 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/psi.c: In function 'cgroup_move_task': /kisskb/src/kernel/sched/psi.c:995:18: note: byref variable will be forcibly initialized 995 | struct rq_flags rf; | ^~ /kisskb/src/fs/inode.c: In function 'file_remove_privs': /kisskb/src/fs/inode.c:2003:15: note: byref variable will be forcibly initialized 2003 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2396:20: 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:20: 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:20: note: byref variable will be forcibly initialized 2061 | struct timespec64 now; | ^~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_probe': /kisskb/src/drivers/video/fbdev/simplefb.c:405:25: note: byref variable will be forcibly initialized 405 | struct simplefb_params params; | ^~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1263:22: 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:22: 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:24: 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:24: note: byref variable will be forcibly initialized 1322 | struct serial_iso7816 iso7816; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1233:21: 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:28: note: byref variable will be forcibly initialized 1176 | struct uart_icount cprev, cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1176:21: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: note: byref variable will be forcibly initialized 2627 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:24: note: byref variable will be forcibly initialized 719 | struct fb_videomode cvt_mode; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2057:18: 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:20: 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:18: note: byref variable will be forcibly initialized 2217 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2216:20: note: byref variable will be forcibly initialized 2216 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:26: note: byref variable will be forcibly initialized 1037 | struct fb_videomode *m, mode; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:3021:2: note: in expansion of macro 'wait_event' 3021 | wait_event(state->remove_wait, !atomic_read(&state->refcount)); | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:28: note: byref variable will be forcibly initialized 1178 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:25: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:25: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:307:21: note: byref variable will be forcibly initialized 307 | struct fb_cvt_data cvt; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_value': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:497:25: note: byref variable will be forcibly initialized 497 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:287:25: note: byref variable will be forcibly initialized 287 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_write_header': /kisskb/src/arch/powerpc/kernel/nvram_64.c:728:22: note: byref variable will be forcibly initialized 728 | struct nvram_header phead; | ^~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_scan_partitions': /kisskb/src/arch/powerpc/kernel/nvram_64.c:987:22: note: byref variable will be forcibly initialized 987 | struct nvram_header phead; | ^~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_write_os_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:187:22: note: byref variable will be forcibly initialized 187 | struct err_log_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_read_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:225:22: note: byref variable will be forcibly initialized 225 | struct err_log_info info; | ^~~~ 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: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:1849:12: note: byref variable will be forcibly initialized 1849 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:82:12: note: byref variable will be forcibly initialized 82 | struct dh params; | ^~~~~~ /kisskb/src/drivers/tty/serial/fsl_lpuart.c: In function 'lpuart_copy_rx_to_tty': /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1114:22: note: byref variable will be forcibly initialized 1114 | struct dma_tx_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/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/tty/serial/fsl_lpuart.c:8: /kisskb/src/drivers/tty/serial/fsl_lpuart.c: In function 'lpuart_dma_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1803:7: note: in expansion of macro 'wait_event_interruptible_timeout' 1803 | if (wait_event_interruptible_timeout(sport->dma_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:14: note: byref variable will be forcibly initialized 48 | struct path ns_path; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_fintek.c: In function 'fintek_8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_fintek.c:448:21: note: byref variable will be forcibly initialized 448 | struct fintek_8250 probe_data; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2151:26: note: byref variable will be forcibly initialized 2151 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1507:27: note: byref variable will be forcibly initialized 1507 | struct clk_notifier_data cnd; | ^~~ 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/tpm/st33zp24/st33zp24.c:7: /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'wait_for_stat': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:235:10: note: in expansion of macro 'wait_event_interruptible_timeout' 235 | ret = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:400:25: note: byref variable will be forcibly initialized 400 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1958:27: note: byref variable will be forcibly initialized 1958 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:553:26: note: byref variable will be forcibly initialized 553 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1437:26: note: byref variable will be forcibly initialized 1437 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1461:26: note: byref variable will be forcibly initialized 1461 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2833:18: note: byref variable will be forcibly initialized 2833 | struct clk_duty duty; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4930:25: note: byref variable will be forcibly initialized 4930 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4995:25: note: byref variable will be forcibly initialized 4995 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/clk/clk.c:9: /kisskb/src/drivers/clk/clk.c: In function 'of_clk_init': /kisskb/src/drivers/clk/clk.c:5165:12: note: byref variable will be forcibly initialized 5165 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec': /kisskb/src/mm/mlock.c:265:17: note: byref variable will be forcibly initialized 265 | struct pagevec pvec_putback; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1338:23: note: byref variable will be forcibly initialized 1338 | struct blake2s_state state __aligned(__alignof__(unsigned long)); | ^~~~~ /kisskb/src/mm/mlock.c: In function 'munlock_vma_pages_range': /kisskb/src/mm/mlock.c:431:18: note: byref variable will be forcibly initialized 431 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:961:4: note: byref variable will be forcibly initialized 961 | } buf; | ^~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1128:4: note: byref variable will be forcibly initialized 1128 | } sample; | ^~~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1506:4: note: byref variable will be forcibly initialized 1506 | } stack; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_entropy': /kisskb/src/drivers/char/random.c:1983:19: note: byref variable will be forcibly initialized 1983 | struct ctl_table fake_table; | ^~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_uuid': /kisskb/src/drivers/char/random.c:1953:19: note: byref variable will be forcibly initialized 1953 | struct ctl_table fake_table; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:322: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1545:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1545 | 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2212:2: note: in expansion of macro 'wait_event_interruptible' 2212 | wait_event_interruptible(random_write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3463:28: note: byref variable will be forcibly initialized 3463 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:3001:28: note: byref variable will be forcibly initialized 3001 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ni8430_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:710:24: note: byref variable will be forcibly initialized 710 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_ports': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:3666:24: note: byref variable will be forcibly initialized 3666 | struct uart_8250_port uart; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_one': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:3825:25: note: byref variable will be forcibly initialized 3825 | struct pciserial_board tmp; | ^~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/drivers/tty/tty_io.c:2627:23: note: byref variable will be forcibly initialized 2627 | struct serial_struct v; | ^ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1681:20: note: byref variable will be forcibly initialized 1681 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1680:28: note: byref variable will be forcibly initialized 1680 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1632:28: note: byref variable will be forcibly initialized 1632 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1654:20: note: byref variable will be forcibly initialized 1654 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1653:28: note: byref variable will be forcibly initialized 1653 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2617:23: note: byref variable will be forcibly initialized 2617 | struct serial_struct v; | ^ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2651:20: note: byref variable will be forcibly initialized 2651 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1237:28: note: byref variable will be forcibly initialized 1237 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2366:17: 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:32: note: byref variable will be forcibly initialized 2586 | struct serial_icounter_struct icount; | ^~~~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3131:20: note: byref variable will be forcibly initialized 3131 | 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/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:3101:12: note: byref variable will be forcibly initialized 3101 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 203 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2908:12: note: byref variable will be forcibly initialized 2908 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5405:26: note: byref variable will be forcibly initialized 5405 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_exar.c: In function 'exar_pci_probe': /kisskb/src/drivers/tty/serial/8250/8250_exar.c:612:24: note: byref variable will be forcibly initialized 612 | struct uart_8250_port uart; | ^~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_probe': /kisskb/src/drivers/gpio/gpio-logicvc.c:107:19: note: byref variable will be forcibly initialized 107 | struct resource res; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c: In function 'ipmi_pci_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c:66:18: note: byref variable will be forcibly initialized 66 | struct si_sm_io io; | ^~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1447:28: note: byref variable will be forcibly initialized 1447 | 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:29: 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/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:21: note: byref variable will be forcibly initialized 645 | struct reg_default key; | ^~~ /kisskb/src/drivers/iommu/iommu.c:1793:12: note: byref variable will be forcibly initialized 1793 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:20: 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:20: note: byref variable will be forcibly initialized 326 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:20: 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:20: note: byref variable will be forcibly initialized 417 | struct klist_iter i; | ^ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:769:19: note: byref variable will be forcibly initialized 769 | struct list_head mappings; | ^~~~~~~~ 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:12: note: byref variable will be forcibly initialized 935 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:25: note: byref variable will be forcibly initialized 1022 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1049:25: note: byref variable will be forcibly initialized 1049 | struct subsys_dev_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/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_insert_resv_region': /kisskb/src/drivers/iommu/iommu.c:430:12: note: byref variable will be forcibly initialized 430 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: 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:501:20: note: byref variable will be forcibly initialized 501 | 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:519:19: note: byref variable will be forcibly initialized 519 | struct list_head group_resv_regions; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:63:19: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:520:18: note: byref variable will be forcibly initialized 520 | struct die_args args = { | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3208:2: note: in expansion of macro 'wait_event' 3208 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_tchars': /kisskb/src/drivers/tty/tty_ioctl.c:593:16: 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:17: 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:18: 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:16: 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:16: 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:17: note: byref variable will be forcibly initialized 612 | struct ltchars tmp; | ^~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:961:29: note: byref variable will be forcibly initialized 961 | struct device_attach_data data = { | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:726:2: note: in expansion of macro 'wait_event' 726 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:720:2: note: in expansion of macro 'wait_event' 720 | wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); | ^~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_termio': /kisskb/src/drivers/tty/tty_ioctl.c:463:18: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: 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:12: 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:18: 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:18: note: byref variable will be forcibly initialized 550 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:549:16: 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:18: 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:18: note: byref variable will be forcibly initialized 691 | struct ktermios kterm; | ^~~~~ 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:12: note: byref variable will be forcibly initialized 395 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:20: note: byref variable will be forcibly initialized 45 | struct klist_iter i; | ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:80:20: note: byref variable will be forcibly initialized 80 | struct klist_iter i; | ^ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:793:9: 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:17: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:761:9: note: in expansion of macro 'wait_event_freezable' 761 | ret = wait_event_freezable(port->waitqueue, | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/cred.h:11, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized 137 | kernel_cap_t dest; | ^~~~ /kisskb/src/drivers/misc/lkdtm/core.c: In function 'lkdtm_check_bool_cmdline': /kisskb/src/drivers/misc/lkdtm/core.c:443:28: note: byref variable will be forcibly initialized 443 | struct check_cmdline_args args = { | ^~~~ /kisskb/src/drivers/gpu/vga/vgaarb.c: In function 'vga_get': /kisskb/src/drivers/gpu/vga/vgaarb.c:449:21: note: byref variable will be forcibly initialized 449 | 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/drivers/char/xillybus/xillybus_core.c:17: /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_quiesce': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1834:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1834 | t = wait_event_interruptible_timeout(endpoint->ep_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1645:9: note: in expansion of macro 'wait_event_interruptible' 1645 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_myflush': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1151:12: note: in expansion of macro 'wait_event_interruptible_timeout' 1151 | else if (wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1148:4: note: in expansion of macro 'wait_event_interruptible' 1148 | wait_event_interruptible(channel->rd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1391:7: note: in expansion of macro 'wait_event_interruptible' 1391 | if (wait_event_interruptible(channel->rd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:951:5: note: in expansion of macro 'wait_event_interruptible_timeout' 951 | wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:919:9: note: in expansion of macro 'wait_event_interruptible' 919 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:12: note: byref variable will be forcibly initialized 1121 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_obtain_idt': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:646:6: note: in expansion of macro 'wait_event_interruptible_timeout' 646 | t = wait_event_interruptible_timeout(channel->wr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1228:12: note: byref variable will be forcibly initialized 1228 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_setupchannels': /kisskb/src/drivers/char/xillybus/xillybus_core.c:448:27: note: byref variable will be forcibly initialized 448 | struct xilly_alloc_state wr_alloc = { | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:440:27: note: byref variable will be forcibly initialized 440 | struct xilly_alloc_state rd_alloc = { | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2299:10: note: byref variable will be forcibly initialized 2299 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2298:10: 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:20: 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:20: 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:20: note: byref variable will be forcibly initialized 3780 | struct klist_iter i; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/char/xillybus/xillybus_core.c:17: /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_endpoint_discovery': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1897:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1897 | t = wait_event_interruptible_timeout(endpoint->ep_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1863:26: note: byref variable will be forcibly initialized 1863 | struct xilly_idt_handle idt_handle; | ^~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3808:20: 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:25: 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:19: 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:19: 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:19: 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:19: 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/base/core.c:4653:19: 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:19: 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:19: 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:19: 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/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4711:19: note: byref variable will be forcibly initialized 4711 | struct va_format vaf; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'sender': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1066:21: note: byref variable will be forcibly initialized 1066 | struct timespec64 t; | ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:513:30: note: byref variable will be forcibly initialized 513 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:30: note: byref variable will be forcibly initialized 335 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:30: note: byref variable will be forcibly initialized 217 | struct crypto_async_request async_req; | ^~~~~~~~~ In file included from /kisskb/src/drivers/pci/of.c:9: /kisskb/src/drivers/pci/of.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'irq_find_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:537:25: note: byref variable will be forcibly initialized 537 | struct of_phandle_args oirq; | ^~~~ In file included from /kisskb/src/drivers/pci/of.c:9: /kisskb/src/drivers/pci/of.c: In function 'pci_host_bridge_of_msi_domain': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'devm_of_pci_get_host_bridge_resources': /kisskb/src/drivers/pci/of.c:284:29: note: byref variable will be forcibly initialized 284 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/pci/of.c:283:22: note: byref variable will be forcibly initialized 283 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/pci/of.c:281:24: note: byref variable will be forcibly initialized 281 | struct resource *res, tmp_res; | ^~~~~~~ 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:12: note: byref variable will be forcibly initialized 1267 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'uncache_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:1155:18: note: byref variable will be forcibly initialized 1155 | struct firmware fw; | ^~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io': /kisskb/src/drivers/pci/quirks.c:508:24: 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:24: note: byref variable will be forcibly initialized 558 | struct pci_bus_region bus_region; | ^~~~~~~~~~ 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:15: note: byref variable will be forcibly initialized 1336 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1336:3: 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:15: note: byref variable will be forcibly initialized 795 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:795:3: 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:15: note: byref variable will be forcibly initialized 613 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:613:3: note: in expansion of macro 'DEFINE_WAIT' 613 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_STACK_STRONG': /kisskb/src/drivers/misc/lkdtm/bugs.c:133:4: note: byref variable will be forcibly initialized 133 | } data __aligned(sizeof(void *)); | ^~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_LIST_ADD': /kisskb/src/drivers/misc/lkdtm/bugs.c:360:26: note: byref variable will be forcibly initialized 360 | struct lkdtm_list good, bad; | ^~~ /kisskb/src/drivers/misc/lkdtm/bugs.c:360:20: note: byref variable will be forcibly initialized 360 | struct lkdtm_list good, bad; | ^~~~ In file included from /kisskb/src/drivers/misc/lkdtm/bugs.c:9: /kisskb/src/drivers/misc/lkdtm/bugs.c:359:12: note: byref variable will be forcibly initialized 359 | LIST_HEAD(test_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_LIST_DEL': /kisskb/src/drivers/misc/lkdtm/bugs.c:395:20: note: byref variable will be forcibly initialized 395 | struct lkdtm_list item; | ^~~~ In file included from /kisskb/src/drivers/misc/lkdtm/bugs.c:9: /kisskb/src/drivers/misc/lkdtm/bugs.c:394:12: note: byref variable will be forcibly initialized 394 | LIST_HEAD(test_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1148:26: note: byref variable will be forcibly initialized 1148 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_one_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1022:26: note: byref variable will be forcibly initialized 1022 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_gpio_func': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1341:25: note: byref variable will be forcibly initialized 1341 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_probe': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:415:24: note: byref variable will be forcibly initialized 415 | struct uart_8250_port port; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:414:25: note: byref variable will be forcibly initialized 414 | struct of_phandle_args sirq_polarity_sense_args; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_err': /kisskb/src/fs/proc/proc_sysctl.c:1099:19: 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:21: note: byref variable will be forcibly initialized 298 | struct completion wait; | ^~~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': /kisskb/src/fs/proc/proc_sysctl.c:699:35: note: byref variable will be forcibly initialized 699 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c:689:14: note: byref variable will be forcibly initialized 689 | struct qstr qname; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pericom.c: In function 'pericom8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_pericom.c:89:24: note: byref variable will be forcibly initialized 89 | struct uart_8250_port uart; | ^~~~ 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:2672:38: note: byref variable will be forcibly initialized 2672 | 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:2672:38: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_thread': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:279:18: note: byref variable will be forcibly initialized 279 | struct i2c_msg i2c_msg; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_setup': /kisskb/src/drivers/tty/serial/8250/8250_of.c:35:18: note: byref variable will be forcibly initialized 35 | struct resource resource; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_probe': /kisskb/src/drivers/tty/serial/8250/8250_of.c:199:24: note: byref variable will be forcibly initialized 199 | struct uart_8250_port port8250; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '__ipmi_set_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:371:36: note: byref variable will be forcibly initialized 371 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:368:36: note: byref variable will be forcibly initialized 368 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '__ipmi_heartbeat': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:559:36: note: byref variable will be forcibly initialized 559 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:557:25: note: byref variable will be forcibly initialized 557 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'panic_halt_ipmi_heartbeat': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:488:36: note: byref variable will be forcibly initialized 488 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:487:37: note: byref variable will be forcibly initialized 487 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'ipmi_read': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:795:21: note: byref variable will be forcibly initialized 795 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_queue_event': /kisskb/src/arch/powerpc/kernel/mce.c:247:29: 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:29: 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:29: 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/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_chassis': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:471:36: note: byref variable will be forcibly initialized 471 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:470:36: note: byref variable will be forcibly initialized 470 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_cpi1': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:320:36: note: byref variable will be forcibly initialized 320 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:319:36: note: byref variable will be forcibly initialized 319 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:318:36: note: byref variable will be forcibly initialized 318 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:249:36: note: byref variable will be forcibly initialized 249 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:248:36: note: byref variable will be forcibly initialized 248 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'pps_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:187:36: note: byref variable will be forcibly initialized 187 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:186:36: note: byref variable will be forcibly initialized 186 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_request_wait_for_response': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:127:20: note: byref variable will be forcibly initialized 127 | struct completion comp; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_po_new_smi': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:559:36: note: byref variable will be forcibly initialized 559 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:558:36: note: byref variable will be forcibly initialized 558 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_atca_detect': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:214:36: note: byref variable will be forcibly initialized 214 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:213:36: note: byref variable will be forcibly initialized 213 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' 219 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ /kisskb/src/fs/proc/kcore.c: In function 'read_kcore': /kisskb/src/fs/proc/kcore.c:418:23: note: byref variable will be forcibly initialized 418 | struct elf_prpsinfo prpsinfo = { | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:417:23: note: byref variable will be forcibly initialized 417 | struct elf_prstatus prstatus = {}; | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:338:17: note: byref variable will be forcibly initialized 338 | struct elfhdr ehdr = { | ^~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized 118 | struct i2c_msg i2c_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:9: note: in expansion of macro 'wait_event_interruptible' 92 | ret = wait_event_interruptible(ipmb_dev->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:79:18: note: byref variable will be forcibly initialized 79 | struct ipmb_msg msg; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/fs/proc/kcore.c:13: /kisskb/src/fs/proc/kcore.c: In function 'kcore_update_ram': /kisskb/src/fs/proc/kcore.c:259:12: note: byref variable will be forcibly initialized 259 | LIST_HEAD(garbage); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/proc/kcore.c:258:12: note: byref variable will be forcibly initialized 258 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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.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:1508:12: note: byref variable will be forcibly initialized 1508 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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/namespace.c:3180:12: note: byref variable will be forcibly initialized 3180 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:913:12: note: byref variable will be forcibly initialized 913 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2573:13: note: byref variable will be forcibly initialized 2573 | struct tm tm; | ^~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' 277 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:230:28: note: byref variable will be forcibly initialized 230 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:433:12: note: byref variable will be forcibly initialized 433 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4304:14: note: byref variable will be forcibly initialized 4304 | 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:1166:12: note: byref variable will be forcibly initialized 1166 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:1442:12: note: byref variable will be forcibly initialized 1442 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1439:20: note: byref variable will be forcibly initialized 1439 | struct hlist_head head; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4258:21: note: byref variable will be forcibly initialized 4258 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4257:20: note: byref variable will be forcibly initialized 4257 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4256:14: note: byref variable will be forcibly initialized 4256 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1770:14: note: byref variable will be forcibly initialized 1770 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2463:14: note: byref variable will be forcibly initialized 2463 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3596:14: note: byref variable will be forcibly initialized 3596 | 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:2160:13: note: byref variable will be forcibly initialized 2160 | 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:2378:14: note: byref variable will be forcibly initialized 2378 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2860:14: note: byref variable will be forcibly initialized 2860 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3724:25: note: byref variable will be forcibly initialized 3724 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3724:14: note: byref variable will be forcibly initialized 3724 | 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:3095:12: note: byref variable will be forcibly initialized 3095 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:3331:14: note: byref variable will be forcibly initialized 3331 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3825:24: note: byref variable will be forcibly initialized 3825 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3825:19: note: byref variable will be forcibly initialized 3825 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3825:14: note: byref variable will be forcibly initialized 3825 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3490:14: note: byref variable will be forcibly initialized 3490 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4572:14: note: byref variable will be forcibly initialized 4572 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4420:14: note: byref variable will be forcibly initialized 4420 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4419:14: note: byref variable will be forcibly initialized 4419 | struct path ns_root; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/mce_power.c: In function 'mce_find_instr_ea_and_phys': /kisskb/src/arch/powerpc/kernel/mce_power.c:461:17: note: byref variable will be forcibly initialized 461 | struct pt_regs tmp = *regs; | ^~~ /kisskb/src/arch/powerpc/kernel/mce_power.c:460:24: note: byref variable will be forcibly initialized 460 | struct instruction_op op; | ^~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_send': /kisskb/src/drivers/char/tpm/tpm-interface.c:355:17: note: byref variable will be forcibly initialized 355 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:17: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:17: note: byref variable will be forcibly initialized 622 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:17: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:17: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:344:8: note: byref variable will be forcibly initialized 344 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_random': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:17: note: byref variable will be forcibly initialized 534 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_read': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:586:17: note: byref variable will be forcibly initialized 586 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:740:17: note: byref variable will be forcibly initialized 740 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:788:21: note: byref variable will be forcibly initialized 788 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:787:21: 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:21: note: byref variable will be forcibly initialized 723 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:722:21: 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:21: note: byref variable will be forcibly initialized 549 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:548:24: 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:21: note: byref variable will be forcibly initialized 621 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:620:24: note: byref variable will be forcibly initialized 620 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_uart_dma_irq': /kisskb/src/drivers/tty/serial/sprd_serial.c:402:22: note: byref variable will be forcibly initialized 402 | struct dma_tx_state state; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/sprd_serial.c:9: /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_complete_rx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:431:22: note: byref variable will be forcibly initialized 431 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:448:17: note: byref variable will be forcibly initialized 448 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_stop_tx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:210:22: note: byref variable will be forcibly initialized 210 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:700:17: note: byref variable will be forcibly initialized 700 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:166:17: note: byref variable will be forcibly initialized 166 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_extend': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:239:29: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:17: note: byref variable will be forcibly initialized 238 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_random': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:291:17: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:17: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:17: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:422:17: note: byref variable will be forcibly initialized 422 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:486:17: note: byref variable will be forcibly initialized 486 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:542:17: note: byref variable will be forcibly initialized 542 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:541:28: note: byref variable will be forcibly initialized 541 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:620:17: note: byref variable will be forcibly initialized 620 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/powernv-op-panel.c: In function '__op_panel_update_display': /kisskb/src/drivers/char/powernv-op-panel.c:52:18: note: byref variable will be forcibly initialized 52 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:27: note: byref variable will be forcibly initialized 741 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1102:15: note: byref variable will be forcibly initialized 1102 | struct range r; | ^ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:352:23: note: byref variable will be forcibly initialized 352 | struct dev_dax_data data = { | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:215:23: 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:19: note: byref variable will be forcibly initialized 362 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:29:13: note: byref variable will be forcibly initialized 29 | refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:45:13: note: byref variable will be forcibly initialized 45 | refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:63:13: note: byref variable will be forcibly initialized 63 | refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:75:13: note: byref variable will be forcibly initialized 75 | refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX); | ^~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:755:25: note: byref variable will be forcibly initialized 755 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:108:13: note: byref variable will be forcibly initialized 108 | refcount_t zero = REFCOUNT_INIT(2); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:147:13: note: byref variable will be forcibly initialized 147 | refcount_t neg = REFCOUNT_INIT(0); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:161:13: note: byref variable will be forcibly initialized 161 | refcount_t neg = REFCOUNT_INIT(0); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:176:13: note: byref variable will be forcibly initialized 176 | refcount_t neg = REFCOUNT_INIT(3); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:208:13: note: byref variable will be forcibly initialized 208 | refcount_t zero = REFCOUNT_INIT(0); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:233:13: note: byref variable will be forcibly initialized 233 | refcount_t zero = REFCOUNT_INIT(0); | ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:272:13: note: byref variable will be forcibly initialized 272 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:283:13: note: byref variable will be forcibly initialized 283 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:294:13: note: byref variable will be forcibly initialized 294 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_NOT_ZERO_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:305:13: note: byref variable will be forcibly initialized 305 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_NOT_ZERO_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:317:13: note: byref variable will be forcibly initialized 317 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:329:13: note: byref variable will be forcibly initialized 329 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_SUB_AND_TEST_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:341:13: note: byref variable will be forcibly initialized 341 | refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); | ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_ATOMIC_TIMING': /kisskb/src/drivers/misc/lkdtm/refcount.c:354:11: note: byref variable will be forcibly initialized 354 | atomic_t count = ATOMIC_INIT(1); | ^~~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_TIMING': /kisskb/src/drivers/misc/lkdtm/refcount.c:379:13: note: byref variable will be forcibly initialized 379 | refcount_t count = REFCOUNT_INIT(1); | ^~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:332:22: 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:21: note: byref variable will be forcibly initialized 1265 | struct dma_buf_map ptr; | ^~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:28: note: byref variable will be forcibly initialized 485 | 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:10, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:900:12: note: byref variable will be forcibly initialized 900 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:899:12: note: byref variable will be forcibly initialized 899 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:898:28: note: byref variable will be forcibly initialized 898 | struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; | ^~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:24: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:24: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:24: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:24: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'create_mtd_partitions': /kisskb/src/drivers/mtd/parsers/ar7part.c:35:21: note: byref variable will be forcibly initialized 35 | struct ar7_bin_rec header; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_meltdown': /kisskb/src/arch/powerpc/kernel/security.c:152:18: note: byref variable will be forcibly initialized 152 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v1': /kisskb/src/arch/powerpc/kernel/security.c:182:17: note: byref variable will be forcibly initialized 182 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v2': /kisskb/src/arch/powerpc/kernel/security.c:204:17: note: byref variable will be forcibly initialized 204 | struct seq_buf s; | ^ 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:12: note: byref variable will be forcibly initialized 515 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 667 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:19: 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:23: 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:23: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1104:19: note: byref variable will be forcibly initialized 1104 | struct list_head list; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:20: note: byref variable will be forcibly initialized 249 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:21: note: byref variable will be forcibly initialized 216 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized 977 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' 977 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:19: note: byref variable will be forcibly initialized 498 | struct list_head list; | ^~~~ /kisskb/src/drivers/misc/cxl/file.c: In function 'afu_ioctl_start_work': /kisskb/src/drivers/misc/cxl/file.c:150:30: note: byref variable will be forcibly initialized 150 | struct cxl_ioctl_start_work work; | ^~~~ /kisskb/src/drivers/misc/cxl/file.c: In function 'afu_read': /kisskb/src/drivers/misc/cxl/file.c:429:19: note: byref variable will be forcibly initialized 429 | struct cxl_event event; | ^~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:18: note: byref variable will be forcibly initialized 155 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:154:15: note: byref variable will be forcibly initialized 154 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:153:15: note: byref variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:206:21: note: byref variable will be forcibly initialized 206 | struct slim_eaddr e_addr; | ^~~~~~ /kisskb/src/drivers/clk/clk-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:107:28: note: byref variable will be forcibly initialized 107 | struct clk_rate_request tmp_req = *req; | ^~~~~~~ /kisskb/src/drivers/clk/clk-composite.c:88:28: note: byref variable will be forcibly initialized 88 | struct clk_rate_request tmp_req = *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/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:29: note: byref variable will be forcibly initialized 112 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:22: note: byref variable will be forcibly initialized 298 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:22: note: byref variable will be forcibly initialized 341 | struct slim_val_inf msg; | ^~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:940:28: note: byref variable will be forcibly initialized 940 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1434:28: note: byref variable will be forcibly initialized 1434 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1734:28: note: byref variable will be forcibly initialized 1734 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:586:14: note: byref variable will be forcibly initialized 586 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:688:14: note: byref variable will be forcibly initialized 688 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:14: note: byref variable will be forcibly initialized 765 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:14: note: byref variable will be forcibly initialized 827 | struct path path; | ^~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_write_failed': /kisskb/src/drivers/tty/tty_ldsem.c:232:22: note: byref variable will be forcibly initialized 232 | struct ldsem_waiter waiter; | ^~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_read_failed': /kisskb/src/drivers/tty/tty_ldsem.c:158:22: note: byref variable will be forcibly initialized 158 | struct ldsem_waiter waiter; | ^~~~~~ /kisskb/src/drivers/misc/cxl/fault.c: In function 'cxl_fault_segment': /kisskb/src/drivers/misc/cxl/fault.c:87:19: note: byref variable will be forcibly initialized 87 | struct copro_slb slb = {0,0}; | ^~~ /kisskb/src/drivers/misc/cxl/fault.c: In function 'cxl_prefault_vma': /kisskb/src/drivers/misc/cxl/fault.c:312:19: note: byref variable will be forcibly initialized 312 | struct copro_slb slb; | ^~~ /kisskb/src/drivers/misc/ad525x_dpot-i2c.c: In function 'ad_dpot_i2c_probe': /kisskb/src/drivers/misc/ad525x_dpot-i2c.c:56:26: note: byref variable will be forcibly initialized 56 | struct ad_dpot_bus_data bdata = { | ^~~~~ 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:1394:12: note: byref variable will be forcibly initialized 1394 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:19: 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:2521:12: note: byref variable will be forcibly initialized 2521 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190:2: note: in expansion of macro 'wait_event' 190 | wait_event(*done->waitq, !atomic_read(&done->cnt)); | ^~~~~~~~~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_irq_multiplexed': /kisskb/src/drivers/misc/cxl/native.c:1177:22: note: byref variable will be forcibly initialized 1177 | struct cxl_irq_info irq_info; | ^~~~~~~~ In file included from /kisskb/src/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:2608:23: note: byref variable will be forcibly initialized 2608 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2181:28: note: byref variable will be forcibly initialized 2181 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2158:28: note: byref variable will be forcibly initialized 2158 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2124:28: note: byref variable will be forcibly initialized 2124 | 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:2686:23: note: byref variable will be forcibly initialized 2686 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:96: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:22: note: byref variable will be forcibly initialized 1965 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_once': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1685:22: note: byref variable will be forcibly initialized 1685 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_retry': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1764:11: note: byref variable will be forcibly initialized 1764 | map_word oldd; | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized 323 | map_word r; | ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:292:23: note: byref variable will be forcibly initialized 292 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_panic_write_oneword': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2245:11: note: byref variable will be forcibly initialized 2245 | map_word oldd; | ^~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:21: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:34: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/pnode.c:9: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:12: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:12: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:12: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:12: 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:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:34: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized 323 | map_word r; | ^ 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:22: note: byref variable will be forcibly initialized 1296 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1927:14: note: byref variable will be forcibly initialized 1927 | struct kvec vec; | ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'do_write_oneword': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1556:11: note: byref variable will be forcibly initialized 1556 | map_word status, write_cmd; | ^~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'do_erase_oneblock': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1939:11: note: byref variable will be forcibly initialized 1939 | map_word status; | ^~~~~~ /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:23: note: byref variable will be forcibly initialized 176 | 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/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c:688:12: note: in expansion of macro 'wait_event_interruptible_timeout' 688 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:23: note: byref variable will be forcibly initialized 457 | struct karatsuba_ctx ctx; | ^~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1668:19: note: byref variable will be forcibly initialized 1668 | struct list_head local_pure_list; | ^~~~~~~~~~~~~~~ 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:1949:12: note: byref variable will be forcibly initialized 1949 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:697:23: note: byref variable will be forcibly initialized 697 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:696:18: note: byref variable will be forcibly initialized 696 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:695:24: note: byref variable will be forcibly initialized 695 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:17: note: byref variable will be forcibly initialized 74 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:125:17: note: byref variable will be forcibly initialized 125 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:490:23: note: byref variable will be forcibly initialized 490 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:20: note: byref variable will be forcibly initialized 354 | struct tpm_digest digest; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:557:23: note: byref variable will be forcibly initialized 557 | 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:621:23: note: byref variable will be forcibly initialized 621 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:8: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:656:23: note: byref variable will be forcibly initialized 656 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:8: note: byref variable will be forcibly initialized 166 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'active_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:144:8: note: byref variable will be forcibly initialized 144 | cap_t cap; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/dma-buf/dma-resv.c:679:23: note: byref variable will be forcibly initialized 679 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'enabled_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:122:8: note: byref variable will be forcibly initialized 122 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'caps_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:212:8: note: byref variable will be forcibly initialized 212 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:8: note: byref variable will be forcibly initialized 85 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pubek_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:17: note: byref variable will be forcibly initialized 35 | struct tpm_buf tpm_buf; | ^~~~~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'create_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:56:9: note: byref variable will be forcibly initialized 56 | guid_t uuid; | ^~~~ /kisskb/src/drivers/tty/pty.c: In function 'ptm_open_peer': /kisskb/src/drivers/tty/pty.c:617:14: note: byref variable will be forcibly initialized 617 | struct path path; | ^~~~ /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'lpddr_probe_chip': /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:147:23: note: byref variable will be forcibly initialized 147 | struct lpddr_private lpddr; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_register_chip': /kisskb/src/drivers/gpio/gpio-mockup.c:497:30: note: byref variable will be forcibly initialized 497 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/mtd/maps/map_funcs.c: In function 'simple_map_write': /kisskb/src/drivers/mtd/maps/map_funcs.c:18:22: note: byref variable will be forcibly initialized 18 | static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mtd/maps/map_funcs.c:10: /kisskb/src/drivers/mtd/maps/map_funcs.c: In function 'inline_map_read': /kisskb/src/include/linux/mtd/map.h:391:11: note: byref variable will be forcibly initialized 391 | map_word r; | ^ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_connect_port_channel': /kisskb/src/drivers/slimbus/stream.c:128:22: note: byref variable will be forcibly initialized 128 | struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel': /kisskb/src/drivers/slimbus/stream.c:303:22: note: byref variable will be forcibly initialized 303 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel_content': /kisskb/src/drivers/slimbus/stream.c:268:22: note: byref variable will be forcibly initialized 268 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_activate_channel': /kisskb/src/drivers/slimbus/stream.c:327:22: note: byref variable will be forcibly initialized 327 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_deactivate_remove_channel': /kisskb/src/drivers/slimbus/stream.c:164:22: note: byref variable will be forcibly initialized 164 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_disconnect_port': /kisskb/src/drivers/slimbus/stream.c:148:22: note: byref variable will be forcibly initialized 148 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_hw_register_fractional_divider': /kisskb/src/drivers/clk/clk-fractional-divider.c:199:23: note: byref variable will be forcibly initialized 199 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:17: 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:20: note: byref variable will be forcibly initialized 453 | struct simple_cb cb; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:20: note: byref variable will be forcibly initialized 373 | struct wait_timer wt; | ^~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:293:29: note: byref variable will be forcibly initialized 293 | struct udmabuf_create_item list; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:292:29: note: byref variable will be forcibly initialized 292 | struct udmabuf_create_list head; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:291:24: note: byref variable will be forcibly initialized 291 | struct udmabuf_create create; | ^~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:310:29: note: byref variable will be forcibly initialized 310 | struct udmabuf_create_list head; | ^~~~ In file included from /kisskb/src/include/linux/mtd/qinfo.h:5, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_rxwq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:452:22: note: byref variable will be forcibly initialized 452 | struct slim_eaddr ea; | ^~ 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/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_xfer_msg': /kisskb/src/drivers/slimbus/qcom-ctrl.c:329:29: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_set_laddr': /kisskb/src/drivers/slimbus/qcom-ctrl.c:399:13: note: byref variable will be forcibly initialized 399 | } __packed 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/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/mtd/map.h:16, from /kisskb/src/include/linux/mtd/qinfo.h:5, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'wait_for_ready': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:171:22: note: byref variable will be forcibly initialized 171 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_write_buffers': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:636:14: note: byref variable will be forcibly initialized 636 | struct kvec vec; | ^~~ /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:22: 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:22: 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:22: 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:22: 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:22: 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:697, 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:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: 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:11: 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:2: 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:19: 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:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 179 | struct fence_chains fc; | ^~ In file included from /kisskb/src/drivers/mtd/chips/map_ram.c:15: /kisskb/src/drivers/mtd/chips/map_ram.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1420:28: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:958:3: note: in expansion of macro 'wait_event' 958 | wait_event(group->container_q, !group->container); | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c: In function 'create_bbt': /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c:64:21: note: byref variable will be forcibly initialized 64 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1866:24: note: byref variable will be forcibly initialized 1866 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:537:22: note: byref variable will be forcibly initialized 537 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function '__do_sys_rtas': /kisskb/src/arch/powerpc/kernel/rtas.c:1165:19: note: byref variable will be forcibly initialized 1165 | struct rtas_args args; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1786:24: note: byref variable will be forcibly initialized 1786 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1829:24: note: byref variable will be forcibly initialized 1829 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1505:26: note: byref variable will be forcibly initialized 1505 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1503:21: note: byref variable will be forcibly initialized 1503 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1246:20: note: byref variable will be forcibly initialized 1246 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-sccb.c: In function 'regmap_sccb_read': /kisskb/src/drivers/base/regmap/regmap-sccb.c:45:23: note: byref variable will be forcibly initialized 45 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:1390:21: note: byref variable will be forcibly initialized 1390 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c: In function 'onenand_multiblock_erase': /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2185:21: note: byref variable will be forcibly initialized 2185 | struct erase_info verify_instr = *instr; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'python_countermeasures': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:156:18: note: byref variable will be forcibly initialized 156 | struct resource registers; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'get_phb_buid': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:201:18: note: byref variable will be forcibly initialized 201 | struct resource r; | ^ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtasd.c:339:11: note: in expansion of macro 'wait_event_interruptible' 339 | error = wait_event_interruptible(rtas_log_wait, rtas_log_size); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:21: note: byref variable will be forcibly initialized 320 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read_oob': /kisskb/src/drivers/mtd/mtdconcat.c:263:21: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:23: note: byref variable will be forcibly initialized 78 | struct skcipher_walk walk; | ^~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c: In function 'lkdtm_FORTIFIED_SUBOBJECT': /kisskb/src/drivers/misc/lkdtm/fortify.c:39:4: note: byref variable will be forcibly initialized 39 | } target; | ^~~~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c: In function 'lkdtm_FORTIFIED_STRSCPY': /kisskb/src/drivers/misc/lkdtm/fortify.c:80:4: note: byref variable will be forcibly initialized 80 | } weird = { .big = "hello!" }; | ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1301:18: 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:19: note: byref variable will be forcibly initialized 639 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:159:23: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c:159:18: 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:23: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c:195:18: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/gpio/gpio-sifive.c:9: /kisskb/src/drivers/gpio/gpio-sifive.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/gpio/gpio-sifive.c: In function 'irq_find_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:25: note: byref variable will be forcibly initialized 16 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized 78 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_poweron_write': /kisskb/src/arch/powerpc/kernel/rtas-proc.c:285:18: note: byref variable will be forcibly initialized 285 | struct rtc_time tm; | ^~ /kisskb/src/arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_clock_write': /kisskb/src/arch/powerpc/kernel/rtas-proc.c:351:18: note: byref variable will be forcibly initialized 351 | struct rtc_time tm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_lp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1190:24: note: byref variable will be forcibly initialized 1190 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ 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:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1459:12: note: byref variable will be forcibly initialized 1459 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_sp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1147:24: note: byref variable will be forcibly initialized 1147 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exec_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1425:24: note: byref variable will be forcibly initialized 1425 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1957:25: note: byref variable will be forcibly initialized 1957 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_set_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1908:25: note: byref variable will be forcibly initialized 1908 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4219:19: note: byref variable will be forcibly initialized 4219 | struct va_format vaf; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_wait_rdy_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1990:25: note: byref variable will be forcibly initialized 1990 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5216:23: note: byref variable will be forcibly initialized 5216 | struct alloc_context ac; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_param_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1286:25: note: byref variable will be forcibly initialized 1286 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_read_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1342:25: note: byref variable will be forcibly initialized 1342 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_write_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1649:25: note: byref variable will be forcibly initialized 1649 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_readid_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1704:25: note: byref variable will be forcibly initialized 1704 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1763:25: note: byref variable will be forcibly initialized 1763 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_end_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1530:25: note: byref variable will be forcibly initialized 1530 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exit_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1807:25: note: byref variable will be forcibly initialized 1807 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_erase_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1847:25: note: byref variable will be forcibly initialized 1847 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_reset_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2025:25: note: byref variable will be forcibly initialized 2025 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2063:25: note: byref variable will be forcibly initialized 2063 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_write': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:4389:21: note: byref variable will be forcibly initialized 4389 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2144:25: note: byref variable will be forcibly initialized 2144 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_exec_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2404:30: note: byref variable will be forcibly initialized 2404 | struct nand_op_parser_ctx test_ctx = ctx; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_default_block_markbad': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:501:21: note: byref variable will be forcibly initialized 501 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_subpage': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3003:24: note: byref variable will be forcibly initialized 3003 | struct mtd_oob_region oobregion = { }; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_block_markbad_lowlevel': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:570:21: note: byref variable will be forcibly initialized 570 | struct erase_info einfo; | ^~~~~ 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:12: note: byref variable will be forcibly initialized 328 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:23: note: byref variable will be forcibly initialized 244 | struct mtd_partition part; | ^~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:22:15: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:14: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_oob': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:316:21: note: byref variable will be forcibly initialized 316 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_block_fast': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:419:21: note: byref variable will be forcibly initialized 419 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:357:21: note: byref variable will be forcibly initialized 357 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:759:21: note: byref variable will be forcibly initialized 759 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:751:20: note: byref variable will be forcibly initialized 751 | struct erase_info einfo; | ^~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_set_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:342:31: note: byref variable will be forcibly initialized 342 | struct axi_clkgen_div_params params; | ^~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_probe': /kisskb/src/drivers/clk/clk-axi-clkgen.c:510:23: note: byref variable will be forcibly initialized 510 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:160:24: 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:24: 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:18: note: byref variable will be forcibly initialized 429 | DECLARE_BUFFER(b, page, PATH_MAX); | ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c:415:19: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:415:14: 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:17: note: byref variable will be forcibly initialized 218 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: 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:17: note: byref variable will be forcibly initialized 230 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: 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:14: note: byref variable will be forcibly initialized 267 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c:266:17: note: byref variable will be forcibly initialized 266 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: 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:17: note: byref variable will be forcibly initialized 320 | DECLARE_BUFFER(b, buffer, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: 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:17: note: byref variable will be forcibly initialized 364 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: 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:17: note: byref variable will be forcibly initialized 373 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'tpm1_binary_bios_measurements_show': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:226:20: note: byref variable will be forcibly initialized 226 | struct tcpa_event temp_event; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:644:23: note: byref variable will be forcibly initialized 644 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:421:23: note: byref variable will be forcibly initialized 421 | struct clk_init_data init; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:25: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:25: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ 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:11: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:11: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:11: note: byref variable will be forcibly initialized 542 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:190:18: note: byref variable will be forcibly initialized 190 | struct rtc_time ret; | ^~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serport.c:187:2: note: in expansion of macro 'wait_event_interruptible' 187 | wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cyapa.c: In function 'cyapa_probe': /kisskb/src/drivers/input/mouse/cyapa.c:1253:23: note: byref variable will be forcibly initialized 1253 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:510:31: note: byref variable will be forcibly initialized 510 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1081:26: note: byref variable will be forcibly initialized 1081 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:3: note: in expansion of macro 'wait_event_interruptible' 203 | wait_event_interruptible(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_get_fences': /kisskb/src/drivers/dma-buf/st-dma-resv.c:279:18: note: byref variable will be forcibly initialized 279 | struct dma_resv resv; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:4: note: in expansion of macro 'wait_event_timeout' 45 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'sanitycheck': /kisskb/src/drivers/dma-buf/st-dma-resv.c:40:18: 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:18: note: byref variable will be forcibly initialized 195 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:193:23: 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:18: note: byref variable will be forcibly initialized 123 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:121:23: note: byref variable will be forcibly initialized 121 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:2: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_signaling': /kisskb/src/drivers/dma-buf/st-dma-resv.c:63:18: note: byref variable will be forcibly initialized 63 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:3: note: in expansion of macro 'wait_event_timeout' 291 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:12: note: in expansion of macro 'wait_event_timeout' 285 | timeout = wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:30: note: byref variable will be forcibly initialized 399 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:30: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:346:21: note: byref variable will be forcibly initialized 346 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:638:22: note: byref variable will be forcibly initialized 638 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:597:23: note: byref variable will be forcibly initialized 597 | struct mtd_write_req req; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:24: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:24: note: byref variable will be forcibly initialized 446 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:25: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_do_dump': /kisskb/src/drivers/mtd/mtdoops.c:280:24: note: byref variable will be forcibly initialized 280 | struct kmsg_dump_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_erase_block': /kisskb/src/drivers/mtd/mtdoops.c:80:20: note: byref variable will be forcibly initialized 80 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1069:26: note: byref variable will be forcibly initialized 1069 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1000:19: note: byref variable will be forcibly initialized 1000 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:920:23: note: byref variable will be forcibly initialized 920 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:908:26: note: byref variable will be forcibly initialized 908 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:897:26: note: byref variable will be forcibly initialized 897 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:886:26: note: byref variable will be forcibly initialized 886 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:865:24: note: byref variable will be forcibly initialized 865 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:851:24: note: byref variable will be forcibly initialized 851 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:837:22: note: byref variable will be forcibly initialized 837 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:823:22: note: byref variable will be forcibly initialized 823 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:804:28: note: byref variable will be forcibly initialized 804 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:794:30: note: byref variable will be forcibly initialized 794 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:695:23: note: byref variable will be forcibly initialized 695 | struct mtd_info_user info; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:23: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_read': /kisskb/src/drivers/mtd/mtdchar.c:169:23: note: byref variable will be forcibly initialized 169 | struct mtd_oob_ops ops = {}; | ^~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:12: note: in expansion of macro 'wait_event_interruptible' 187 | error = wait_event_interruptible(serio_raw->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_device_activate_unlocked': /kisskb/src/drivers/gpio/gpio-sim.c:866:30: note: byref variable will be forcibly initialized 866 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_chip_name_show': /kisskb/src/drivers/gpio/gpio-sim.c:1012:32: note: byref variable will be forcibly initialized 1012 | struct gpio_sim_chip_name_ctx ctx = { dev, page }; | ^~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_remove': /kisskb/src/drivers/input/serio/xilinx_ps2.c:335:18: note: byref variable will be forcibly initialized 335 | struct resource r_mem; /* IO mem resources */ | ^~~~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_probe': /kisskb/src/drivers/input/serio/xilinx_ps2.c:232:18: note: byref variable will be forcibly initialized 232 | struct resource r_mem; /* IO mem resources */ | ^~~~~ /kisskb/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_write_fw_block': /kisskb/src/drivers/input/mouse/cyapa_gen3.c:650:30: note: byref variable will be forcibly initialized 650 | struct gen3_write_block_cmd write_block_cmd; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_try_poll_handler': /kisskb/src/drivers/input/mouse/cyapa_gen3.c:1214:24: note: byref variable will be forcibly initialized 1214 | struct cyapa_reg_data data; | ^~~~ /kisskb/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_irq_handler': /kisskb/src/drivers/input/mouse/cyapa_gen3.c:1186:24: note: byref variable will be forcibly initialized 1186 | struct cyapa_reg_data data; | ^~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_hctosys': /kisskb/src/drivers/rtc/class.c:53:18: note: byref variable will be forcibly initialized 53 | struct rtc_time tm; | ^~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/rtc/class.c:13: /kisskb/src/drivers/rtc/class.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_resume': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/class.c:142:20: note: byref variable will be forcibly initialized 142 | struct timespec64 sleep_time; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c:141:20: note: byref variable will be forcibly initialized 141 | struct timespec64 new_system, new_rtc; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c:140:19: note: byref variable will be forcibly initialized 140 | struct rtc_time tm; | ^~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/rtc/class.c:13: /kisskb/src/drivers/rtc/class.c: In function 'rtc_suspend': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/class.c:95:19: note: byref variable will be forcibly initialized 95 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:382:20: note: byref variable will be forcibly initialized 382 | struct rtc_wkalrm alrm; | ^~~~ /kisskb/src/drivers/misc/sram.c: In function 'sram_reserve_regions': /kisskb/src/drivers/misc/sram.c:198:19: note: byref variable will be forcibly initialized 198 | struct resource child_res; | ^~~~~~~~~ /kisskb/src/drivers/misc/sram.c:178:19: note: byref variable will be forcibly initialized 178 | struct list_head reserve_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/flash.c: In function 'ioctl_transfer_image': /kisskb/src/drivers/misc/cxl/flash.c:374:27: note: byref variable will be forcibly initialized 374 | struct cxl_adapter_image ai; | ^~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_read': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:194:17: note: byref variable will be forcibly initialized 194 | struct i2c_msg msg_response = { | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_stats': /kisskb/src/drivers/misc/xilinx_sdfec.c:917:22: note: byref variable will be forcibly initialized 917 | struct xsdfec_stats user_stats; | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_irq': /kisskb/src/drivers/misc/xilinx_sdfec.c:383:20: note: byref variable will be forcibly initialized 383 | struct xsdfec_irq irq; | ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:410:22: note: byref variable will be forcibly initialized 410 | struct xsdfec_turbo turbo; | ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_status': /kisskb/src/drivers/misc/xilinx_sdfec.c:295:23: note: byref variable will be forcibly initialized 295 | struct xsdfec_status status; | ^~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:438:22: note: byref variable will be forcibly initialized 438 | struct xsdfec_turbo turbo_params; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:26:19: note: byref variable will be forcibly initialized 26 | struct va_format vaf; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:18: note: byref variable will be forcibly initialized 411 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:870:21: note: byref variable will be forcibly initialized 870 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_psl_irq': /kisskb/src/drivers/misc/cxl/guest.c:162:22: note: byref variable will be forcibly initialized 162 | struct cxl_irq_info irq_info; | ^~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:822:21: note: byref variable will be forcibly initialized 822 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:805:18: 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:26: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~ /kisskb/src/drivers/rtc/interface.c:215:18: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:19: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:496:18: 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:19: 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:21: note: byref variable will be forcibly initialized 936 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:902:18: note: byref variable will be forcibly initialized 902 | struct rtc_time tm; | ^~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:2: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:14: note: byref variable will be forcibly initialized 17 | struct path old_root; | ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:14: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_mkdir': /kisskb/src/drivers/base/devtmpfs.c:171:14: note: byref variable will be forcibly initialized 171 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_create': /kisskb/src/drivers/base/devtmpfs.c:231:16: note: byref variable will be forcibly initialized 231 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:217:14: note: byref variable will be forcibly initialized 217 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_rmdir': /kisskb/src/drivers/base/devtmpfs.c:250:14: note: byref variable will be forcibly initialized 250 | struct path parent; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_remove': /kisskb/src/drivers/base/devtmpfs.c:335:17: note: byref variable will be forcibly initialized 335 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:331:15: note: byref variable will be forcibly initialized 331 | struct path p = {.mnt = parent.mnt, .dentry = dentry}; | ^ /kisskb/src/drivers/base/devtmpfs.c:330:16: note: byref variable will be forcibly initialized 330 | struct kstat stat; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c:320:14: note: byref variable will be forcibly initialized 320 | struct path parent; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_create_node': /kisskb/src/drivers/base/devtmpfs.c:126:13: note: byref variable will be forcibly initialized 126 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_delete_node': /kisskb/src/drivers/base/devtmpfs.c:153:13: note: byref variable will be forcibly initialized 153 | struct req req; | ^~~ 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:16: note: byref variable will be forcibly initialized 266 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:16: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: 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:23: note: byref variable will be forcibly initialized 426 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:23: note: byref variable will be forcibly initialized 141 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:23: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:336:23: note: byref variable will be forcibly initialized 336 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:663:23: note: byref variable will be forcibly initialized 663 | struct cpu_stop_done done; | ^~~~ /kisskb/src/drivers/input/mouse/cyapa_gen5.c: In function 'cyapa_pip_irq_handler': /kisskb/src/drivers/input/mouse/cyapa_gen5.c:2768:31: note: byref variable will be forcibly initialized 2768 | struct cyapa_pip_report_data report_data; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cyapa_gen6.c: In function 'cyapa_pip_state_parse': /kisskb/src/drivers/input/mouse/cyapa_gen6.c:139:24: note: byref variable will be forcibly initialized 139 | struct pip_fixed_info pip_info; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/cyapa_gen6.c: In function 'cyapa_gen6_set_interval_setting': /kisskb/src/drivers/input/mouse/cyapa_gen6.c:353:13: note: byref variable will be forcibly initialized 353 | } __packed set_interval_cmd; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cyapa_gen6.c: In function 'cyapa_pip_retrieve_data_structure': /kisskb/src/drivers/input/mouse/cyapa_gen6.c:569:13: note: byref variable will be forcibly initialized 569 | } __packed cmd; | ^~~ /kisskb/src/drivers/base/node.c: In function 'node_read_meminfo': /kisskb/src/drivers/base/node.c:375:17: note: byref variable will be forcibly initialized 375 | struct sysinfo i; | ^ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_set_crop': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2541:19: note: byref variable will be forcibly initialized 2541 | struct v4l2_rect _r; | ^~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_init_controls': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:918:33: note: byref variable will be forcibly initialized 918 | const struct v4l2_ctrl_config ctrl_cfg = { | ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:903:33: note: byref variable will be forcibly initialized 903 | const struct v4l2_ctrl_config ctrl_cfg = { | ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:881:27: note: byref variable will be forcibly initialized 881 | struct v4l2_ctrl_config ctrl_cfg = { | ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:828:27: note: byref variable will be forcibly initialized 828 | struct v4l2_ctrl_config ctrl_cfg = { | ^~~~~~~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:22: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ 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/include/linux/i2c.h:13, from /kisskb/src/drivers/media/i2c/m5mols/m5mols_core.c:12: /kisskb/src/drivers/media/i2c/m5mols/m5mols_core.c: In function 'm5mols_wait_interrupt': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/m5mols/m5mols_core.c:342:12: note: in expansion of macro 'wait_event_interruptible_timeout' 342 | int ret = wait_event_interruptible_timeout(info->irq_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/utsname_sysctl.c: In function 'proc_do_uts_string': /kisskb/src/kernel/utsname_sysctl.c:35:19: note: byref variable will be forcibly initialized 35 | struct ctl_table uts_table; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/eeh_driver.c: In function 'eeh_handle_normal_event': /kisskb/src/arch/powerpc/kernel/eeh_driver.c:843:22: note: byref variable will be forcibly initialized 843 | struct eeh_rmv_data rmv_data = | ^~~~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:21: note: byref variable will be forcibly initialized 259 | struct axis_triple axis; | ^~~~ 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-arb-gpio-challenge.c:11: /kisskb/src/drivers/i2c/muxes/i2c-arb-gpio-challenge.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_poll': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:48:20: note: byref variable will be forcibly initialized 48 | struct qwiic_data data; | ^~~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_probe': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:65:19: note: byref variable will be forcibly initialized 65 | struct qwiic_ver vers; | ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function '____ccs_read_addr': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:73:17: note: byref variable will be forcibly initialized 73 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function 'ccs_write_addr_no_quirk': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:324:17: note: byref variable will be forcibly initialized 324 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_write': /kisskb/src/drivers/input/serio/userio.c:183:20: note: byref variable will be forcibly initialized 183 | struct userio_cmd cmd; | ^~~ In file included from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c:166:11: note: in expansion of macro 'wait_event_interruptible' 166 | error = wait_event_interruptible(userio->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized 128 | struct statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized 170 | struct statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:17: note: byref variable will be forcibly initialized 74 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized 99 | struct path path; | ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized 194 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized 203 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized 215 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:25, from /kisskb/src/drivers/char/tpm/tpm_atmel.c:17: /kisskb/src/drivers/char/tpm/tpm_atmel.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized 126 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_atmel.c: In function 'init_atmel': /kisskb/src/include/linux/platform_device.h:126:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_reg_write_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:97:25: note: byref variable will be forcibly initialized 97 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_cmd_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:78:25: note: byref variable will be forcibly initialized 78 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_firmware': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_scode': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_sleep': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:721:29: note: byref variable will be forcibly initialized 721 | struct firmware_properties new_fw; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'generic_set_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'nand_power_down_op': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:258:25: note: byref variable will be forcibly initialized 258 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:27: note: byref variable will be forcibly initialized 178 | struct media_link_desc klink_desc; | ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:26: note: byref variable will be forcibly initialized 164 | struct media_pad_desc pad; | ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:23: note: byref variable will be forcibly initialized 240 | struct media_v2_link klink, __user *ulink; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:22: note: byref variable will be forcibly initialized 239 | struct media_v2_pad kpad, __user *upad; | ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:28: note: byref variable will be forcibly initialized 238 | struct media_v2_interface kintf, __user *uintf; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:25: note: byref variable will be forcibly initialized 237 | struct media_v2_entity kentity, __user *uentity; | ^~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:659:22: note: byref variable will be forcibly initialized 659 | struct media_graph new = { .top = 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_sleep': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:648:18: note: byref variable will be forcibly initialized 648 | struct i2c_msg msg = { .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_init': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:745:18: note: byref variable will be forcibly initialized 745 | struct i2c_msg msg = { .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_set_params': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:671:17: note: byref variable will be forcibly initialized 671 | struct i2c_msg msg = | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'samsung_dtos403ih102a_set': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:414:17: note: byref variable will be forcibly initialized 414 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'opera1_bw': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:343:17: note: byref variable will be forcibly initialized 343 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c: In function 'cx22700_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22700.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:24: note: byref variable will be forcibly initialized 339 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized 758 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function '_virtio_gpio_req': /kisskb/src/drivers/gpio/gpio-virtio.c:64:38: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:30: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:210:38: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:30: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c: In function 'cx24110_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24110.c:106:17: note: byref variable will be forcibly initialized 106 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:542:28: note: byref variable will be forcibly initialized 542 | struct virtio_gpio_config config; | ^~~~~~ /kisskb/src/mm/hugetlb.c: In function 'allocate_file_region_entries': /kisskb/src/mm/hugetlb.c:458:19: note: byref variable will be forcibly initialized 458 | struct list_head allocated_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c: In function 'return_unused_surplus_pages': /kisskb/src/mm/hugetlb.c:2415:12: note: byref variable will be forcibly initialized 2415 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:17, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/hugetlb.c:8: /kisskb/src/mm/hugetlb.c: In function 'set_max_huge_pages': /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/mm/hugetlb.c:3262:2: note: in expansion of macro 'NODEMASK_ALLOC' 3262 | NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c:3261:12: note: byref variable will be forcibly initialized 3261 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/hugetlb.c: In function '__nr_hugepages_store_common': /kisskb/src/mm/hugetlb.c:3544:13: note: byref variable will be forcibly initialized 3544 | nodemask_t nodes_allowed, *n_mask; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:11: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:76:9: note: in expansion of macro 'wait_event_interruptible' 76 | ret = wait_event_interruptible(src->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'proc_hugetlb_doulongvec_minmax': /kisskb/src/mm/hugetlb.c:4327:19: note: byref variable will be forcibly initialized 4327 | struct ctl_table dup_table; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1457:3: note: in expansion of macro 'wait_event' 1457 | wait_event(dmxdev->dvr_dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1453:3: note: in expansion of macro 'wait_event' 1453 | wait_event(dmxdev->dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'demote_store': /kisskb/src/mm/hugetlb.c:3700:13: note: byref variable will be forcibly initialized 3700 | nodemask_t nodes_allowed, *n_mask; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'reset_and_configure': /kisskb/src/drivers/media/dvb-frontends/l64781.c:102:17: note: byref variable will be forcibly initialized 102 | struct i2c_msg msg = { .addr = 0x00, .flags = 0, .buf = buf, .len = 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_writereg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:44:17: note: byref variable will be forcibly initialized 44 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'gather_surplus_pages': /kisskb/src/mm/hugetlb.c:2320:19: note: byref variable will be forcibly initialized 2320 | struct list_head surplus_list; | ^~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'copy_hugetlb_page_range': /kisskb/src/mm/hugetlb.c:4705:28: note: byref variable will be forcibly initialized 4705 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'move_hugetlb_page_tables': /kisskb/src/mm/hugetlb.c:4892:28: note: byref variable will be forcibly initialized 4892 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function '__unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:4941:28: note: byref variable will be forcibly initialized 4941 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:5069:20: note: byref variable will be forcibly initialized 5069 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_cow': /kisskb/src/mm/hugetlb.c:5148:28: note: byref variable will be forcibly initialized 5148 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:26: note: byref variable will be forcibly initialized 173 | struct rtc_time now_tm, alarm_tm; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:18: note: byref variable will be forcibly initialized 173 | struct rtc_time now_tm, alarm_tm; | ^~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_change_protection': /kisskb/src/mm/hugetlb.c:6121:28: note: byref variable will be forcibly initialized 6121 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_unshare_all_pmds': /kisskb/src/mm/hugetlb.c:6837:28: note: byref variable will be forcibly initialized 6837 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_read_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_std_setup': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_aux_byte': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_sleep': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_radio_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c:729:31: note: byref variable will be forcibly initialized 729 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_post_tune': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_tv_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:609:31: note: byref variable will be forcibly initialized 609 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_tuner_attach': /kisskb/src/drivers/media/tuners/tuner-simple.c:1068:18: note: byref variable will be forcibly initialized 1068 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/drivers/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:30: 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:24: note: byref variable will be forcibly initialized 47 | struct pps_event_time ts; | ^~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:21: note: byref variable will be forcibly initialized 32 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:17: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:23: note: byref variable will be forcibly initialized 64 | union i2c_smbus_data data; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/mt20xx.c:12: /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_if_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_antenna': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_check_lo_lock': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_optimize_vco': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_set_if_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'microtune_attach': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_read_temp': /kisskb/src/drivers/w1/slaves/w1_therm.c:2017:20: note: byref variable will be forcibly initialized 2017 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:641:20: note: byref variable will be forcibly initialized 641 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:593:26: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:593:20: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1764:20: note: byref variable will be forcibly initialized 1764 | struct therm_info scratchpad; | ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'temperature_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1621:20: note: byref variable will be forcibly initialized 1621 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_measure': /kisskb/src/drivers/w1/slaves/w1_therm.c:1151:20: note: byref variable will be forcibly initialized 1151 | struct therm_info inf, | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1784:20: note: byref variable will be forcibly initialized 1784 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1529:20: note: byref variable will be forcibly initialized 1529 | struct therm_info info; | ^~~~ /kisskb/src/drivers/input/mouse/elan_i2c_i2c.c: In function 'elan_i2c_write_cmd': /kisskb/src/drivers/input/mouse/elan_i2c_i2c.c:119:17: note: byref variable will be forcibly initialized 119 | struct i2c_msg msg = { | ^~~ /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:1084:29: note: byref variable will be forcibly initialized 1084 | union power_supply_propval val; | ^~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /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:32: 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_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:995:29: note: byref variable will be forcibly initialized 995 | 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:1066:29: note: byref variable will be forcibly initialized 1066 | 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:1048:29: note: byref variable will be forcibly initialized 1048 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:355:25: note: byref variable will be forcibly initialized 355 | struct fwnode_endpoint endpoint; | ^~~~~~~~ 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:29: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:29: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:29: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_rx_done': /kisskb/src/drivers/media/cec/i2c/ch7322.c:272:17: note: byref variable will be forcibly initialized 272 | struct cec_msg msg; | ^~~ /kisskb/src/kernel/watch_queue.c: In function 'watch_queue_set_filter': /kisskb/src/kernel/watch_queue.c:290:35: note: byref variable will be forcibly initialized 290 | struct watch_notification_filter filter; | ^~~~~~ /kisskb/src/kernel/watch_queue.c: In function 'remove_watch_from_object': /kisskb/src/kernel/watch_queue.c:487:36: note: byref variable will be forcibly initialized 487 | struct watch_notification_removal n; | ^ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:27: note: byref variable will be forcibly initialized 382 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/media/i2c/cx25840/cx25840-ir.c: In function 'cx25840_ir_probe': /kisskb/src/drivers/media/i2c/cx25840/cx25840-ir.c:1190:35: note: byref variable will be forcibly initialized 1190 | struct v4l2_subdev_ir_parameters default_params; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_i2c_bridge': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc1_out': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_i2c_bridge': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_if': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_init_if': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c:462:17: note: byref variable will be forcibly initialized 462 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:17: note: byref variable will be forcibly initialized 536 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, | ^~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2266:23: note: byref variable will be forcibly initialized 2266 | union i2c_smbus_data dummy; | ^~~~~ In file included from /kisskb/src/kernel/scftorture.c:35: /kisskb/src/kernel/scftorture.c: In function 'scftorture_invoker': /kisskb/src/kernel/scftorture.c:443:24: note: byref variable will be forcibly initialized 443 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1180:24: 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:24: note: byref variable will be forcibly initialized 2294 | struct i2c_board_info info; | ^~~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:31: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1925:21: 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:17: 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:23: note: byref variable will be forcibly initialized 2225 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:23: note: byref variable will be forcibly initialized 116 | union i2c_smbus_data data; | ^~~~ 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/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:9: note: in expansion of macro 'wait_event_timeout' 84 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'set_radio_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_standby': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_read_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_autodetection': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:324:29: note: byref variable will be forcibly initialized 324 | 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:278:29: note: byref variable will be forcibly initialized 278 | union power_supply_propval value; | ^~~~~ 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/i2c/saa6588.c:10: /kisskb/src/drivers/media/i2c/saa6588.c: In function 'read_from_buf': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/saa6588.c:183:13: note: in expansion of macro 'wait_event_interruptible' 183 | int ret = wait_event_interruptible(s->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_enum_freq_bands': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2670:25: note: byref variable will be forcibly initialized 2670 | struct v4l2_modulator m = { | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2652:21: note: byref variable will be forcibly initialized 2652 | struct v4l2_tuner t = { | ^ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_report_event': /kisskb/src/drivers/input/sparse-keymap.c:278:19: note: byref variable will be forcibly initialized 278 | struct key_entry unknown_ke; | ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c: In function 'adv748x_parse_dt': /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c:655:21: note: byref variable will be forcibly initialized 655 | struct of_endpoint ep; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2231:26: note: byref variable will be forcibly initialized 2231 | struct v4l2_ext_control ctrl; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2230:27: note: byref variable will be forcibly initialized 2230 | struct v4l2_ext_controls ctrls; | ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2197:26: note: byref variable will be forcibly initialized 2197 | struct v4l2_ext_control ctrl; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2196:27: note: byref variable will be forcibly initialized 2196 | struct v4l2_ext_controls ctrls; | ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function '__video_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2913:25: note: byref variable will be forcibly initialized 2913 | struct v4l2_ioctl_info default_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/i2c/busses/i2c-taos-evm.c:10: /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_smbus_xfer': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:104:2: note: in expansion of macro 'wait_event_interruptible_timeout' 104 | wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_dequeue': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:72:9: note: in expansion of macro 'wait_event_interruptible' 72 | ret = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_connect': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:248:2: note: in expansion of macro 'wait_event_interruptible_timeout' 248 | wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:226:2: note: in expansion of macro 'wait_event_interruptible_timeout' 226 | wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_unsubscribe_all': /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:279:33: note: byref variable will be forcibly initialized 279 | struct v4l2_event_subscription sub; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c: In function 'toshiba_nand_benand_read_eccstatus_op': /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:42:25: note: byref variable will be forcibly initialized 42 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_send_request': /kisskb/src/drivers/i2c/busses/i2c-opal.c:41:18: note: byref variable will be forcibly initialized 41 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_smbus_xfer': /kisskb/src/drivers/i2c/busses/i2c-opal.c:117:26: note: byref variable will be forcibly initialized 117 | struct opal_i2c_request req; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_master_xfer': /kisskb/src/drivers/i2c/busses/i2c-opal.c:77:26: note: byref variable will be forcibly initialized 77 | struct opal_i2c_request req; | ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:27: note: byref variable will be forcibly initialized 478 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'subdev_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:521:32: note: byref variable will be forcibly initialized 521 | struct v4l2_subdev_selection sel; | ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:503:32: note: byref variable will be forcibly initialized 503 | struct v4l2_subdev_selection sel; | ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_initial_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:44:20: note: byref variable will be forcibly initialized 44 | struct v4l2_event ev; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:55:20: note: byref variable will be forcibly initialized 55 | struct v4l2_event ev; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'v4l2_subdev_link_validate': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:38: note: byref variable will be forcibly initialized 848 | struct v4l2_subdev_format sink_fmt, source_fmt; | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:28: note: byref variable will be forcibly initialized 848 | struct v4l2_subdev_format sink_fmt, source_fmt; | ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_get_link_freq': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:456:25: note: byref variable will be forcibly initialized 456 | struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ }; | ^~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:10: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:9: note: in expansion of macro 'wait_event_interruptible' 60 | err = wait_event_interruptible(pps->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:24: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:20: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:21: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:4: note: in expansion of macro 'wait_event_interruptible' 489 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: 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:10: note: in expansion of macro 'wait_event_interruptible_timeout' 479 | err = wait_event_interruptible_timeout(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:18: 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:17: note: byref variable will be forcibly initialized 1916 | struct cec_msg tx_cec_msg = { }; | ^~~~~~~~~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:24: note: byref variable will be forcibly initialized 97 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:24: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:24: note: byref variable will be forcibly initialized 725 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:20: note: byref variable will be forcibly initialized 464 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:25: note: byref variable will be forcibly initialized 793 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:23: note: byref variable will be forcibly initialized 21 | struct skcipher_walk walk; | ^~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:20: note: byref variable will be forcibly initialized 502 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:23: note: byref variable will be forcibly initialized 898 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c: In function 'dib3000mc_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c:590:33: note: byref variable will be forcibly initialized 590 | struct dtv_frontend_properties schan; | ^~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:23: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1628:12: note: in expansion of macro 'wait_event_interruptible' 1628 | status = wait_event_interruptible(ca->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:23: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_probe': /kisskb/src/drivers/regulator/ltc3589.c:420:27: note: byref variable will be forcibly initialized 420 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:29: note: byref variable will be forcibly initialized 115 | union power_supply_propval online; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:23:29: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:19: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1134:33: note: byref variable will be forcibly initialized 1134 | struct dtv_frontend_properties schan; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_write': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:255:29: note: byref variable will be forcibly initialized 255 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_read': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:211:29: note: byref variable will be forcibly initialized 211 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized 218 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_select_chan': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_deselect_mux': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:453:30: note: byref variable will be forcibly initialized 453 | struct i2c_device_identity id; | ^~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_wait_on_sdma': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:866:43: note: byref variable will be forcibly initialized 866 | struct cadence_nand_irq_status irq_mask, irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:866:33: note: byref variable will be forcibly initialized 866 | struct cadence_nand_irq_status irq_mask, irq_status; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_isr': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:770:33: note: byref variable will be forcibly initialized 770 | struct cadence_nand_irq_status irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cdma_send_and_wait': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1023:33: note: byref variable will be forcibly initialized 1023 | struct cadence_nand_irq_status irq_mask, irq_status = {0}; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cmd_erase': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2100:31: note: byref variable will be forcibly initialized 2100 | const struct nand_operation nand_op = { | ^~~~~~~ In file included 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/mtd/nand/raw/cadence-nand-controller.c:11: /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_slave_dma_transfer': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1816:29: note: byref variable will be forcibly initialized 1816 | DECLARE_COMPLETION_ONSTACK(finished); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_init': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2833:17: note: byref variable will be forcibly initialized 2833 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:6: /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:23: note: byref variable will be forcibly initialized 147 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:23: note: byref variable will be forcibly initialized 170 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:10: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: 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:10: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | res = wait_event_interruptible_timeout(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:9: note: in expansion of macro 'wait_event_interruptible' 320 | err = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:20: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:111:25: note: byref variable will be forcibly initialized 111 | struct bd71828_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:163:26: note: byref variable will be forcibly initialized 163 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:140:25: 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:26: note: byref variable will be forcibly initialized 185 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_probe': /kisskb/src/drivers/rtc/rtc-bd70528.c:304:19: note: byref variable will be forcibly initialized 304 | struct rtc_time t; | ^ /kisskb/src/drivers/media/i2c/adv748x/adv748x-hdmi.c: In function 'adv748x_hdmi_propagate_pixelrate': /kisskb/src/drivers/media/i2c/adv748x/adv748x-hdmi.c:400:25: note: byref variable will be forcibly initialized 400 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1552:23: note: byref variable will be forcibly initialized 1552 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_set_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:119:20: note: byref variable will be forcibly initialized 119 | struct bq32k_regs regs; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_read_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:91:20: note: byref variable will be forcibly initialized 91 | struct bq32k_regs regs; | ^~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt': /kisskb/src/crypto/cfb.c:182:23: 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:23: note: byref variable will be forcibly initialized 106 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tea5761.c:12: /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function '__set_radio_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_read_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_autodetection': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/mm/mempolicy.c: In function 'offset_il_node': /kisskb/src/mm/mempolicy.c:1953:13: note: byref variable will be forcibly initialized 1953 | nodemask_t nodemask = pol->nodes; | ^~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_relative_nodemask': /kisskb/src/mm/mempolicy.c:192:13: 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:13: note: byref variable will be forcibly initialized 320 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:731:21: 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:1060:12: note: byref variable will be forcibly initialized 1060 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c:1059:13: note: byref variable will be forcibly initialized 1059 | nodemask_t nmask; | ^~~~~ In file included from /kisskb/src/drivers/media/tuners/tda9887.c:12: /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ 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:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:851:2: note: in expansion of macro 'NODEMASK_SCRATCH' 851 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1567:13: note: byref variable will be forcibly initialized 1567 | nodemask_t nodes; | ^~~~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_configure': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_get_afc': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1693:13: note: byref variable will be forcibly initialized 1693 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function 'do_migrate_pages': /kisskb/src/mm/mempolicy.c:1100:13: note: byref variable will be forcibly initialized 1100 | 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/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1598:2: note: in expansion of macro 'NODEMASK_SCRATCH' 1598 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1594:13: note: byref variable will be forcibly initialized 1594 | nodemask_t task_nodes; | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2409:14: note: byref variable will be forcibly initialized 2409 | 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:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1306:3: note: in expansion of macro 'NODEMASK_SCRATCH' 1306 | 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:1262:12: note: byref variable will be forcibly initialized 1262 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:1468:13: note: byref variable will be forcibly initialized 1468 | 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:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2768:3: note: in expansion of macro 'NODEMASK_SCRATCH' 2768 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2766:25: note: byref variable will be forcibly initialized 2766 | 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:32: note: byref variable will be forcibly initialized 289 | typeof(_unused_nodemask_arg_) m; \ | ^ /kisskb/src/mm/mempolicy.c:2906:13: note: in expansion of macro 'nodemask_of_node' 2906 | .nodes = nodemask_of_node(nid), | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2889:13: note: byref variable will be forcibly initialized 2889 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_i2c_probe': /kisskb/src/drivers/clk/clk-si5351.c:1376:23: note: byref variable will be forcibly initialized 1376 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:149:17: note: byref variable will be forcibly initialized 149 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827x_probe_version': /kisskb/src/drivers/media/tuners/tda827x.c:844:17: note: byref variable will be forcibly initialized 844 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:750:17: note: byref variable will be forcibly initialized 750 | struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:655:17: note: byref variable will be forcibly initialized 655 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:508:17: note: byref variable will be forcibly initialized 508 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:435:17: note: byref variable will be forcibly initialized 435 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:325:17: note: byref variable will be forcibly initialized 325 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:223:17: note: byref variable will be forcibly initialized 223 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:26: note: byref variable will be forcibly initialized 233 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:255:26: note: byref variable will be forcibly initialized 255 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_recalc_rate': /kisskb/src/drivers/clk/clk-si514.c:218:26: note: byref variable will be forcibly initialized 218 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:334:23: note: byref variable will be forcibly initialized 334 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:708:19: note: byref variable will be forcibly initialized 708 | struct va_format vaf; | ^~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:147:23: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:48: 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:39: 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:30: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:23: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:675:3: note: in expansion of macro 'wait_event_interruptible_timeout' 675 | wait_event_interruptible_timeout(fepriv->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2346:33: note: byref variable will be forcibly initialized 2346 | struct dtv_frontend_properties getp; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:33: note: byref variable will be forcibly initialized 2400 | struct dtv_frontend_properties getp; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_get_event': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:301:9: note: in expansion of macro 'wait_event_interruptible' 301 | ret = wait_event_interruptible(events->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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-pinctrl.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:89:23: note: byref variable will be forcibly initialized 89 | struct skcipher_walk w; | ^ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:8: note: byref variable will be forcibly initialized 146 | le128 b; | ^ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc5000.c:246:17: note: byref variable will be forcibly initialized 246 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/input/rmi4/rmi_smbus.c: In function 'rmi_smb_get_command_code': /kisskb/src/drivers/input/rmi4/rmi_smbus.c:84:29: note: byref variable will be forcibly initialized 84 | struct mapping_table_entry new_map; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc4000.c:243:17: note: byref variable will be forcibly initialized 243 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/xc4000.c:927:29: note: byref variable will be forcibly initialized 927 | struct firmware_properties new_fw; | ^~~~~~ 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-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:18: note: byref variable will be forcibly initialized 85 | struct resource res; | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_write': /kisskb/src/drivers/media/tuners/mt2063.c:244:17: note: byref variable will be forcibly initialized 244 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_writeregs': /kisskb/src/drivers/media/tuners/mt2266.c:78:17: note: byref variable will be forcibly initialized 78 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_writereg': /kisskb/src/drivers/media/tuners/mt2266.c:65:17: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_probe': /kisskb/src/drivers/clk/clk-si570.c:405:23: note: byref variable will be forcibly initialized 405 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:14: note: byref variable will be forcibly initialized 161 | struct path target; | ^~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writeregs': /kisskb/src/drivers/media/tuners/mt2131.c:70:17: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writereg': /kisskb/src/drivers/media/tuners/mt2131.c:58:17: note: byref variable will be forcibly initialized 58 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, | ^~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:14: note: byref variable will be forcibly initialized 19 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:14: note: byref variable will be forcibly initialized 33 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:14: note: byref variable will be forcibly initialized 46 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:14: note: byref variable will be forcibly initialized 61 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:14: note: byref variable will be forcibly initialized 85 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:14: note: byref variable will be forcibly initialized 102 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:14: note: byref variable will be forcibly initialized 115 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:14: note: byref variable will be forcibly initialized 129 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:14: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:24: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:14: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:14: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:14: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:14: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:25: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:25: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:25: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:103:23: note: byref variable will be forcibly initialized 103 | 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:138:23: note: byref variable will be forcibly initialized 138 | 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:160:23: note: byref variable will be forcibly initialized 160 | 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:178:23: note: byref variable will be forcibly initialized 178 | 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:200:23: note: byref variable will be forcibly initialized 200 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:226:23: note: byref variable will be forcibly initialized 226 | 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:253:23: note: byref variable will be forcibly initialized 253 | 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:269:23: note: byref variable will be forcibly initialized 269 | 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:289:23: note: byref variable will be forcibly initialized 289 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_regulator_probe': /kisskb/src/drivers/regulator/ltc3676.c:326:27: note: byref variable will be forcibly initialized 326 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2190:23: note: byref variable will be forcibly initialized 2190 | 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:2436:27: note: byref variable will be forcibly initialized 2436 | struct regulator_config config = { }; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/media/cec/core/cec-pin.c:6: /kisskb/src/drivers/media/cec/core/cec-pin.c: In function 'cec_pin_thread_func': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-pin.c:1039:3: note: in expansion of macro 'wait_event_interruptible' 1039 | wait_event_interruptible(pin->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_write16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:363:17: note: byref variable will be forcibly initialized 363 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_configure_board': /kisskb/src/drivers/media/common/siano/smscoreapi.c:849:23: note: byref variable will be forcibly initialized 849 | struct sms_msg_data crys_msg; | ^~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:834:23: note: byref variable will be forcibly initialized 834 | struct sms_msg_data mtu_msg; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_union': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1349:24: note: byref variable will be forcibly initialized 1349 | struct dibDVBTChannel ch; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/common/siano/smscoreapi.h:16, from /kisskb/src/drivers/media/common/siano/smscoreapi.c:12: /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_getbuffer': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:1646:2: note: in expansion of macro 'wait_event' 1646 | wait_event(coredev->buffer_mng_waitq, (cb = get_entry(coredev))); | ^~~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_configure_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1823:4: note: byref variable will be forcibly initialized 1823 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_set_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1868:4: note: byref variable will be forcibly initialized 1868 | } msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1998:40: note: byref variable will be forcibly initialized 1998 | struct dvb_frontend_parametersContext channel_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/max8660.c: In function 'max8660_probe': /kisskb/src/drivers/regulator/max8660.c:374:31: note: byref variable will be forcibly initialized 374 | struct max8660_platform_data pdata_of, *pdata = dev_get_platdata(dev); | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c: In function 'ves1820_writereg': /kisskb/src/drivers/media/dvb-frontends/ves1820.c:50:17: note: byref variable will be forcibly initialized 50 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 3 }; | ^~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:24: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:726:26: note: byref variable will be forcibly initialized 726 | struct v4l2_ext_control c; | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:807:26: note: byref variable will be forcibly initialized 807 | struct v4l2_ext_control c; | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl_int64': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:820:26: note: byref variable will be forcibly initialized 820 | struct v4l2_ext_control c; | ^ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:14: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ 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:10, from /kisskb/src/mm/sparse-vmemmap.c:21: /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_free': /kisskb/src/mm/sparse-vmemmap.c:281:12: note: byref variable will be forcibly initialized 281 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_alloc': /kisskb/src/mm/sparse-vmemmap.c:367:12: note: byref variable will be forcibly initialized 367 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/common/siano/sms-cards.c: In function 'sms_set_gpio': /kisskb/src/drivers/media/common/siano/sms-cards.c:230:29: note: byref variable will be forcibly initialized 230 | struct smscore_config_gpio gpioconfig = { | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/opp/of.c:16: /kisskb/src/drivers/opp/of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_validate_alarm': /kisskb/src/drivers/rtc/rtc-cmos.c:450:19: note: byref variable will be forcibly initialized 450 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:426:19: note: byref variable will be forcibly initialized 426 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:409:18: note: byref variable will be forcibly initialized 409 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_check_wkalrm': /kisskb/src/drivers/rtc/rtc-cmos.c:1095:18: note: byref variable will be forcibly initialized 1095 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/rtc-cmos.c:1091:20: note: byref variable will be forcibly initialized 1091 | struct rtc_wkalrm current_alarm; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_aie_poweroff': /kisskb/src/drivers/rtc/rtc-cmos.c:1020:21: note: byref variable will be forcibly initialized 1020 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:991:18: note: byref variable will be forcibly initialized 991 | struct rtc_time now; | ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_verify_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:59:28: note: byref variable will be forcibly initialized 59 | struct v4l2_subdev_format fmt; | ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_pipeline_validate': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:176:21: note: byref variable will be forcibly initialized 176 | struct media_graph graph; | ^~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_report': /kisskb/src/drivers/input/misc/iqs626a.c:1510:22: 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:25: 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/drivers/input/mousedev.c:16: /kisskb/src/drivers/input/mousedev.c: In function 'mousedev_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:11: note: in expansion of macro 'wait_event_interruptible' 728 | retval = wait_event_interruptible(mousedev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:422:2: note: in expansion of macro 'wait_event' 422 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1678:23: note: byref variable will be forcibly initialized 1678 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_probe': /kisskb/src/drivers/clk/clk-versaclock5.c:912:23: note: byref variable will be forcibly initialized 912 | struct clk_init_data init; | ^~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:25: note: byref variable will be forcibly initialized 255 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_finish': /kisskb/src/crypto/adiantum.c:288:8: note: byref variable will be forcibly initialized 288 | le128 digest; | ^~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2510:29: note: byref variable will be forcibly initialized 2510 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_crypt': /kisskb/src/crypto/adiantum.c:329:8: note: byref variable will be forcibly initialized 329 | le128 digest; | ^~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_cqe_recovery': /kisskb/src/drivers/mmc/core/core.c:537:21: note: byref variable will be forcibly initialized 537 | struct mmc_command cmd; | ^~~ In file included from /kisskb/src/include/linux/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:20: note: byref variable will be forcibly initialized 784 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ 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/media/platform/aspeed-video.c:7: /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_get_resolution': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:837:8: note: in expansion of macro 'wait_event_interruptible_timeout' 837 | rc = wait_event_interruptible_timeout(video->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:824:8: note: in expansion of macro 'wait_event_interruptible_timeout' 824 | rc = wait_event_interruptible_timeout(video->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_stop_streaming': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:1515:7: note: in expansion of macro 'wait_event_timeout' 1515 | rc = wait_event_timeout(video->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_query_dv_timings': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:1247:8: note: in expansion of macro 'wait_event_interruptible' 1247 | rc = wait_event_interruptible(video->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c: In function 'ves1x93_writereg': /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:85:17: note: byref variable will be forcibly initialized 85 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 3 }; | ^~~ /kisskb/src/drivers/i2c/i2c-dev.c: In function 'i2cdev_ioctl': /kisskb/src/drivers/i2c/i2c-dev.c:462:31: note: byref variable will be forcibly initialized 462 | struct i2c_smbus_ioctl_data data_arg; | ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-dev.c:435:30: note: byref variable will be forcibly initialized 435 | struct i2c_rdwr_ioctl_data rdwr_arg; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:763:21: note: byref variable will be forcibly initialized 763 | 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:285:21: note: byref variable will be forcibly initialized 285 | 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:225:31: note: byref variable will be forcibly initialized 225 | 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:543:23: note: byref variable will be forcibly initialized 543 | struct mmc_busy_data cb_data; | ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_hpi_cmd': /kisskb/src/drivers/mmc/core/mmc_ops.c:543:23: note: byref variable will be forcibly initialized 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function '__mmc_switch': /kisskb/src/drivers/mmc/core/mmc_ops.c:543:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:667:21: note: byref variable will be forcibly initialized 667 | struct scatterlist sg; | ^~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' 1085 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_write_ext_reg': /kisskb/src/drivers/mmc/core/sd.c:1017:21: note: byref variable will be forcibly initialized 1017 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_poweroff_notify': /kisskb/src/drivers/mmc/core/sd.c:1647:22: note: byref variable will be forcibly initialized 1647 | struct sd_busy_data cb_data; | ^~~~~~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_probe': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:169:29: note: byref variable will be forcibly initialized 169 | struct palmas_pwron_config config; | ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c: In function 'v4l2_i2c_new_subdev': /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c:125:24: note: byref variable will be forcibly initialized 125 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_writereg': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 4 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:42:17: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = len }; | ^~~ /kisskb/src/mm/ksm.c: In function 'write_protect_page': /kisskb/src/mm/ksm.c:1043:28: note: byref variable will be forcibly initialized 1043 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/ksm.c: In function 'replace_page': /kisskb/src/mm/ksm.c:1130:28: note: byref variable will be forcibly initialized 1130 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_stop_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:702:22: note: byref variable will be forcibly initialized 702 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_start_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:680:22: note: byref variable will be forcibly initialized 680 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_send_statistics_request': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:738:21: note: byref variable will be forcibly initialized 738 | struct sms_msg_hdr msg; | ^~~ /kisskb/src/mm/ksm.c: In function 'try_to_merge_one_page': /kisskb/src/mm/ksm.c:1205:8: note: byref variable will be forcibly initialized 1205 | pte_t orig_pte = __pte(0); | ^~~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_dvbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:891:4: note: byref variable will be forcibly initialized 891 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_isdbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:961:4: note: byref variable will be forcibly initialized 961 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_hotplug': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:1106:28: note: byref variable will be forcibly initialized 1106 | struct smsclient_params_t params; | ^~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'add_regulator_linked': /kisskb/src/drivers/mfd/twl-core.c:664:35: note: byref variable will be forcibly initialized 664 | struct twl_regulator_driver_data drv_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/ksm.c:17: /kisskb/src/mm/ksm.c: In function 'ksm_scan_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/ksm.c:2428:4: note: in expansion of macro 'wait_event_freezable' 2428 | wait_event_freezable(ksm_thread_wait, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/ksm.c:2424:4: note: in expansion of macro 'wait_event_interruptible_timeout' 2424 | wait_event_interruptible_timeout(ksm_iter_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_no_check': /kisskb/src/drivers/media/i2c/adv7842.c:329:23: note: byref variable will be forcibly initialized 329 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_data': /kisskb/src/drivers/media/i2c/adv7842.c:307:23: note: byref variable will be forcibly initialized 307 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_read_byte_data_check': /kisskb/src/drivers/media/i2c/adv7842.c:275:23: note: byref variable will be forcibly initialized 275 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_cec_isr': /kisskb/src/drivers/media/i2c/adv7842.c:2215:18: note: byref variable will be forcibly initialized 2215 | struct cec_msg msg; | ^~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'log_infoframe': /kisskb/src/drivers/media/i2c/adv7842.c:2563:23: note: byref variable will be forcibly initialized 2563 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_cp_log_status': /kisskb/src/drivers/media/i2c/adv7842.c:2681:25: note: byref variable will be forcibly initialized 2681 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_command_ram_test': /kisskb/src/drivers/media/i2c/adv7842.c:3190:25: note: byref variable will be forcibly initialized 3190 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/mm/slab.c: In function 'shuffle_freelist': /kisskb/src/mm/slab.c:2435:28: note: byref variable will be forcibly initialized 2435 | union freelist_init_state state; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'sih_read_isr': /kisskb/src/drivers/mfd/twl4030-irq.c:565:4: 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:5: note: byref variable will be forcibly initialized 482 | } imr; | ^~~ 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.c:90: /kisskb/src/mm/slab.c: In function 'drain_alien_cache': /kisskb/src/mm/slab.c:752:14: note: byref variable will be forcibly initialized 752 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'reap_alien': /kisskb/src/mm/slab.c:731:15: note: byref variable will be forcibly initialized 731 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'drain_array': /kisskb/src/mm/slab.c:3952:12: note: byref variable will be forcibly initialized 3952 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'drain_cpu_caches': /kisskb/src/mm/slab.c:2172:12: note: byref variable will be forcibly initialized 2172 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'do_drain': /kisskb/src/mm/slab.c:2156:12: note: byref variable will be forcibly initialized 2156 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function '__cache_free_alien': /kisskb/src/mm/slab.c:769:12: note: byref variable will be forcibly initialized 769 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'cache_flusharray': /kisskb/src/mm/slab.c:3372:12: note: byref variable will be forcibly initialized 3372 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'cache_free_pfmemalloc': /kisskb/src/mm/slab.c:557:12: note: byref variable will be forcibly initialized 557 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'setup_kmem_cache_node': /kisskb/src/mm/slab.c:891:12: note: byref variable will be forcibly initialized 891 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'do_tune_cpucache': /kisskb/src/mm/slab.c:3864:13: note: byref variable will be forcibly initialized 3864 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab.c: In function 'cpuup_canceled': /kisskb/src/mm/slab.c:962:13: note: byref variable will be forcibly initialized 962 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_writereg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:41:17: note: byref variable will be forcibly initialized 41 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; | ^~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_send_scr': /kisskb/src/drivers/mmc/core/sd_ops.c:262:21: 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:21: note: byref variable will be forcibly initialized 333 | struct scatterlist sg; | ^~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsmnt': /kisskb/src/fs/proc_namespace.c:105:14: note: byref variable will be forcibly initialized 105 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsstat': /kisskb/src/fs/proc_namespace.c:201:14: note: byref variable will be forcibly initialized 201 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_regulators_register': /kisskb/src/drivers/regulator/max20086-regulator.c:109:27: note: byref variable will be forcibly initialized 109 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:14: note: byref variable will be forcibly initialized 248 | struct path root; | ^~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_mountinfo': /kisskb/src/fs/proc_namespace.c:140:14: note: byref variable will be forcibly initialized 140 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:22: note: byref variable will be forcibly initialized 345 | struct JS_DATA_TYPE data; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:11: note: in expansion of macro 'wait_event_interruptible' 404 | retval = wait_event_interruptible(joydev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:18: note: byref variable will be forcibly initialized 389 | struct js_event event; | ^~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:18: note: byref variable will be forcibly initialized 117 | struct js_event event; | ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_one': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:77:26: note: byref variable will be forcibly initialized 77 | struct v4l2_fwnode_link link; | ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_dma': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:194:26: note: byref variable will be forcibly initialized 194 | struct v4l2_fwnode_link link; | ^~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:21: note: byref variable will be forcibly initialized 249 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:28: note: byref variable will be forcibly initialized 827 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:28: note: byref variable will be forcibly initialized 862 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1037:19: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_write': /kisskb/src/drivers/input/evdev.c:1036:20: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c:91:17: note: byref variable will be forcibly initialized 91 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/input/evdev.c:1035:23: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:21: note: byref variable will be forcibly initialized 507 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:12: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:21: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_irq_thread': /kisskb/src/drivers/mfd/twl6030-irq.c:166:4: note: byref variable will be forcibly initialized 166 | } sts; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:235:11: 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:26: note: byref variable will be forcibly initialized 74 | struct signalfd_siginfo new; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:209:19: 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:11: 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:11: note: byref variable will be forcibly initialized 317 | sigset_t mask; | ^~~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:24: note: byref variable will be forcibly initialized 326 | struct ms_id_register id_reg; | ^~~~~~ In file included from /kisskb/src/drivers/media/platform/xilinx/xilinx-vtc.c:14: /kisskb/src/drivers/media/platform/xilinx/xilinx-vtc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/flash/leds-mt6360.c: In function 'mt6360_led_probe': /kisskb/src/drivers/leds/flash/leds-mt6360.c:826:24: note: byref variable will be forcibly initialized 826 | struct led_init_data init_data = { .fwnode = child, }; | ^~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:807:13: 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:12: note: byref variable will be forcibly initialized 805 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/fs/eventpoll.c:1372:23: 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:19: note: byref variable will be forcibly initialized 1450 | struct ep_pqueue epq; | ^~~ 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:14: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:842:9: 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:9: note: in expansion of macro 'wait_event_interruptible_locked_irq' 278 | res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1569:13: 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:20: 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:13: 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:12: note: byref variable will be forcibly initialized 1641 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:458:12: note: byref variable will be forcibly initialized 458 | struct fd f; | ^ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1772:21: note: byref variable will be forcibly initialized 1772 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:562:27: note: byref variable will be forcibly initialized 562 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:562:22: 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:12: 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:22: 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:27: note: byref variable will be forcibly initialized 590 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:590:22: 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:22: note: byref variable will be forcibly initialized 606 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/fs/eventpoll.c:2244:20: 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:20: 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:20: 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:17: note: byref variable will be forcibly initialized 2365 | struct sysinfo si; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2186:21: note: byref variable will be forcibly initialized 2186 | struct epoll_event epds; | ^~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/media/mmc/siano/smssdio.c: In function 'smssdio_probe': /kisskb/src/drivers/media/mmc/siano/smssdio.c:243:28: note: byref variable will be forcibly initialized 243 | struct smsdevice_params_t params; | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reset': /kisskb/src/drivers/media/tuners/mxl5005s.c:3841:17: note: byref variable will be forcibly initialized 3841 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_writereg': /kisskb/src/drivers/media/tuners/mxl5005s.c:3867:17: note: byref variable will be forcibly initialized 3867 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:17: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/i2c/ad9389b.c: In function 'ad9389b_notify_monitor_detect': /kisskb/src/drivers/media/i2c/ad9389b.c:892:32: note: byref variable will be forcibly initialized 892 | struct ad9389b_monitor_detect mdt; | ^~~ /kisskb/src/drivers/media/i2c/ad9389b.c: In function 'ad9389b_update_monitor_present_status': /kisskb/src/drivers/media/i2c/ad9389b.c:892:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/i2c/ad9389b.c:892:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/i2c/ad9389b.c: In function 'ad9389b_check_monitor_present_status': /kisskb/src/drivers/media/i2c/ad9389b.c:892:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/i2c/ad9389b.c: In function 'ad9389b_check_edid_status': /kisskb/src/drivers/media/i2c/ad9389b.c:1012:29: note: byref variable will be forcibly initialized 1012 | struct ad9389b_edid_detect ed; | ^~ /kisskb/src/drivers/media/i2c/ad9389b.c: In function 'ad9389b_edid_handler': /kisskb/src/drivers/media/i2c/ad9389b.c:815:29: note: byref variable will be forcibly initialized 815 | struct ad9389b_edid_detect ed; | ^~ 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_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:274:8: note: in expansion of macro 'wait_event_timeout' 274 | if (!wait_event_timeout(ihid->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/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_wait_for_done_vb': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1834:9: note: in expansion of macro 'wait_event_interruptible' 1834 | ret = wait_event_interruptible(q->done_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_wait_for_all_buffers': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1898:3: note: in expansion of macro 'wait_event' 1898 | wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:894:31: note: byref variable will be forcibly initialized 894 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_get_int_prop': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1102:31: note: byref variable will be forcibly initialized 1102 | struct fwnode_reference_args fwnode_args; | ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_parse_link': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:544:25: note: byref variable will be forcibly initialized 544 | struct fwnode_endpoint fwep; | ^~~~ 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:19: 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:19: 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:19: note: byref variable will be forcibly initialized 126 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1429:29: note: byref variable will be forcibly initialized 1429 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:24: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:459:25: note: byref variable will be forcibly initialized 459 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1681:29: note: byref variable will be forcibly initialized 1681 | struct of_phandle_iterator it; | ^~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:259:21: note: byref variable will be forcibly initialized 259 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:217:20: 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:20: note: byref variable will be forcibly initialized 102 | union aegis_block key_iv; | ^~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_chunk': /kisskb/src/crypto/aegis128-core.c:198:21: note: byref variable will be forcibly initialized 198 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:156:20: note: byref variable will be forcibly initialized 156 | union aegis_block tmp; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_process_ad': /kisskb/src/crypto/aegis128-core.c:282:20: note: byref variable will be forcibly initialized 282 | union aegis_block buf; | ^~~ /kisskb/src/crypto/aegis128-core.c:281:22: note: byref variable will be forcibly initialized 281 | struct scatter_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_generic': /kisskb/src/crypto/aegis128-core.c:419:21: note: byref variable will be forcibly initialized 419 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:418:23: note: byref variable will be forcibly initialized 418 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c:414:20: note: byref variable will be forcibly initialized 414 | union aegis_block tag; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_generic': /kisskb/src/crypto/aegis128-core.c:396:21: note: byref variable will be forcibly initialized 396 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:395:23: note: byref variable will be forcibly initialized 395 | struct skcipher_walk walk; | ^~~~ 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/mmc/host/cqhci-core.c:5: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_halt': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:964:2: note: in expansion of macro 'wait_event_timeout' 964 | wait_event_timeout(cq_host->wait_queue, cqhci_halted(cq_host), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_clear_all_tasks': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:930:2: note: in expansion of macro 'wait_event_timeout' 930 | wait_event_timeout(cq_host->wait_queue, cqhci_tasks_cleared(cq_host), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_wait_for_idle': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:881:2: note: in expansion of macro 'wait_event' 881 | wait_event(cq_host->wait_queue, cqhci_is_idle(cq_host, &ret)); | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c: In function 'zl10353_single_write': /kisskb/src/drivers/media/dvb-frontends/zl10353.c:43:17: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/mmc/card.h:10, from /kisskb/src/drivers/mmc/host/mmc_hsq.c:10: /kisskb/src/drivers/mmc/host/mmc_hsq.c: In function 'mmc_hsq_wait_for_idle': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:276:2: note: in expansion of macro 'wait_event' 276 | wait_event(hsq->wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c: In function 'mmc_hsq_disable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:297:8: note: in expansion of macro 'wait_event_timeout' 297 | ret = wait_event_timeout(hsq->wait_queue, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:697, 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:366:11: note: byref variable will be forcibly initialized 366 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:481:11: note: byref variable will be forcibly initialized 481 | XA_STATE(xas, &mapping->i_pages, page_index(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ 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:10, 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:1357:12: note: byref variable will be forcibly initialized 1357 | LIST_HEAD(thp_split_pages); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1356:12: note: byref variable will be forcibly initialized 1356 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:1712:12: note: byref variable will be forcibly initialized 1712 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:1943:13: note: byref variable will be forcibly initialized 1943 | nodemask_t task_nodes; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:95:17: note: byref variable will be forcibly initialized 95 | struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:109:17: note: byref variable will be forcibly initialized 109 | struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function '_tda10021_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:63:17: note: byref variable will be forcibly initialized 63 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'mmc_io_rw_extended': /kisskb/src/drivers/mmc/core/sdio_ops.c:121:18: note: byref variable will be forcibly initialized 121 | struct sg_table sgtable; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c:120:21: note: byref variable will be forcibly initialized 120 | struct scatterlist sg, *sg_ptr; | ^~ /kisskb/src/drivers/leds/flash/leds-ktd2692.c: In function 'ktd2692_probe': /kisskb/src/drivers/leds/flash/leds-ktd2692.c:355:33: note: byref variable will be forcibly initialized 355 | struct ktd2692_led_config_data led_cfg; | ^~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:301:18: 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:24: note: byref variable will be forcibly initialized 118 | struct resource *res, temp_res; | ^~~~~~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1234:25: 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:25: 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:25: 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:25: note: byref variable will be forcibly initialized 966 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/staging/board/board.c: In function 'find_by_address': /kisskb/src/drivers/staging/board/board.c:28:18: note: byref variable will be forcibly initialized 28 | struct resource res; | ^~~ /kisskb/src/drivers/staging/board/board.c: In function 'gic_fixup_resource': /kisskb/src/drivers/staging/board/board.c:76:25: note: byref variable will be forcibly initialized 76 | struct of_phandle_args irq_data; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:21: note: byref variable will be forcibly initialized 710 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1371:18: note: byref variable will be forcibly initialized 1371 | struct in6_addr in6; | ^~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:25: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:25: note: byref variable will be forcibly initialized 341 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1908:12: note: byref variable will be forcibly initialized 1908 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1907:18: note: byref variable will be forcibly initialized 1907 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divf': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:281:23: note: byref variable will be forcibly initialized 281 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divider': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:325:23: note: byref variable will be forcibly initialized 325 | struct clk_init_data init; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: 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:7: note: in expansion of macro 'wait_event_interruptible' 378 | if (wait_event_interruptible(pipe->wake_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_wake': /kisskb/src/fs/userfaultfd.c:1663:32: note: byref variable will be forcibly initialized 1663 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1662:22: note: byref variable will be forcibly initialized 1662 | struct uffdio_range uffdio_wake; | ^~~~~~~~~~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:23: note: byref variable will be forcibly initialized 69 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:23: note: byref variable will be forcibly initialized 87 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_api': /kisskb/src/fs/userfaultfd.c:1929:20: note: byref variable will be forcibly initialized 1929 | struct uffdio_api uffdio_api; | ^~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfault_msg': /kisskb/src/fs/userfaultfd.c:198:18: note: byref variable will be forcibly initialized 198 | struct uffd_msg msg; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'dup_fctx': /kisskb/src/fs/userfaultfd.c:692:32: note: byref variable will be forcibly initialized 692 | struct userfaultfd_wait_queue ewq; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_register': /kisskb/src/fs/userfaultfd.c:1279:25: note: byref variable will be forcibly initialized 1279 | struct uffdio_register uffdio_register; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_unregister': /kisskb/src/fs/userfaultfd.c:1608:34: note: byref variable will be forcibly initialized 1608 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1511:22: note: byref variable will be forcibly initialized 1511 | struct uffdio_range uffdio_unregister; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_copy': /kisskb/src/fs/userfaultfd.c:1696:32: note: byref variable will be forcibly initialized 1696 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1694:21: note: byref variable will be forcibly initialized 1694 | struct uffdio_copy uffdio_copy; | ^~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_zeropage': /kisskb/src/fs/userfaultfd.c:1753:32: note: byref variable will be forcibly initialized 1753 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1751:25: note: byref variable will be forcibly initialized 1751 | struct uffdio_zeropage uffdio_zeropage; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_writeprotect': /kisskb/src/fs/userfaultfd.c:1805:32: note: byref variable will be forcibly initialized 1805 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1803:29: note: byref variable will be forcibly initialized 1803 | struct uffdio_writeprotect uffdio_wp; | ^~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_continue': /kisskb/src/fs/userfaultfd.c:1857:32: note: byref variable will be forcibly initialized 1857 | struct userfaultfd_wake_range range; | ^~~~~ /kisskb/src/fs/userfaultfd.c:1855:25: note: byref variable will be forcibly initialized 1855 | struct uffdio_continue uffdio_continue; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/userfaultfd.c:13: /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_ctx_read': /kisskb/src/fs/userfaultfd.c:1008:12: note: byref variable will be forcibly initialized 1008 | LIST_HEAD(fork_event); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_read': /kisskb/src/fs/userfaultfd.c:1165:18: note: byref variable will be forcibly initialized 1165 | struct uffd_msg msg; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'handle_userfault': /kisskb/src/fs/userfaultfd.c:372:32: note: byref variable will be forcibly initialized 372 | struct userfaultfd_wait_queue uwq; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'mremap_userfaultfd_complete': /kisskb/src/fs/userfaultfd.c:739:32: note: byref variable will be forcibly initialized 739 | struct userfaultfd_wait_queue ewq; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_remove': /kisskb/src/fs/userfaultfd.c:764:32: note: byref variable will be forcibly initialized 764 | struct userfaultfd_wait_queue ewq; | ^~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_unmap_complete': /kisskb/src/fs/userfaultfd.c:828:32: note: byref variable will be forcibly initialized 828 | struct userfaultfd_wait_queue ewq; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'od_set_powersave_bias': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:419:12: note: byref variable will be forcibly initialized 419 | cpumask_t done; | ^~~~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'pcf50633_mbc_probe': /kisskb/src/drivers/power/supply/pcf50633-charger.c:385:29: note: byref variable will be forcibly initialized 385 | struct power_supply_config usb_psy_cfg; | ^~~~~~~~~~~ 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:11: note: byref variable will be forcibly initialized 1451 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1489:11: note: byref variable will be forcibly initialized 1489 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1535:11: note: byref variable will be forcibly initialized 1535 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1601:11: note: byref variable will be forcibly initialized 1601 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1638:11: note: byref variable will be forcibly initialized 1638 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1808:11: note: byref variable will be forcibly initialized 1808 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized 1895 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:11: note: byref variable will be forcibly initialized 1913 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1935:11: note: byref variable will be forcibly initialized 1935 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2009:11: note: byref variable will be forcibly initialized 2009 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2059:11: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2156:11: note: byref variable will be forcibly initialized 2156 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2202:11: note: byref variable will be forcibly initialized 2202 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/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:12: note: byref variable will be forcibly initialized 1783 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 1669 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 2579 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 1062 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 986 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:19: note: byref variable will be forcibly initialized 2556 | struct file_lock fl; | ^~ In file included from /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:18: /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:528:9: note: in expansion of macro 'wait_event_interruptible_timeout' 528 | ret = wait_event_interruptible_timeout(fifo->write_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1311:11: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1995:11: note: in expansion of macro 'wait_event_interruptible' 1995 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:385:9: note: in expansion of macro 'wait_event_interruptible_timeout' 385 | ret = wait_event_interruptible_timeout(fifo->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1506:10: 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:12: note: byref variable will be forcibly initialized 1437 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:12: note: byref variable will be forcibly initialized 1594 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2283:11: 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:19: note: byref variable will be forcibly initialized 2521 | struct file_lock lock; | ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1411:22: 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:1546:18: note: byref variable will be forcibly initialized 1546 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1574:18: note: byref variable will be forcibly initialized 1574 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1869:24: note: byref variable will be forcibly initialized 1869 | struct aio_poll_table apt; | ^~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1998:14: note: byref variable will be forcibly initialized 1998 | struct iocb iocb; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:552:10: note: in expansion of macro '___wait_event' 552 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:611:11: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1319 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:543:25: note: byref variable will be forcibly initialized 543 | struct hrtimer_sleeper __t; \ | ^~~ /kisskb/src/include/linux/wait.h:611:11: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:3: 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:2229:20: note: byref variable will be forcibly initialized 2229 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2257:20: note: byref variable will be forcibly initialized 2257 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2327:20: note: byref variable will be forcibly initialized 2327 | struct timespec64 t; | ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:889:21: note: byref variable will be forcibly initialized 889 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_probe': /kisskb/src/drivers/leds/leds-an30259a.c:313:24: note: byref variable will be forcibly initialized 313 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_arm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:78:17: note: byref variable will be forcibly initialized 78 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_disarm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:117:17: note: byref variable will be forcibly initialized 117 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:170:17: note: byref variable will be forcibly initialized 170 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_write_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:140:17: note: byref variable will be forcibly initialized 140 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'timestamp0_show': /kisskb/src/drivers/rtc/rtc-isl1208.c:552:18: 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:18: note: byref variable will be forcibly initialized 399 | struct rtc_time rtc_tm; | ^~~~~~ 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:1354:16: note: byref variable will be forcibly initialized 1354 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/memcontrol.c:1354:4: note: in expansion of macro 'DEFINE_WAIT' 1354 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:43:17: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len + 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:61:17: note: byref variable will be forcibly initialized 61 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:74:17: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { .addr = addr, .flags = I2C_M_RD, .buf = buf, .len = len }; | ^~~ /kisskb/src/mm/memcontrol.c: In function 'memory_stat_format': /kisskb/src/mm/memcontrol.c:1439:17: note: byref variable will be forcibly initialized 1439 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_pci_parse_addrs': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:121:24: note: byref variable will be forcibly initialized 121 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_scan_pci_bridge': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:257:24: note: byref variable will be forcibly initialized 257 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/leds/leds-aw2013.c: In function 'aw2013_probe_dt': /kisskb/src/drivers/leds/leds-aw2013.c:275:24: note: byref variable will be forcibly initialized 275 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_scan_tasks': /kisskb/src/mm/memcontrol.c:1150:24: note: byref variable will be forcibly initialized 1150 | struct css_task_iter it; | ^~ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_oom_synchronize': /kisskb/src/mm/memcontrol.c:1883:23: note: byref variable will be forcibly initialized 1883 | struct oom_wait_info owait; | ^~~~~ /kisskb/src/mm/memcontrol.c: In function 'mem_cgroup_move_charge_pte_range': /kisskb/src/mm/memcontrol.c:5993:18: note: byref variable will be forcibly initialized 5993 | union mc_target target; | ^~~~~~ /kisskb/src/mm/memcontrol.c: In function '__mem_cgroup_uncharge': /kisskb/src/mm/memcontrol.c:6881:25: note: byref variable will be forcibly initialized 6881 | struct uncharge_gather ug; | ^~ /kisskb/src/mm/memcontrol.c: In function '__mem_cgroup_uncharge_list': /kisskb/src/mm/memcontrol.c:6901:25: note: byref variable will be forcibly initialized 6901 | struct uncharge_gather ug; | ^~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_fixup_resources': /kisskb/src/arch/powerpc/kernel/pci-common.c:878:25: 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/arch/powerpc/kernel/pci-common.c:920:24: note: byref variable will be forcibly initialized 920 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pci_resource_to_user': /kisskb/src/arch/powerpc/kernel/pci-common.c:692:24: 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:29: note: byref variable will be forcibly initialized 743 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:742:22: note: byref variable will be forcibly initialized 742 | struct of_pci_range range; | ^~~~~ 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:12: note: byref variable will be forcibly initialized 1630 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:870:18: note: byref variable will be forcibly initialized 870 | struct hid_item item; | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized 1193 | struct hid_item item; | ^~~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_writereg': /kisskb/src/drivers/media/tuners/mc44s803.c:26:17: note: byref variable will be forcibly initialized 26 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:17: 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:17: note: byref variable will be forcibly initialized 66 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_soft_reset': /kisskb/src/drivers/media/tuners/mxl5007t.c:490:17: note: byref variable will be forcibly initialized 490 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_write_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:442:17: note: byref variable will be forcibly initialized 442 | struct i2c_msg msg = { .addr = state->i2c_props.addr, .flags = 0, | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c: In function 'ledtrig_tty_work': /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:83:32: note: byref variable will be forcibly initialized 83 | struct serial_icounter_struct icount; | ^~~~~~ 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/mm_types.h:18, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/hid-input.c:16: /kisskb/src/drivers/hid/hid-input.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized 118 | struct timespec64 ts; | ^~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:402:17: 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:17: 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:17: 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:17: 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:17: 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:17: 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:31: 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:17: note: byref variable will be forcibly initialized 730 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c:729:22: note: byref variable will be forcibly initialized 729 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:28: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:389:21: note: byref variable will be forcibly initialized 389 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_map_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:375:21: note: byref variable will be forcibly initialized 375 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_detach_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:398:21: note: byref variable will be forcibly initialized 398 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:79:17: note: byref variable will be forcibly initialized 79 | struct i2c_msg msg; | ^~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_set_freq': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:196:4: note: byref variable will be forcibly initialized 196 | } dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_show_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:273:4: note: byref variable will be forcibly initialized 273 | } dat; | ^~~ In file included from /kisskb/src/include/linux/thermal.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:14, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized 353 | struct devfreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/soundwire/slave.c: In function 'sdw_of_find_slaves': /kisskb/src/drivers/soundwire/slave.c:214:23: note: byref variable will be forcibly initialized 214 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_get_rf_strength': /kisskb/src/drivers/media/tuners/si2157.c:800:20: note: byref variable will be forcibly initialized 800 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_sleep': /kisskb/src/drivers/media/tuners/si2157.c:332:20: note: byref variable will be forcibly initialized 332 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_params': /kisskb/src/drivers/media/tuners/si2157.c:448:20: note: byref variable will be forcibly initialized 448 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_load_firmware': /kisskb/src/drivers/media/tuners/si2157.c:98:20: note: byref variable will be forcibly initialized 98 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_find_and_load_firmware': /kisskb/src/drivers/media/tuners/si2157.c:147:20: note: byref variable will be forcibly initialized 147 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_init': /kisskb/src/drivers/media/tuners/si2157.c:222:20: note: byref variable will be forcibly initialized 222 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_analog_params': /kisskb/src/drivers/media/tuners/si2157.c:576:20: note: byref variable will be forcibly initialized 576 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_stat_work': /kisskb/src/drivers/media/tuners/si2157.c:856:20: note: byref variable will be forcibly initialized 856 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_probe': /kisskb/src/drivers/media/tuners/si2157.c:884:20: note: byref variable will be forcibly initialized 884 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:102:22: note: byref variable will be forcibly initialized 102 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:740:21: note: byref variable will be forcibly initialized 740 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_get': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:508:31: note: byref variable will be forcibly initialized 508 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_fast_switch': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:1023:31: note: byref variable will be forcibly initialized 1023 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_target_index': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:744:31: note: byref variable will be forcibly initialized 744 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_cpu_exit': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:879:31: note: byref variable will be forcibly initialized 879 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'gpstate_timer_handler': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:679:31: note: byref variable will be forcibly initialized 679 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_work_fn': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:920:12: note: byref variable will be forcibly initialized 920 | cpumask_t mask; | ^~~~ /kisskb/src/mm/zsmalloc.c: In function '__zs_compact': /kisskb/src/mm/zsmalloc.c:2046:28: 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:12: note: byref variable will be forcibly initialized 1974 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/devfreq/devfreq-event.c:18: /kisskb/src/drivers/devfreq/devfreq-event.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:23: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:99:17: note: byref variable will be forcibly initialized 99 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:633:36: note: byref variable will be forcibly initialized 633 | struct dvb_frontend_tune_settings fesettings; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:920:25: note: byref variable will be forcibly initialized 920 | struct lgdt330x_config config = *_config; | ^~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:29: note: byref variable will be forcibly initialized 153 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:29: note: byref variable will be forcibly initialized 97 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:29: note: byref variable will be forcibly initialized 216 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:29: note: byref variable will be forcibly initialized 189 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:283:29: note: byref variable will be forcibly initialized 283 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1239:29: note: byref variable will be forcibly initialized 1239 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1433:29: note: byref variable will be forcibly initialized 1433 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1429:29: note: byref variable will be forcibly initialized 1429 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'vbat_avg_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:553:29: note: byref variable will be forcibly initialized 553 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'vbat_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:537:29: note: byref variable will be forcibly initialized 537 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ibat_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:569:29: note: byref variable will be forcibly initialized 569 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'gpio_leds_create': /kisskb/src/drivers/leds/leds-gpio.c:147:19: note: byref variable will be forcibly initialized 147 | struct gpio_led led = {}; | ^~~ /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c: In function 'mchp_pit64b_dt_init_timer': /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c:422:27: note: byref variable will be forcibly initialized 422 | struct mchp_pit64b_timer timer; | ^~~~~ /kisskb/src/mm/z3fold.c: In function 'z3fold_reclaim_page': /kisskb/src/mm/z3fold.c:1320:28: note: byref variable will be forcibly initialized 1320 | struct z3fold_buddy_slots slots __attribute__((aligned(SLOTS_ALIGN))); | ^~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:371:24: note: byref variable will be forcibly initialized 371 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_probe': /kisskb/src/drivers/media/i2c/tvp7002.c:943:25: note: byref variable will be forcibly initialized 943 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_event': /kisskb/src/drivers/input/misc/uinput.c:75:20: note: byref variable will be forcibly initialized 75 | struct timespec64 ts; | ^~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'tvp5150_parse_dt': /kisskb/src/drivers/media/i2c/tvp5150.c:2021:22: note: byref variable will be forcibly initialized 2021 | struct of_endpoint ep; | ^~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:130:9: note: in expansion of macro 'wait_event_interruptible' 130 | return wait_event_interruptible(udev->requests_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_erase_effect': /kisskb/src/drivers/input/misc/uinput.c:262:24: 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:24: note: byref variable will be forcibly initialized 239 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_setup': /kisskb/src/drivers/input/misc/uinput.c:449:22: note: byref variable will be forcibly initialized 449 | struct uinput_setup setup; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ioctl_handler': /kisskb/src/drivers/input/misc/uinput.c:845:26: note: byref variable will be forcibly initialized 845 | struct uinput_ff_erase ff_erase; | ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:844:26: note: byref variable will be forcibly initialized 844 | struct uinput_ff_upload ff_up; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_inject_events': /kisskb/src/drivers/input/misc/uinput.c:575:21: 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:21: 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:685:13: note: in expansion of macro 'wait_event_interruptible' 685 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3530.c: In function 'lm3530_init_registers': /kisskb/src/drivers/leds/leds-lm3530.c:234:25: note: byref variable will be forcibly initialized 234 | struct lm3530_als_data als; | ^~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_node': /kisskb/src/drivers/leds/leds-lm3532.c:578:24: note: byref variable will be forcibly initialized 578 | struct led_init_data idata = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3305.c: In function 'lgdt3305_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3305.c:105:17: note: byref variable will be forcibly initialized 105 | struct i2c_msg msg = { | ^~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1786:26: 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:26: note: byref variable will be forcibly initialized 1817 | struct nvmem_cell_entry cell; | ^~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_enable_disable_master_ports': /kisskb/src/drivers/soundwire/stream.c:339:23: 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:24: note: byref variable will be forcibly initialized 514 | struct sdw_prepare_ch prep_ch; | ^~~~~~~ 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:12: note: byref variable will be forcibly initialized 127 | LIST_HEAD(block_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/soundwire/stream.c: In function '_sdw_prepare_stream': /kisskb/src/drivers/soundwire/stream.c:1499:24: note: byref variable will be forcibly initialized 1499 | struct sdw_bus_params params; | ^~~~~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_writereg': /kisskb/src/drivers/media/tuners/fc0011.c:70:17: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg = { .addr = priv->addr, | ^~~ /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:17: note: byref variable will be forcibly initialized 64 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_writereg': /kisskb/src/drivers/media/tuners/fc0013.c:16:17: note: byref variable will be forcibly initialized 16 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:25: 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:18: 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:18: 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:18: note: byref variable will be forcibly initialized 937 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:936:25: 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:18: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1011:25: 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/of/irq.c:24: /kisskb/src/drivers/of/irq.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_find_host': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:25: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:25: 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:25: 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:35: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:19: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/of/irq.c:24: /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/include/linux/irqdomain.h:307:20: note: byref variable will be forcibly initialized 307 | struct irq_fwspec fwspec = { | ^~~~~~ 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:10, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:12: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:704:26: note: byref variable will be forcibly initialized 704 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_probe': /kisskb/src/drivers/iio/dac/mcp4725.c:376:39: note: byref variable will be forcibly initialized 376 | struct mcp4725_platform_data *pdata, pdata_dt; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:127:17: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_trigger_handler': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:477:4: note: byref variable will be forcibly initialized 477 | } scan; | ^~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_control_get': /kisskb/src/drivers/mux/core.c:454:25: note: byref variable will be forcibly initialized 454 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/random32.c: In function 'prandom_state_selftest': /kisskb/src/lib/random32.c:291:20: note: byref variable will be forcibly initialized 291 | struct rnd_state state; | ^~~~~ /kisskb/src/lib/random32.c:276:20: note: byref variable will be forcibly initialized 276 | struct rnd_state state; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:471:2: note: in expansion of macro 'wait_event_interruptible' 471 | wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:684:16: note: byref variable will be forcibly initialized 684 | struct path root; | ^~~~ /kisskb/src/fs/coredump.c:511:19: note: byref variable will be forcibly initialized 511 | struct core_name cn; | ^~ /kisskb/src/fs/coredump.c:510:20: note: byref variable will be forcibly initialized 510 | struct core_state core_state; | ^~~~~~~~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | 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:408:12: note: byref variable will be forcibly initialized 408 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c:9: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args': /kisskb/src/drivers/of/unittest.c:385:25: note: byref variable will be forcibly initialized 385 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args_map': /kisskb/src/drivers/of/unittest.c:541:25: note: byref variable will be forcibly initialized 541 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_changeset': /kisskb/src/drivers/of/unittest.c:799:22: note: byref variable will be forcibly initialized 799 | struct of_changeset chgset; | ^~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:9: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts': /kisskb/src/drivers/of/unittest.c:1007:25: 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:25: 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:29: note: byref variable will be forcibly initialized 956 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/unittest.c:955:22: note: byref variable will be forcibly initialized 955 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:19: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:19: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:19: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:35: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:25: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_sys_name_to_handle': /kisskb/src/fs/fhandle.c:22:21: note: byref variable will be forcibly initialized 22 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function '__do_sys_name_to_handle_at': /kisskb/src/fs/fhandle.c:97:14: note: byref variable will be forcibly initialized 97 | struct path path; | ^~~~ /kisskb/src/fs/fhandle.c: In function 'handle_to_path': /kisskb/src/fs/fhandle.c:171:21: note: byref variable will be forcibly initialized 171 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_handle_open': /kisskb/src/fs/fhandle.c:219:14: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:3: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_raw': /kisskb/src/drivers/iio/humidity/am2315.c:198:28: note: byref variable will be forcibly initialized 198 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_trigger_handler': /kisskb/src/drivers/iio/humidity/am2315.c:165:28: note: byref variable will be forcibly initialized 165 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:18:23: note: byref variable will be forcibly initialized 18 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:52:20: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ In file included from /kisskb/src/include/linux/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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:534:18: note: byref variable will be forcibly initialized 534 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:484:18: note: byref variable will be forcibly initialized 484 | struct rtc_time tm; | ^~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:4: note: byref variable will be forcibly initialized 598 | } scan; | ^~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:782:16: note: byref variable will be forcibly initialized 782 | struct region r; | ^ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_write_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952:25: note: byref variable will be forcibly initialized 952 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1067:25: note: byref variable will be forcibly initialized 1067 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:68:11: note: byref variable will be forcibly initialized 68 | XA_STATE(xas, &mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:236:17: note: byref variable will be forcibly initialized 236 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:88:17: note: byref variable will be forcibly initialized 88 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_trigger_handler': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:56:4: note: byref variable will be forcibly initialized 56 | } scan; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c: In function 'lnbh29_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:84:17: note: byref variable will be forcibly initialized 84 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_trigger_handler': /kisskb/src/drivers/iio/chemical/scd4x.c:599:4: note: byref variable will be forcibly initialized 599 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/sunrise_co2.c: In function 'sunrise_regmap_read': /kisskb/src/drivers/iio/chemical/sunrise_co2.c:54:23: 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:23: note: byref variable will be forcibly initialized 91 | 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/iio/magnetometer/ak8975.c:10: /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'wait_conversion_complete_interrupt': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c:666:8: note: in expansion of macro 'wait_event_timeout' 666 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_xyz': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:432:31: note: byref variable will be forcibly initialized 432 | struct bmc150_magn_trim_regs tregs; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbp22.c: In function 'lnbp22_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp22.c:69:17: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp22.c: In function 'lnbp22_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp22.c:38:17: note: byref variable will be forcibly initialized 38 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_probe': /kisskb/src/drivers/leds/leds-lp8860.c:385:23: note: byref variable will be forcibly initialized 385 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:4: note: byref variable will be forcibly initialized 219 | } hw_values; | ^~~~~~~~~ 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:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_area_io_seq': /kisskb/src/drivers/mmc/core/mmc_test.c:1447:25: note: byref variable will be forcibly initialized 1447 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1447:20: note: byref variable will be forcibly initialized 1447 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2002:25: note: byref variable will be forcibly initialized 2002 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:2002:20: note: byref variable will be forcibly initialized 2002 | struct timespec64 ts1, ts2; | ^~~ 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 'mmc_test_rnd_perf': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1916:25: note: byref variable will be forcibly initialized 1916 | struct timespec64 ts1, ts2, ts; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1916:20: 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:25: note: byref variable will be forcibly initialized 1822 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1822:20: 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:25: note: byref variable will be forcibly initialized 1783 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1783:20: note: byref variable will be forcibly initialized 1783 | struct timespec64 ts1, ts2; | ^~~ /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:25: note: byref variable will be forcibly initialized 1868 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1868:20: 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:25: note: byref variable will be forcibly initialized 1751 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1751:20: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: 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:21: note: byref variable will be forcibly initialized 1044 | struct scatterlist sg; | ^~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_req_data': /kisskb/src/drivers/iio/light/as73211.c:229:23: 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:4: note: byref variable will be forcibly initialized 570 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/sgp40.c: In function 'sgp40_measure_resistance_raw': /kisskb/src/drivers/iio/chemical/sgp40.c:168:25: note: byref variable will be forcibly initialized 168 | struct sgp40_tg_result tgres; | ^~~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:112:4: note: byref variable will be forcibly initialized 112 | } scan; | ^~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_led_probe': /kisskb/src/drivers/leds/leds-mt6323.c:400:24: note: byref variable will be forcibly initialized 400 | struct led_init_data init_data = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, 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:1405:11: note: byref variable will be forcibly initialized 1405 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:75:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:665:2: note: in expansion of macro 'iterate_and_advance' 665 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:747:2: note: in expansion of macro '__iterate_and_advance' 747 | __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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:765:2: note: in expansion of macro 'iterate_and_advance' 765 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:780:2: note: in expansion of macro 'iterate_and_advance' 780 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:812:2: note: in expansion of macro 'iterate_and_advance' 812 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:945:2: note: in expansion of macro 'iterate_and_advance' 945 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:967:2: note: in expansion of macro 'iterate_and_advance' 967 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:1706:2: note: in expansion of macro 'iterate_and_advance' 1706 | 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:11: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:4: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:2: 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:1733:7: note: in expansion of macro 'iterate_and_advance' 1733 | 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:1752:21: note: byref variable will be forcibly initialized 1752 | struct scatterlist sg; | ^~ /kisskb/src/drivers/iio/temperature/mlx90614.c: In function 'mlx90614_write_word': /kisskb/src/drivers/iio/temperature/mlx90614.c:106:23: note: byref variable will be forcibly initialized 106 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/rtc/rtc-opal.c: In function 'opal_set_tpo_time': /kisskb/src/drivers/rtc/rtc-opal.c:171:18: note: byref variable will be forcibly initialized 171 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-opal.c: In function 'opal_get_tpo_time': /kisskb/src/drivers/rtc/rtc-opal.c:117:18: note: byref variable will be forcibly initialized 117 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:102:34: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:245:34: note: byref variable will be forcibly initialized 245 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:329:34: note: byref variable will be forcibly initialized 329 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:153:34: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:768:34: note: byref variable will be forcibly initialized 768 | struct inv_icm42600_gyro_buffer buffer; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:299:20: note: byref variable will be forcibly initialized 299 | struct timespec64 tp; | ^~ /kisskb/src/drivers/media/dvb-frontends/isl6405.c: In function 'isl6405_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6405.c:75:17: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6405.c: In function 'isl6405_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6405.c:33:17: note: byref variable will be forcibly initialized 33 | struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:606:23: note: byref variable will be forcibly initialized 606 | struct bq25890_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:23: note: byref variable will be forcibly initialized 1136 | struct bq256xx_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:23: note: byref variable will be forcibly initialized 1148 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:23: note: byref variable will be forcibly initialized 953 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_set_params': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:69:17: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:102:34: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_sleep': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:42:17: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:233:34: note: byref variable will be forcibly initialized 233 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:317:34: note: byref variable will be forcibly initialized 317 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:153:34: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:756:35: note: byref variable will be forcibly initialized 756 | struct inv_icm42600_accel_buffer buffer; | ^~~~~~ 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:19: 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:19: 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:19: 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:19: note: byref variable will be forcibly initialized 191 | struct pwm_state pstate; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:21: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:17: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:31: note: byref variable will be forcibly initialized 114 | struct mma9551_mbox_response rsp; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:30: note: byref variable will be forcibly initialized 113 | struct mma9551_mbox_request req; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:30: note: byref variable will be forcibly initialized 605 | struct mma9551_version_info info; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_read': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:31:17: note: byref variable will be forcibly initialized 31 | struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD,.buf = buf, .len = 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_write': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:43:17: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = 4 }; | ^~~ /kisskb/src/drivers/leds/leds-pwm.c: In function 'led_pwm_create_fwnode': /kisskb/src/drivers/leds/leds-pwm.c:138:17: note: byref variable will be forcibly initialized 138 | struct led_pwm led; | ^~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c: In function 'mpx_write': /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:50:17: note: byref variable will be forcibly initialized 50 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c: In function 'mpx_setup': /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:162:17: note: byref variable will be forcibly initialized 162 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:197:23: note: byref variable will be forcibly initialized 197 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:174:23: note: byref variable will be forcibly initialized 174 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:137:23: note: byref variable will be forcibly initialized 137 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:106:23: note: byref variable will be forcibly initialized 106 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_device': /kisskb/src/drivers/iio/proximity/sx9310.c:1330:28: note: byref variable will be forcibly initialized 1330 | struct sx9310_reg_default tmp; | ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_enum_frame_interval': /kisskb/src/drivers/media/i2c/ov5640.c:2849:20: note: byref variable will be forcibly initialized 2849 | struct v4l2_fract tpf; | ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_write_reg': /kisskb/src/drivers/media/i2c/ov5640.c:659:17: note: byref variable will be forcibly initialized 659 | struct i2c_msg msg; | ^~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:29: note: byref variable will be forcibly initialized 90 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_init_slave_id': /kisskb/src/drivers/media/i2c/ov5640.c:631:17: note: byref variable will be forcibly initialized 631 | struct i2c_msg msg; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:29: note: byref variable will be forcibly initialized 64 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_get_dt_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:808:27: note: byref variable will be forcibly initialized 808 | struct adc5_channel_prop prop, *chan_props; | ^~~~ 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/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_send_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:313:8: note: in expansion of macro 'wait_event_timeout' 313 | if (!wait_event_timeout(core->command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:298:7: note: in expansion of macro 'wait_event_timeout' 298 | if (!wait_event_timeout(core->command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_clear_stc': /kisskb/src/drivers/mfd/si476x-cmd.c:350:32: note: byref variable will be forcibly initialized 350 | struct si476x_rsq_status_args args = { | ^~~~ In file included from /kisskb/src/include/linux/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/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_tune_seek_freq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:384:3: note: in expansion of macro 'wait_event_killable' 384 | wait_event_killable(core->tuning, | ^~~~~~~~~~~~~~~~~~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:10: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:13: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_push_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:12: note: in expansion of macro 'kfifo_put' 82 | copied = kfifo_put(&ev_int->det_events, ev); | ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:158:25: note: byref variable will be forcibly initialized 158 | struct of_phandle_args iiospec; | ^~~~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:687:19: note: byref variable will be forcibly initialized 687 | struct led_info led; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_postdisable': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:379:34: note: byref variable will be forcibly initialized 379 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/leds/uleds.c:9: /kisskb/src/drivers/leds/uleds.c: In function 'uleds_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/uleds.c:162:13: note: in expansion of macro 'wait_event_interruptible' 162 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function '__iio_update_buffers': /kisskb/src/drivers/iio/industrialio-buffer.c:1194:27: note: byref variable will be forcibly initialized 1194 | struct iio_device_config new_config; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_drain_rds_fifo': /kisskb/src/drivers/mfd/si476x-i2c.c:366:34: note: byref variable will be forcibly initialized 366 | struct si476x_rds_status_report report; | ^~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_stop': /kisskb/src/drivers/mfd/si476x-i2c.c:231:33: note: byref variable will be forcibly initialized 231 | struct si476x_power_down_args args = { | ^~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_revision_info': /kisskb/src/drivers/mfd/si476x-i2c.c:621:26: note: byref variable will be forcibly initialized 621 | struct si476x_func_info info; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_get_dt_data': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:738:27: note: byref variable will be forcibly initialized 738 | struct vadc_channel_prop prop; | ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_irq_handler_thread': /kisskb/src/drivers/power/supply/bd99954-charger.c:485:23: note: byref variable will be forcibly initialized 485 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:637:23: note: byref variable will be forcibly initialized 637 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_writereg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:35:17: note: byref variable will be forcibly initialized 35 | struct i2c_msg msg = { .addr = state->config.demod_address, | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/iio/light/gp2ap020a00f.c:34: /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'wait_conversion_complete_irq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:689:8: note: in expansion of macro 'wait_event_timeout' 689 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:214:17: note: byref variable will be forcibly initialized 214 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_writeregbulk': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:256:17: note: byref variable will be forcibly initialized 256 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/iio/pressure/ms5611_core.c: In function 'ms5611_trigger_handler': /kisskb/src/drivers/iio/pressure/ms5611_core.c:218:4: note: byref variable will be forcibly initialized 218 | } scan; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:17: note: byref variable will be forcibly initialized 93 | struct i2c_msg msg = { .addr = state->config->i2c_addr, | ^~~ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: 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:2: 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:2: note: in expansion of macro 'wait_event_lock_irq' 275 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: 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:2: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:329:2: note: in expansion of macro 'wait_event' 329 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5670.c: In function 'ov5670_init_controls': /kisskb/src/drivers/media/i2c/ov5670.c:2067:39: note: byref variable will be forcibly initialized 2067 | struct v4l2_fwnode_device_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_process_addtl': /kisskb/src/crypto/drbg.c:909:12: note: byref variable will be forcibly initialized 909 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:908:28: note: byref variable will be forcibly initialized 908 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:908:21: note: byref variable will be forcibly initialized 908 | struct drbg_string data1, data2; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_hashgen': /kisskb/src/crypto/drbg.c:945:12: note: byref variable will be forcibly initialized 945 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:944:21: note: byref variable will be forcibly initialized 944 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_generate': /kisskb/src/crypto/drbg.c:989:12: note: byref variable will be forcibly initialized 989 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:988:28: note: byref variable will be forcibly initialized 988 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:988:21: note: byref variable will be forcibly initialized 988 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:986:4: note: byref variable will be forcibly initialized 986 | } u; | ^ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_df': /kisskb/src/crypto/drbg.c:830:21: note: byref variable will be forcibly initialized 830 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_update': /kisskb/src/crypto/drbg.c:867:12: note: byref variable will be forcibly initialized 867 | LIST_HEAD(datalist2); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:866:12: note: byref variable will be forcibly initialized 866 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:865:28: note: byref variable will be forcibly initialized 865 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:865:21: note: byref variable will be forcibly initialized 865 | struct drbg_string data1, data2; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:662:12: note: byref variable will be forcibly initialized 662 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:661:12: note: byref variable will be forcibly initialized 661 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /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; | ^~~~~ /kisskb/src/crypto/drbg.c:660:21: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:715:12: note: byref variable will be forcibly initialized 715 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:714:21: note: byref variable will be forcibly initialized 714 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1155:12: note: byref variable will be forcibly initialized 1155 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1154:21: 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:21: note: byref variable will be forcibly initialized 1976 | struct drbg_string string; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed_from_random': /kisskb/src/crypto/drbg.c:1095:12: note: byref variable will be forcibly initialized 1095 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1094:21: note: byref variable will be forcibly initialized 1094 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1388:12: note: byref variable will be forcibly initialized 1388 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: 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:21: note: byref variable will be forcibly initialized 1956 | struct drbg_string string; | ^~~~~~ /kisskb/src/drivers/media/i2c/ov5693.c: In function 'ov5693_write_reg': /kisskb/src/drivers/media/i2c/ov5693.c:425:13: note: byref variable will be forcibly initialized 425 | } __packed buf; | ^~~ /kisskb/src/drivers/media/i2c/ov5693.c: In function 'ov5693_init_controls': /kisskb/src/drivers/media/i2c/ov5693.c:1213:39: note: byref variable will be forcibly initialized 1213 | struct v4l2_fwnode_device_properties props; | ^~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/lib/rhashtable.c:492:32: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_reg_read': /kisskb/src/drivers/media/i2c/ov6650.c:253:17: note: byref variable will be forcibly initialized 253 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_reg_write': /kisskb/src/drivers/media/i2c/ov6650.c:282:17: note: byref variable will be forcibly initialized 282 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_s_fmt': /kisskb/src/drivers/media/i2c/ov6650.c:578:31: note: byref variable will be forcibly initialized 578 | struct v4l2_subdev_selection sel = { | ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_video_probe': /kisskb/src/drivers/media/i2c/ov6650.c:893:29: note: byref variable will be forcibly initialized 893 | struct v4l2_mbus_framefmt mf = ov6650_def_fmt; | ^~ /kisskb/src/crypto/tcrypt.c: In function 'test_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1509:21: note: byref variable will be forcibly initialized 1509 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_aead_speed': /kisskb/src/crypto/tcrypt.c:546:21: note: byref variable will be forcibly initialized 546 | struct crypto_wait wait; | ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_reg_read': /kisskb/src/drivers/media/i2c/ov9640.c:175:17: note: byref variable will be forcibly initialized 175 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_reg_write': /kisskb/src/drivers/media/i2c/ov9640.c:205:17: note: byref variable will be forcibly initialized 205 | struct i2c_msg msg = { | ^~~ /kisskb/src/crypto/tcrypt.c: In function 'test_ahash_speed_common': /kisskb/src/crypto/tcrypt.c:1072:21: note: byref variable will be forcibly initialized 1072 | struct crypto_wait wait; | ^~~~ /kisskb/src/drivers/iio/adc/ti_am335x_adc.c: In function 'tiadc_request_dma': /kisskb/src/drivers/iio/adc/ti_am335x_adc.c:534:18: note: byref variable will be forcibly initialized 534 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/iio/adc/ti_am335x_adc.c: In function 'tiadc_probe': /kisskb/src/drivers/iio/adc/ti_am335x_adc.c:534:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-rv3032.c:751:23: note: byref variable will be forcibly initialized 751 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ 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:925:25: note: byref variable will be forcibly initialized 925 | 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:25: note: byref variable will be forcibly initialized 235 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:535:18: 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:18: note: byref variable will be forcibly initialized 492 | struct rtc_time tm; | ^~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_trigger_handler': /kisskb/src/drivers/iio/light/ltr501.c:1289:4: note: byref variable will be forcibly initialized 1289 | } scan; | ^~~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:8: note: byref variable will be forcibly initialized 59 | be128 k; | ^ 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:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: 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:9: note: in expansion of macro 'wait_event_timeout' 276 | ret = wait_event_timeout(opt->result_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:23: note: byref variable will be forcibly initialized 23 | struct skcipher_walk walk; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:64:17: note: byref variable will be forcibly initialized 64 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:17: note: byref variable will be forcibly initialized 336 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; | ^~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1373:19: note: byref variable will be forcibly initialized 1373 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/crypto/essiv.c: In function 'essiv_aead_setkey': /kisskb/src/crypto/essiv.c:98:29: note: byref variable will be forcibly initialized 98 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fill_sample_buffer': /kisskb/src/drivers/iio/pressure/zpa2326.c:586:6: note: byref variable will be forcibly initialized 586 | } sample; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writeregN': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:213:17: note: byref variable will be forcibly initialized 213 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:190:17: note: byref variable will be forcibly initialized 190 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:554:21: note: byref variable will be forcibly initialized 554 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:835:21: note: byref variable will be forcibly initialized 835 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:863:21: note: byref variable will be forcibly initialized 863 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_diseqc_init': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:907:21: note: byref variable will be forcibly initialized 907 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1146:21: note: byref variable will be forcibly initialized 1146 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:714:21: note: byref variable will be forcibly initialized 714 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1206:21: note: byref variable will be forcibly initialized 1206 | struct cx24116_cmd cmd; | ^~~ 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/hid/hid-nintendo.c:27: /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_wait_for_input_report': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:533:9: note: in expansion of macro 'wait_event_timeout' 533 | ret = wait_event_timeout(ctlr->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_hid_send_sync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:581:9: note: in expansion of macro 'wait_event_timeout' 581 | ret = wait_event_timeout(ctlr->wait, ctlr->received_resp, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecdh.c: In function 'ecdh_set_secret': /kisskb/src/crypto/ecdh.c:30:14: note: byref variable will be forcibly initialized 30 | struct ecdh params; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writeregs': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:224:17: note: byref variable will be forcibly initialized 224 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:195:17: note: byref variable will be forcibly initialized 195 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:535:21: note: byref variable will be forcibly initialized 535 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_global_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:443:21: note: byref variable will be forcibly initialized 443 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:512:21: note: byref variable will be forcibly initialized 512 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:490:21: note: byref variable will be forcibly initialized 490 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_vco': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1237:21: note: byref variable will be forcibly initialized 1237 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:469:21: note: byref variable will be forcibly initialized 469 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:551:21: note: byref variable will be forcibly initialized 551 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_get_stats': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:609:21: note: byref variable will be forcibly initialized 609 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_clock_ratios': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:918:21: note: byref variable will be forcibly initialized 918 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1136:21: note: byref variable will be forcibly initialized 1136 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_init': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1272:21: note: byref variable will be forcibly initialized 1272 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:954:33: 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:33: note: byref variable will be forcibly initialized 1209 | struct dualsense_output_report report; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_writeregs': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:227:17: note: byref variable will be forcibly initialized 227 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_writereg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:253:17: note: byref variable will be forcibly initialized 253 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_probe': /kisskb/src/drivers/media/dvb-frontends/si2168.c:681:20: note: byref variable will be forcibly initialized 681 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_read_status': /kisskb/src/drivers/media/dvb-frontends/si2168.c:121:20: note: byref variable will be forcibly initialized 121 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_ts_bus_ctrl': /kisskb/src/drivers/media/dvb-frontends/si2168.c:87:20: note: byref variable will be forcibly initialized 87 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2168.c:236:20: note: byref variable will be forcibly initialized 236 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_sleep': /kisskb/src/drivers/media/dvb-frontends/si2168.c:564:20: note: byref variable will be forcibly initialized 564 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_init': /kisskb/src/drivers/media/dvb-frontends/si2168.c:415:20: note: byref variable will be forcibly initialized 415 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_deselect': /kisskb/src/drivers/media/dvb-frontends/si2168.c:620:20: note: byref variable will be forcibly initialized 620 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_select': /kisskb/src/drivers/media/dvb-frontends/si2168.c:602:20: note: byref variable will be forcibly initialized 602 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_init_controls': /kisskb/src/drivers/media/i2c/ov13858.c:1597:39: note: byref variable will be forcibly initialized 1597 | struct v4l2_fwnode_device_properties props; | ^~~~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_init_controls': /kisskb/src/drivers/media/i2c/ov13b10.c:1196:39: note: byref variable will be forcibly initialized 1196 | struct v4l2_fwnode_device_properties props; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_sleep': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:42:17: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_set_params': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:73:17: note: byref variable will be forcibly initialized 73 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/s921.c:202:17: note: byref variable will be forcibly initialized 202 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/i2c/mt9m032.c: In function 'mt9m032_setup_pll': /kisskb/src/drivers/media/i2c/mt9m032.c:269:20: note: byref variable will be forcibly initialized 269 | struct aptina_pll pll; | ^~~ /kisskb/src/drivers/media/i2c/mt9m111.c: In function 'mt9m111_set_selection': /kisskb/src/drivers/media/i2c/mt9m111.c:457:19: note: byref variable will be forcibly initialized 457 | struct v4l2_rect rect = sel->r; | ^~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heapify_all': /kisskb/src/lib/test_min_heap.c:71:28: note: byref variable will be forcibly initialized 71 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:66:18: note: byref variable will be forcibly initialized 66 | struct min_heap heap = { | ^~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_push': /kisskb/src/lib/test_min_heap.c:104:28: note: byref variable will be forcibly initialized 104 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:99:18: note: byref variable will be forcibly initialized 99 | struct min_heap heap = { | ^~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_pop_push': /kisskb/src/lib/test_min_heap.c:137:28: note: byref variable will be forcibly initialized 137 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:132:18: note: byref variable will be forcibly initialized 132 | struct min_heap heap = { | ^~~~ /kisskb/src/drivers/media/i2c/mt9t112.c: In function 'mt9t112_s_fmt': /kisskb/src/drivers/media/i2c/mt9t112.c:939:19: note: byref variable will be forcibly initialized 939 | struct v4l2_rect rect = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:717:17: note: byref variable will be forcibly initialized 717 | struct i2c_msg i2c_msg = { .addr = config->address, .flags = 0, .buf = buf, .len = 2 + count }; | ^~~~~~~ /kisskb/src/drivers/media/i2c/mt9t112.c: In function '__mt9t112_reg_write': /kisskb/src/drivers/media/i2c/mt9t112.c:184:17: note: byref variable will be forcibly initialized 184 | struct i2c_msg msg; | ^~~ In file included from /kisskb/src/lib/test_xarray.c:9: /kisskb/src/lib/test_xarray.c: In function 'xa_store_order': /kisskb/src/lib/test_xarray.c:74:17: note: byref variable will be forcibly initialized 74 | XA_STATE_ORDER(xas, xa, index, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'xa_find_entry': /kisskb/src/lib/test_xarray.c:1132:11: note: byref variable will be forcibly initialized 1132 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_xas_retry': /kisskb/src/lib/test_xarray.c:104:11: note: byref variable will be forcibly initialized 104 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_xa_mark_1': /kisskb/src/lib/test_xarray.c:220:13: note: byref variable will be forcibly initialized 220 | XA_STATE(xas, xa, i); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_xa_mark_2': /kisskb/src/lib/test_xarray.c:256:11: note: byref variable will be forcibly initialized 256 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/lib/test_xarray.c: In function 'check_xa_shrink': /kisskb/src/lib/test_xarray.c:326:11: note: byref variable will be forcibly initialized 326 | XA_STATE(xas, xa, 1); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_xas_erase': /kisskb/src/lib/test_xarray.c:494:11: note: byref variable will be forcibly initialized 494 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/lib/test_rhashtable.c:19: /kisskb/src/lib/test_rhashtable.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/lib/test_xarray.c: In function 'check_find_3': /kisskb/src/lib/test_xarray.c:1075:11: note: byref variable will be forcibly initialized 1075 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_multi_find_2': /kisskb/src/lib/test_xarray.c:975:13: note: byref variable will be forcibly initialized 975 | XA_STATE(xas, xa, j + index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_pause': /kisskb/src/lib/test_xarray.c:1186:11: note: byref variable will be forcibly initialized 1186 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_rhashtable.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/lib/test_xarray.c: In function 'check_move_tiny': /kisskb/src/lib/test_xarray.c:1222:11: note: byref variable will be forcibly initialized 1222 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_rhashtable.c: In function 'thread_lookup_test': /kisskb/src/lib/test_rhashtable.c:609:23: note: byref variable will be forcibly initialized 609 | struct test_obj_val key = { | ^~~ /kisskb/src/lib/test_xarray.c: In function 'check_move_max': /kisskb/src/lib/test_xarray.c:1244:11: note: byref variable will be forcibly initialized 1244 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/lib/test_rhashtable.c:16: /kisskb/src/lib/test_rhashtable.c: In function 'threadfunc': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_rhashtable.c:639:6: note: in expansion of macro 'wait_event_interruptible' 639 | if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == -1)) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_xarray.c: In function 'check_move_small': /kisskb/src/lib/test_xarray.c:1265:11: note: byref variable will be forcibly initialized 1265 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rht_lookup': /kisskb/src/lib/test_rhashtable.c:145:23: note: byref variable will be forcibly initialized 145 | struct test_obj_val key = { | ^~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_bucket_stats': /kisskb/src/lib/test_rhashtable.c:178:25: note: byref variable will be forcibly initialized 178 | struct rhashtable_iter hti; | ^~~ /kisskb/src/lib/test_xarray.c: In function 'check_move': /kisskb/src/lib/test_xarray.c:1313:11: note: byref variable will be forcibly initialized 1313 | XA_STATE(xas, xa, (1 << 16) - 1); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rhashtable': /kisskb/src/lib/test_rhashtable.c:246:23: note: byref variable will be forcibly initialized 246 | struct test_obj_val key = { | ^~~ /kisskb/src/lib/test_xarray.c: In function 'xa_store_many_order': /kisskb/src/lib/test_xarray.c:1383:17: note: byref variable will be forcibly initialized 1383 | XA_STATE_ORDER(xas, xa, index, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/lib/test_xarray.c: In function 'check_create_range_4': /kisskb/src/lib/test_xarray.c:1437:17: note: byref variable will be forcibly initialized 1437 | XA_STATE_ORDER(xas, xa, index, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rhltable': /kisskb/src/lib/test_rhashtable.c:313:23: note: byref variable will be forcibly initialized 313 | struct test_obj_val key = { | ^~~ /kisskb/src/lib/test_xarray.c: In function '__check_store_iter': /kisskb/src/lib/test_xarray.c:870:17: note: byref variable will be forcibly initialized 870 | XA_STATE_ORDER(xas, xa, start, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ 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/lib/test_rhashtable.c:16: /kisskb/src/lib/test_rhashtable.c: In function 'test_rht_init': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_rhashtable.c:794:6: note: in expansion of macro 'wait_event_interruptible' 794 | if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_xarray.c: In function 'check_workingset': /kisskb/src/lib/test_xarray.c:1657:11: note: byref variable will be forcibly initialized 1657 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_write': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_select': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1641:17: note: byref variable will be forcibly initialized 1641 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_attach': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1670:24: note: byref variable will be forcibly initialized 1670 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_fix_osc': /kisskb/src/drivers/rtc/rtc-x1205.c:282:18: note: byref variable will be forcibly initialized 282 | struct rtc_time tm; | ^~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:458:27: note: byref variable will be forcibly initialized 458 | struct iqs62x_event_data event_data; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:898:21: note: byref variable will be forcibly initialized 898 | struct iqs62x_info info; | ^~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'get_sensor_group': /kisskb/src/drivers/hwmon/ibmpowernv.c:399:30: note: byref variable will be forcibly initialized 399 | struct of_phandle_iterator it; | ^~ /kisskb/src/crypto/sm2.c: In function '_sm2_verify': /kisskb/src/crypto/sm2.c:299:28: note: byref variable will be forcibly initialized 299 | struct gcry_mpi_point sG, tP; | ^~ /kisskb/src/crypto/sm2.c:299:24: note: byref variable will be forcibly initialized 299 | struct gcry_mpi_point sG, tP; | ^~ /kisskb/src/crypto/sm2.c: In function 'sm2_verify': /kisskb/src/crypto/sm2.c:353:27: note: byref variable will be forcibly initialized 353 | struct sm2_signature_ctx sig; | ^~~ /kisskb/src/crypto/ecdsa.c: In function '_ecdsa_verify': /kisskb/src/crypto/ecdsa.c:103:19: note: byref variable will be forcibly initialized 103 | struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6423.c: In function 'isl6423_write': /kisskb/src/drivers/media/dvb-frontends/isl6423.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = ®, .len = 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writereg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:231:17: note: byref variable will be forcibly initialized 231 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writeFW': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:264:17: note: byref variable will be forcibly initialized 264 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_attach': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:512:23: note: byref variable will be forcibly initialized 512 | struct ts2020_config pdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c:509:24: note: byref variable will be forcibly initialized 509 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:216:17: note: byref variable will be forcibly initialized 216 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:520:32: note: byref variable will be forcibly initialized 520 | struct cxd2820r_platform_data pdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:519:24: note: byref variable will be forcibly initialized 519 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_zero': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 375 | DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_write': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:67:17: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg = { | ^~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_zero': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 375 | DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_zero': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 375 | DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_zero': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 375 | DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writeregs': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:125:17: note: byref variable will be forcibly initialized 125 | struct i2c_msg msg = { | ^~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 377 | DEFINE_STRUCT_INITIALIZER_TESTS(static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 378 | DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_runtime_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_runtime_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 379 | DEFINE_STRUCT_INITIALIZER_TESTS(runtime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 368 | DEFINE_STRUCT_TESTS(base ## _ ## partial, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_static_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 380 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 370 | DEFINE_STRUCT_TESTS(base ## _ ## all, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' 381 | DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_copy': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 382 | DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_none': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 362 | DEFINE_STRUCT_TEST(small_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_none': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 363 | DEFINE_STRUCT_TEST(big_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_none': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 364 | DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_none': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' 357 | DEFINE_TEST(name ## _ ## init, \ | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' 365 | DEFINE_STRUCT_TEST(packed, init, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' 385 | DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_user': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized 273 | var_type var \ | ^~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' 387 | DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); | ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_user': /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized 206 | var_type zero INIT_CLONE_ ## which; \ | ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' 300 | DEFINE_TEST_DRIVER(name, var_type, which, xfail) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' 387 | DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:114:17: note: byref variable will be forcibly initialized 114 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized 123 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2cwrite': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:132:17: note: byref variable will be forcibly initialized 132 | struct i2c_msg msg = {.addr = adr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2cread': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:132:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized 123 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register_block': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register_unlocked': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_firmware_block': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'send_command': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_parameters': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:430:33: note: byref variable will be forcibly initialized 430 | struct MXL_HYDRA_DEMOD_PARAM_T demod_chan_cfg; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'cfg_demod_abort_tune': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:407:38: note: byref variable will be forcibly initialized 407 | struct MXL_HYDRA_DEMOD_ABORT_TUNE_T abort_tune_cmd; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'enable_tuner': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1349:29: note: byref variable will be forcibly initialized 1349 | struct MXL_HYDRA_TUNER_CMD ctrl_tuner_cmd; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_download': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:961:33: note: byref variable will be forcibly initialized 961 | struct MXL_HYDRA_SKU_COMMAND_T dev_sku_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1704:35: note: byref variable will be forcibly initialized 1704 | struct MXL_HYDRA_MPEGOUT_PARAM_T mpeg_interface_cfg; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:18: note: byref variable will be forcibly initialized 254 | struct resource res; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:229:17: note: byref variable will be forcibly initialized 229 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_voltage': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:138:22: note: byref variable will be forcibly initialized 138 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_tone': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:93:22: note: byref variable will be forcibly initialized 93 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:551:22: note: byref variable will be forcibly initialized 551 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:304:22: note: byref variable will be forcibly initialized 304 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:184:22: note: byref variable will be forcibly initialized 184 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_recv_slave_reply': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:244:22: note: byref variable will be forcibly initialized 244 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_read_status': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:368:22: note: byref variable will be forcibly initialized 368 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_sleep': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:1042:22: note: byref variable will be forcibly initialized 1042 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_init': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:755:22: note: byref variable will be forcibly initialized 755 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6384:29: note: byref variable will be forcibly initialized 6384 | struct s_cfg_agc rf_agc, if_agc; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_activate_presets': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3439:36: note: byref variable will be forcibly initialized 3439 | struct drxk_cfg_dvbt_echo_thres_t echo_thres8k = { 0, DRX_FFTMODE_8K }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3438:36: note: byref variable will be forcibly initialized 3438 | struct drxk_cfg_dvbt_echo_thres_t echo_thres2k = { 0, DRX_FFTMODE_2K }; | ^~~~~~~~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:33: note: byref variable will be forcibly initialized 308 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:968:33: 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:33: note: byref variable will be forcibly initialized 1083 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c:1082:45: note: byref variable will be forcibly initialized 1082 | struct assoc_array_delete_collapse_context collapse; | ^~~~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'i2c_wr': /kisskb/src/drivers/media/i2c/tc358743.c:146:17: note: byref variable will be forcibly initialized 146 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_format_change': /kisskb/src/drivers/media/i2c/tc358743.c:986:25: note: byref variable will be forcibly initialized 986 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'print_avi_infoframe': /kisskb/src/drivers/media/i2c/tc358743.c:437:23: note: byref variable will be forcibly initialized 437 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_log_status': /kisskb/src/drivers/media/i2c/tc358743.c:1242:25: note: byref variable will be forcibly initialized 1242 | struct v4l2_dv_timings timings; | ^~~~~~~ /kisskb/src/drivers/media/i2c/max9286.c: In function 'max9286_parse_dt': /kisskb/src/drivers/media/i2c/max9286.c:1186:32: note: byref variable will be forcibly initialized 1186 | struct v4l2_fwnode_endpoint vep = { | ^~~ /kisskb/src/drivers/media/i2c/max9286.c:1172:22: note: byref variable will be forcibly initialized 1172 | struct of_endpoint ep; | ^~ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:4: note: byref variable will be forcibly initialized 68 | } desc; | ^~~~ 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/i2c/max2175.c:15: /kisskb/src/drivers/media/i2c/max2175.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:23: note: byref variable will be forcibly initialized 19 | struct regmap_config regmap_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_channel': /kisskb/src/drivers/hwmon/max127.c:76:17: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'max6697_init_chip': /kisskb/src/drivers/hwmon/max6697.c:598:31: note: byref variable will be forcibly initialized 598 | struct max6697_platform_data 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/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/hwmon/sht15.c:16: /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_measurement': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c:542:8: note: in expansion of macro 'wait_event_timeout' 542 | ret = wait_event_timeout(data->wait_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:21: note: byref variable will be forcibly initialized 245 | struct xxh32_state state; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:21: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ 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:925:25: note: byref variable will be forcibly initialized 925 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic': /kisskb/src/lib/atomic64_test.c:111:11: note: byref variable will be forcibly initialized 111 | atomic_t v; | ^ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:28: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic64': /kisskb/src/lib/atomic64_test.c:157:13: note: byref variable will be forcibly initialized 157 | atomic64_t v = ATOMIC64_INIT(v0); | ^ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_writereg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_write': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:49:17: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_set_layers': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:112:17: note: byref variable will be forcibly initialized 112 | struct reg_val rv; | ^~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_change': /kisskb/src/lib/dynamic_debug.c:159:18: note: byref variable will be forcibly initialized 159 | struct flagsbuf fbuf; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_proc_show': /kisskb/src/lib/dynamic_debug.c:889:18: 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:19: 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:19: note: byref variable will be forcibly initialized 654 | struct va_format vaf; | ^~~ Completed OK # rm -rf /kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 # Build took: 0:02:40.296634
© Michael Ellerman 2006-2018.